From 19323c08bb14eb08b77038ea505476283cdc5fce Mon Sep 17 00:00:00 2001 From: QLHazyCoder <2825305047@qq.com> Date: Sat, 25 Apr 2026 00:17:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E6=8F=90=E9=86=92?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E4=BB=A5=E5=BC=BA=E8=B0=83=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=9A=84=E9=87=8D=E8=A6=81=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sidepanel/sidepanel.html | 2 +- tests/sidepanel-icloud-manager.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sidepanel/sidepanel.html b/sidepanel/sidepanel.html index ae04807..f49f8df 100644 --- a/sidepanel/sidepanel.html +++ b/sidepanel/sidepanel.html @@ -100,7 +100,7 @@ -
请更新前导出配置
+一定请先导出配置,再执行更新
diff --git a/tests/sidepanel-icloud-manager.test.js b/tests/sidepanel-icloud-manager.test.js index 2456f65..7efff50 100644 --- a/tests/sidepanel-icloud-manager.test.js +++ b/tests/sidepanel-icloud-manager.test.js @@ -23,7 +23,7 @@ test('update card highlights exporting config before upgrade', () => { const html = fs.readFileSync('sidepanel/sidepanel.html', 'utf8'); const css = fs.readFileSync('sidepanel/sidepanel.css', 'utf8'); - assert.match(html, /请更新前导出配置<\/p>/); + assert.match(html, /
一定请先导出配置,再执行更新<\/p>/); assert.match(css, /\.update-card-reminder\s*\{/); assert.match(css, /font-weight:\s*700;/); assert.match(css, /color:\s*var\(--orange\);/);