From 08bb1bdb7fd4f3995fe3f8f38fc2e4ea25c758d2 Mon Sep 17 00:00:00 2001 From: rookie4show Date: Fri, 21 Mar 2025 16:04:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=85=AC=E5=91=8A=EF=BC=8C?= =?UTF-8?q?=E6=B0=B4=E5=8D=B0=E4=BF=9D=E5=AD=98=EF=BC=8C=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E6=8F=90=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Toolbar.vue | 75 ++++++++--- src/data/filesStoreExample.json | 183 ++++++++++++++++++++++++++ src/data/updateLog.json | 4 +- src/locales/zh.json | 3 + src/ts/files.ts | 219 +++++--------------------------- 5 files changed, 274 insertions(+), 210 deletions(-) create mode 100644 src/data/filesStoreExample.json diff --git a/src/components/Toolbar.vue b/src/components/Toolbar.vue index 93e191b..0d62f38 100644 --- a/src/components/Toolbar.vue +++ b/src/components/Toolbar.vue @@ -4,13 +4,10 @@ {{ t('import') }} {{ t('export') }} {{ t('prepareCapture') }} - {{ - t('setWatermark') - }} - - - 更新日志 - 问题反馈 + {{ t('setWatermark') }} + {{ t('loadExample') }} + {{ t('updateLog') }} + {{ t('feedback') }} @@ -25,7 +22,7 @@ - + 备注阴阳师
@@ -79,13 +76,17 @@