From a9066b9046b068941c31c89a6b5033ed43797bda Mon Sep 17 00:00:00 2001 From: liRQ <813144884@qq.com> Date: Sat, 27 Jun 2026 13:14:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=EF=BC=9A=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E7=94=B5=E5=BD=B1=E7=AE=80=E4=BB=8B=E3=80=81=E5=AF=BC=E6=BC=94?= =?UTF-8?q?=E5=92=8C=E4=B8=BB=E6=BC=94=E4=BF=A1=E6=81=AF=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E5=88=AE=E5=89=8A=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/App.vue | 79 +++- vue/src/components/RecordDialog.vue | 18 +- vue/src/components/SettingsView.vue | 698 ++++++++++++++++++++++++++++ vue/src/style.css | 145 +++++- vue/src/utils/data.js | 9 +- 5 files changed, 920 insertions(+), 29 deletions(-) create mode 100644 vue/src/components/SettingsView.vue diff --git a/vue/src/App.vue b/vue/src/App.vue index 5414b1a..0cd4ca1 100644 --- a/vue/src/App.vue +++ b/vue/src/App.vue @@ -513,6 +513,19 @@
+ +