【修改】设置模块-侧边栏图标替换

This commit is contained in:
maghny@126.com
2025-07-13 00:05:52 +08:00
committed by 陆光LG
parent f747513078
commit 63559689d6
18 changed files with 17 additions and 17 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@@ -89,42 +89,42 @@ const tabsList = ref([
{ {
label: '个人资料', label: '个人资料',
value: 'personal', value: 'personal',
icon: 'edge-new-fill.png' icon: 'person_sidetab.png'
}, },
{ {
label: '隐私、搜索和服务', label: '隐私、搜索和服务',
value: 'security', value: 'security',
icon: 'edge-new-fill.png' icon: 'secret_sidetab.png'
}, },
{ {
label: '外观', label: '外观',
value: 'outlook', value: 'outlook',
icon: 'edge-new-fill.png' icon: 'out_sidetab.png'
}, },
{ {
label: '侧栏', label: '侧栏',
value: 'sidebar', value: 'sidebar',
icon: 'edge-new-fill.png' icon: 'sider_sidetab.png'
}, },
{ {
label: '启动、主页和新建选项卡页', label: '启动、主页和新建选项卡页',
value: 'tabs', value: 'tabs',
icon: 'edge-new-fill.png' icon: 'tabs_sidetab.png'
}, },
{ {
label: '共享、复制和粘贴', label: '共享、复制和粘贴',
value: 'operate', value: 'operate',
icon: 'edge-new-fill.png' icon: 'share_sidetab.png'
}, },
{ {
label: 'Cookie 和网站权限', label: 'Cookie 和网站权限',
value: 'cookie', value: 'cookie',
icon: 'edge-new-fill.png' icon: 'cookie_sidetab.png'
}, },
{ {
label: '默认浏览器', label: '默认浏览器',
value: 'default', value: 'default',
icon: 'edge-new-fill.png' icon: 'default_sidetab.png'
} }
] ]
}, },
@@ -134,42 +134,42 @@ const tabsList = ref([
{ {
label: '语言', label: '语言',
value: 'language', value: 'language',
icon: 'edge-new-fill.png' icon: 'language_sidetab.png'
}, },
{ {
label: '下载', label: '下载',
value: 'download', value: 'download',
icon: 'edge-new-fill.png' icon: 'download_sidetab.png'
}, },
{ {
label: '辅助功能', label: '辅助功能',
value: 'assistant', value: 'assistant',
icon: 'edge-new-fill.png' icon: 'assistant_sidetab.png'
}, },
{ {
label: '系统和性能', label: '系统和性能',
value: 'system', value: 'system',
icon: 'edge-new-fill.png' icon: 'system_sidetab.png'
}, },
{ {
label: '家庭安全', label: '家庭安全',
value: 'safe', value: 'safe',
icon: 'edge-new-fill.png' icon: 'family_sidetab.png'
}, },
{ {
label: '打印机', label: '打印机',
value: 'print', value: 'print',
icon: 'edge-new-fill.png' icon: 'print_sidetab.png'
}, },
{ {
label: '手机和其他设备', label: '手机和其他设备',
value: 'device', value: 'device',
icon: 'edge-new-fill.png' icon: 'phone_sidetab.png'
}, },
{ {
label: '重置设置', label: '重置设置',
value: 'reset', value: 'reset',
icon: 'edge-new-fill.png' icon: 'reset_sidetab.png'
} }
] ]
}, },
@@ -179,7 +179,7 @@ const tabsList = ref([
{ {
label: '关于 Microsoft Edge', label: '关于 Microsoft Edge',
value: 'about', value: 'about',
icon: 'edge-new-fill.png' icon: 'about_sidetab.png'
} }
] ]
} }