diff --git a/src/components/Setting/img/about_sidetab.png b/src/components/Setting/img/about_sidetab.png new file mode 100644 index 0000000..805a0ec Binary files /dev/null and b/src/components/Setting/img/about_sidetab.png differ diff --git a/src/components/Setting/img/assistant_sidetab.png b/src/components/Setting/img/assistant_sidetab.png new file mode 100644 index 0000000..e764cf4 Binary files /dev/null and b/src/components/Setting/img/assistant_sidetab.png differ diff --git a/src/components/Setting/img/cookie_sidetab.png b/src/components/Setting/img/cookie_sidetab.png new file mode 100644 index 0000000..fd695cd Binary files /dev/null and b/src/components/Setting/img/cookie_sidetab.png differ diff --git a/src/components/Setting/img/default_sidetab.png b/src/components/Setting/img/default_sidetab.png new file mode 100644 index 0000000..4830f22 Binary files /dev/null and b/src/components/Setting/img/default_sidetab.png differ diff --git a/src/components/Setting/img/download_sidetab.png b/src/components/Setting/img/download_sidetab.png new file mode 100644 index 0000000..562d780 Binary files /dev/null and b/src/components/Setting/img/download_sidetab.png differ diff --git a/src/components/Setting/img/family_sidetab.png b/src/components/Setting/img/family_sidetab.png new file mode 100644 index 0000000..3d5b318 Binary files /dev/null and b/src/components/Setting/img/family_sidetab.png differ diff --git a/src/components/Setting/img/language_sidetab.png b/src/components/Setting/img/language_sidetab.png new file mode 100644 index 0000000..eba7032 Binary files /dev/null and b/src/components/Setting/img/language_sidetab.png differ diff --git a/src/components/Setting/img/out_sidetab.png b/src/components/Setting/img/out_sidetab.png new file mode 100644 index 0000000..467e113 Binary files /dev/null and b/src/components/Setting/img/out_sidetab.png differ diff --git a/src/components/Setting/img/person_sidetab.png b/src/components/Setting/img/person_sidetab.png new file mode 100644 index 0000000..4599dab Binary files /dev/null and b/src/components/Setting/img/person_sidetab.png differ diff --git a/src/components/Setting/img/phone_sidetab.png b/src/components/Setting/img/phone_sidetab.png new file mode 100644 index 0000000..cd2ddb9 Binary files /dev/null and b/src/components/Setting/img/phone_sidetab.png differ diff --git a/src/components/Setting/img/print_sidetab.png b/src/components/Setting/img/print_sidetab.png new file mode 100644 index 0000000..5d4cd68 Binary files /dev/null and b/src/components/Setting/img/print_sidetab.png differ diff --git a/src/components/Setting/img/reset_sidetab.png b/src/components/Setting/img/reset_sidetab.png new file mode 100644 index 0000000..0d6460d Binary files /dev/null and b/src/components/Setting/img/reset_sidetab.png differ diff --git a/src/components/Setting/img/secret_sidetab.png b/src/components/Setting/img/secret_sidetab.png new file mode 100644 index 0000000..c01e1c2 Binary files /dev/null and b/src/components/Setting/img/secret_sidetab.png differ diff --git a/src/components/Setting/img/share_sidetab.png b/src/components/Setting/img/share_sidetab.png new file mode 100644 index 0000000..af41ae9 Binary files /dev/null and b/src/components/Setting/img/share_sidetab.png differ diff --git a/src/components/Setting/img/sider_sidetab.png b/src/components/Setting/img/sider_sidetab.png new file mode 100644 index 0000000..4e85635 Binary files /dev/null and b/src/components/Setting/img/sider_sidetab.png differ diff --git a/src/components/Setting/img/system_sidetab.png b/src/components/Setting/img/system_sidetab.png new file mode 100644 index 0000000..b91d08d Binary files /dev/null and b/src/components/Setting/img/system_sidetab.png differ diff --git a/src/components/Setting/img/tabs_sidetab.png b/src/components/Setting/img/tabs_sidetab.png new file mode 100644 index 0000000..f9189e1 Binary files /dev/null and b/src/components/Setting/img/tabs_sidetab.png differ diff --git a/src/components/Setting/index.vue b/src/components/Setting/index.vue index 9081976..87b3316 100644 --- a/src/components/Setting/index.vue +++ b/src/components/Setting/index.vue @@ -89,42 +89,42 @@ const tabsList = ref([ { label: '个人资料', value: 'personal', - icon: 'edge-new-fill.png' + icon: 'person_sidetab.png' }, { label: '隐私、搜索和服务', value: 'security', - icon: 'edge-new-fill.png' + icon: 'secret_sidetab.png' }, { label: '外观', value: 'outlook', - icon: 'edge-new-fill.png' + icon: 'out_sidetab.png' }, { label: '侧栏', value: 'sidebar', - icon: 'edge-new-fill.png' + icon: 'sider_sidetab.png' }, { label: '启动、主页和新建选项卡页', value: 'tabs', - icon: 'edge-new-fill.png' + icon: 'tabs_sidetab.png' }, { label: '共享、复制和粘贴', value: 'operate', - icon: 'edge-new-fill.png' + icon: 'share_sidetab.png' }, { label: 'Cookie 和网站权限', value: 'cookie', - icon: 'edge-new-fill.png' + icon: 'cookie_sidetab.png' }, { label: '默认浏览器', value: 'default', - icon: 'edge-new-fill.png' + icon: 'default_sidetab.png' } ] }, @@ -134,42 +134,42 @@ const tabsList = ref([ { label: '语言', value: 'language', - icon: 'edge-new-fill.png' + icon: 'language_sidetab.png' }, { label: '下载', value: 'download', - icon: 'edge-new-fill.png' + icon: 'download_sidetab.png' }, { label: '辅助功能', value: 'assistant', - icon: 'edge-new-fill.png' + icon: 'assistant_sidetab.png' }, { label: '系统和性能', value: 'system', - icon: 'edge-new-fill.png' + icon: 'system_sidetab.png' }, { label: '家庭安全', value: 'safe', - icon: 'edge-new-fill.png' + icon: 'family_sidetab.png' }, { label: '打印机', value: 'print', - icon: 'edge-new-fill.png' + icon: 'print_sidetab.png' }, { label: '手机和其他设备', value: 'device', - icon: 'edge-new-fill.png' + icon: 'phone_sidetab.png' }, { label: '重置设置', value: 'reset', - icon: 'edge-new-fill.png' + icon: 'reset_sidetab.png' } ] }, @@ -179,7 +179,7 @@ const tabsList = ref([ { label: '关于 Microsoft Edge', value: 'about', - icon: 'edge-new-fill.png' + icon: 'about_sidetab.png' } ] }