diff --git a/.idea/claudeCodeTabState.xml b/.idea/claudeCodeTabState.xml index c1e7293..7b43906 100644 --- a/.idea/claudeCodeTabState.xml +++ b/.idea/claudeCodeTabState.xml @@ -1,51 +1,22 @@ - - \ No newline at end of file diff --git a/emergency-app/assistant/doc/screenshot.mjs b/emergency-app/assistant/doc/screenshot.mjs index 69969a7..85aaf24 100644 --- a/emergency-app/assistant/doc/screenshot.mjs +++ b/emergency-app/assistant/doc/screenshot.mjs @@ -12,7 +12,7 @@ const screenshotsDir = path.join(__dirname, 'screenshots'); // 小助手端所有页面 const pages = [ // 工作台 - { file: '../../assistant/workbench/index.html', name: 'index' }, + { file: '../../assistant/workbench/index-v2.html', name: 'index' }, { file: '../../assistant/workbench/text-chat.html', name: 'text-chat' }, { file: '../../assistant/workbench/text-chat-done.html', name: 'text-chat-done' }, { file: '../../assistant/workbench/consult-done.html', name: 'consult-done' }, @@ -22,10 +22,10 @@ const pages = [ { file: '../../assistant/workbench/end-consult-dialog.html', name: 'end-consult-dialog' }, { file: '../../assistant/workbench/push-expert.html', name: 'push-expert' }, // 知识库 - { file: '../../assistant/knowledge/index.html', name: 'knowledge-index' }, + { file: '../../assistant/knowledge/index-v2.html', name: 'knowledge-index' }, { file: '../../assistant/knowledge/detail.html', name: 'knowledge-detail' }, // 个人中心 - { file: '../../assistant/profile/index.html', name: 'profile-index' }, + { file: '../../assistant/profile/index-v2.html', name: 'profile-index' }, { file: '../../assistant/profile/edit-profile.html', name: 'edit-profile' }, { file: '../../assistant/profile/change-pwd.html', name: 'change-pwd' }, ]; diff --git a/emergency-app/assistant/profile/change-pwd.html b/emergency-app/assistant/profile/change-pwd.html index 6248125..acab457 100644 --- a/emergency-app/assistant/profile/change-pwd.html +++ b/emergency-app/assistant/profile/change-pwd.html @@ -35,7 +35,7 @@ body { background: #f0f2f5; display: flex; justify-content: center; align-items: diff --git a/emergency-app/assistant/workbench/end-consult-dialog.html b/emergency-app/assistant/workbench/end-consult-dialog.html index 8c6ce66..bdbf68d 100644 --- a/emergency-app/assistant/workbench/end-consult-dialog.html +++ b/emergency-app/assistant/workbench/end-consult-dialog.html @@ -27,7 +27,7 @@ body { background: #f0f2f5; display: flex; justify-content: center; align-items: diff --git a/emergency-app/assistant/workbench/text-chat-done.html b/emergency-app/assistant/workbench/text-chat-done.html index 5cc8cfa..3127daa 100644 --- a/emergency-app/assistant/workbench/text-chat-done.html +++ b/emergency-app/assistant/workbench/text-chat-done.html @@ -42,7 +42,7 @@ body { background: #f0f2f5; display: flex; justify-content: center; align-items: