-
+
@@ -120,7 +120,7 @@ function onContextmenu(widget: Widget, ev: MouseEvent) {
type: 'label',
text: i18n.ts._widgets[widget.name],
}, {
- icon: 'ph-gear ph-bold ph-lg',
+ icon: 'ti ti-settings',
text: i18n.ts.settings,
action: () => {
configWidget(widget.id);
diff --git a/packages/frontend/src/pages/admin/index.vue b/packages/frontend/src/pages/admin/index.vue
index 6ec949aafe..69c2666dd9 100644
--- a/packages/frontend/src/pages/admin/index.vue
+++ b/packages/frontend/src/pages/admin/index.vue
@@ -50,7 +50,7 @@ const router = useRouter();
const indexInfo = {
title: i18n.ts.controlPanel,
- icon: 'ph-gear ph-bold ph-lg',
+ icon: 'ti ti-settings',
hideHeader: true,
};
@@ -180,7 +180,7 @@ const menuDef = computed(() => [{
}, {
title: i18n.ts.settings,
items: [{
- icon: 'ph-gear ph-bold ph-lg',
+ icon: 'ti ti-settings',
text: i18n.ts.general,
to: '/admin/settings',
active: currentPage.value?.route.name === 'settings',
diff --git a/packages/frontend/src/pages/admin/settings.vue b/packages/frontend/src/pages/admin/settings.vue
index 1806c56ed0..991a771337 100644
--- a/packages/frontend/src/pages/admin/settings.vue
+++ b/packages/frontend/src/pages/admin/settings.vue
@@ -325,7 +325,7 @@ const headerTabs = computed(() => []);
definePageMetadata(() => ({
title: i18n.ts.general,
- icon: 'ph-gear ph-bold ph-lg',
+ icon: 'ti ti-settings',
}));
diff --git a/packages/frontend/src/pages/antenna-timeline.vue b/packages/frontend/src/pages/antenna-timeline.vue
index 3e8deff711..4dcb107b35 100644
--- a/packages/frontend/src/pages/antenna-timeline.vue
+++ b/packages/frontend/src/pages/antenna-timeline.vue
@@ -84,7 +84,7 @@ const headerActions = computed(() => antenna.value ? [{
text: i18n.ts.jumpToSpecifiedDate,
handler: timetravel,
}, {
- icon: 'ph-gear ph-bold ph-lg',
+ icon: 'ti ti-settings',
text: i18n.ts.settings,
handler: settings,
}] : []);
diff --git a/packages/frontend/src/pages/channel.vue b/packages/frontend/src/pages/channel.vue
index 840f20cc22..eb89cab2b3 100644
--- a/packages/frontend/src/pages/channel.vue
+++ b/packages/frontend/src/pages/channel.vue
@@ -262,7 +262,7 @@ const headerActions = computed(() => {
if (($i && $i.id === channel.value.userId) || iAmModerator) {
headerItems.push({
- icon: 'ph-gear ph-bold ph-lg',
+ icon: 'ti ti-settings',
text: i18n.ts.edit,
handler: edit,
});
diff --git a/packages/frontend/src/pages/drop-and-fusion.game.vue b/packages/frontend/src/pages/drop-and-fusion.game.vue
index f1fa580c36..4c3bbd9981 100644
--- a/packages/frontend/src/pages/drop-and-fusion.game.vue
+++ b/packages/frontend/src/pages/drop-and-fusion.game.vue
@@ -149,7 +149,7 @@ SPDX-License-Identifier: AGPL-3.0-only
diff --git a/packages/frontend/src/pages/page-editor/page-editor.vue b/packages/frontend/src/pages/page-editor/page-editor.vue
index 0e29047526..a5c15a12b5 100644
--- a/packages/frontend/src/pages/page-editor/page-editor.vue
+++ b/packages/frontend/src/pages/page-editor/page-editor.vue
@@ -276,7 +276,7 @@ const headerActions = computed(() => []);
const headerTabs = computed(() => [{
key: 'settings',
title: i18n.ts._pages.pageSetting,
- icon: 'ph-gear ph-bold ph-lg',
+ icon: 'ti ti-settings',
}, {
key: 'contents',
title: i18n.ts._pages.contents,
diff --git a/packages/frontend/src/pages/settings/index.vue b/packages/frontend/src/pages/settings/index.vue
index 8d0d613a5d..8f64bdecf2 100644
--- a/packages/frontend/src/pages/settings/index.vue
+++ b/packages/frontend/src/pages/settings/index.vue
@@ -40,7 +40,7 @@ import { useRouter } from '@/router/supplier.js';
const indexInfo = {
title: i18n.ts.settings,
- icon: 'ph-gear ph-bold ph-lg',
+ icon: 'ti ti-settings',
hideHeader: true,
};
const INFO = ref(indexInfo);
diff --git a/packages/frontend/src/pages/settings/plugin.vue b/packages/frontend/src/pages/settings/plugin.vue
index 284c8ed2e7..2ae54e145c 100644
--- a/packages/frontend/src/pages/settings/plugin.vue
+++ b/packages/frontend/src/pages/settings/plugin.vue
@@ -37,7 +37,7 @@ SPDX-License-Identifier: AGPL-3.0-only