diff --git a/entrypoints/Contents.vue b/entrypoints/Contents.vue index 232555a..c69456e 100644 --- a/entrypoints/Contents.vue +++ b/entrypoints/Contents.vue @@ -50,7 +50,7 @@ onMounted(() => { diff --git a/entrypoints/PhrasePopover.vue b/entrypoints/PhrasePopover.vue index 33b0dcd..8c4a632 100644 --- a/entrypoints/PhrasePopover.vue +++ b/entrypoints/PhrasePopover.vue @@ -10,7 +10,7 @@ interface Props {
-

+

{{ data }}

diff --git a/entrypoints/SelectionPopper.vue b/entrypoints/SelectionPopper.vue index dcda58c..1e129de 100644 --- a/entrypoints/SelectionPopper.vue +++ b/entrypoints/SelectionPopper.vue @@ -276,7 +276,7 @@ onClickOutside(popoverRef, (event) => { @after-leave="onAfterLeave" > -
+
diff --git a/entrypoints/options/components/WordBook.vue b/entrypoints/options/components/WordBook.vue index fe6a83d..c738d1e 100644 --- a/entrypoints/options/components/WordBook.vue +++ b/entrypoints/options/components/WordBook.vue @@ -229,9 +229,9 @@ function onChange() {
-
+
-
+
-
+
@@ -282,6 +282,7 @@ function onChange() { 首字母顺序 @@ -289,6 +290,7 @@ function onChange() { 首字母倒序 diff --git a/wxt.config.ts b/wxt.config.ts index c8a23e2..089bf7a 100644 --- a/wxt.config.ts +++ b/wxt.config.ts @@ -41,4 +41,7 @@ export default defineConfig({ }, }, }), + zip: { + excludeSources: ['env.txt'], + }, })