From 7803ae51105a2af391d278f8b8d048bbee337c0a Mon Sep 17 00:00:00 2001 From: KiriAky 107 Date: Sun, 30 Aug 2026 20:25:51 +0800 Subject: [PATCH] =?UTF-8?q?chore(frontend):=20=E5=B0=86=E6=9A=82=E5=AE=9A?= =?UTF-8?q?=E5=93=81=E7=89=8C=E5=90=8D=E7=BB=9F=E4=B8=80=E4=B8=BA=20NotesA?= =?UTF-8?q?gent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/index.html | 2 +- frontend/src/components/common/TitleBar.vue | 4 ++-- frontend/src/features/editor/EditorPane.spec.ts | 4 ++-- frontend/src/features/vault/VaultEntry.vue | 2 +- frontend/src/features/workspace/WorkspaceView.vue | 6 +++--- frontend/src/router/index.ts | 2 +- frontend/src/services/pluginService.ts | 4 ++-- frontend/src/services/skillService.ts | 4 ++-- frontend/src/services/workspaceService.ts | 8 ++++---- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index baa01e3..a43eb97 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - Notes Agent + NotesAgent
diff --git a/frontend/src/components/common/TitleBar.vue b/frontend/src/components/common/TitleBar.vue index e004ecf..8aa31cf 100644 --- a/frontend/src/components/common/TitleBar.vue +++ b/frontend/src/components/common/TitleBar.vue @@ -25,7 +25,7 @@ const pageTitle = computed(() => { themes: '主题管理', settings: '设置', } - return titles[name] || '知笔知己' + return titles[name] || 'NotesAgent' }) const currentFileName = computed(() => { @@ -50,7 +50,7 @@ const isDirty = computed(() => editorStore.saveStatus === 'dirty' || editorStore
- 知笔知己 + NotesAgent