diff --git a/README.md b/README.md index ae118e2..6e116f1 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This template should help get you started developing with Vue 3 in WXT. ## TODO +* 完成 welcome page * tour: https://element-plus.org/zh-CN/component/tour.html * tag * port 改变检测 diff --git a/entrypoints/popup/Popup.vue b/entrypoints/popup/Popup.vue index 9ea17ed..164794c 100644 --- a/entrypoints/popup/Popup.vue +++ b/entrypoints/popup/Popup.vue @@ -6,6 +6,7 @@ import utc from "dayjs/plugin/utc" // @ts-ignore import FaRegularEdit from '~icons/fa-regular/edit'; +// @ts-ignore import TdesignSetting from '~icons/tdesign/setting'; // @ts-ignore import MaterialSymbolsInfoOutline from '~icons/material-symbols/info-outline';