From 8e16def8b82d0fd394a640efe8991205337b5e20 Mon Sep 17 00:00:00 2001 From: oeyoews Date: Sun, 24 Mar 2024 12:08:15 +0800 Subject: [PATCH] update --- entrypoints/popup/Popup.vue | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/entrypoints/popup/Popup.vue b/entrypoints/popup/Popup.vue index 11f3267..b2cedd2 100644 --- a/entrypoints/popup/Popup.vue +++ b/entrypoints/popup/Popup.vue @@ -270,7 +270,9 @@ watch(port, (newValue) => { + @@ -373,6 +375,7 @@ watch(port, (newValue) => {

连接 TiddlyWiki5

+
diff --git a/package.json b/package.json index 2750384..07271d1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "usewiki2", "description": "manifest.json description", "private": true, - "version": "1.2.0", + "version": "1.2.1", "type": "module", "scripts": { "dev": "wxt",