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