【修改】设置模块-侧边栏图标替换
BIN
src/components/Setting/img/about_sidetab.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
src/components/Setting/img/assistant_sidetab.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
src/components/Setting/img/cookie_sidetab.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
src/components/Setting/img/default_sidetab.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/components/Setting/img/download_sidetab.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
src/components/Setting/img/family_sidetab.png
Normal file
After Width: | Height: | Size: 8.2 KiB |
BIN
src/components/Setting/img/language_sidetab.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
src/components/Setting/img/out_sidetab.png
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
src/components/Setting/img/person_sidetab.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
src/components/Setting/img/phone_sidetab.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
src/components/Setting/img/print_sidetab.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
src/components/Setting/img/reset_sidetab.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
src/components/Setting/img/secret_sidetab.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/components/Setting/img/share_sidetab.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
src/components/Setting/img/sider_sidetab.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
src/components/Setting/img/system_sidetab.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
src/components/Setting/img/tabs_sidetab.png
Normal file
After Width: | Height: | Size: 6.7 KiB |
@@ -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'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|