批次4死代码大扫除: 删triage三件套(H5零挂载)+ /approval/keywords端点 + scheduler.py孤儿模块 + 3个.bak文件 + get_reply_stream(~96行)

This commit is contained in:
Simon
2026-07-18 10:22:07 +08:00
parent 6a5f01ff90
commit b997a683ce
11 changed files with 28 additions and 3238 deletions
-3
View File
@@ -24,11 +24,9 @@ declare module 'vue' {
EvaluationDialog: typeof import('./src/components/chat/EvaluationDialog.vue')['default']
ImageUploader: typeof import('./src/components/ImageUploader.vue')['default']
InputBar: typeof import('./src/components/chat/InputBar.vue')['default']
InputBox: typeof import('./src/components/chat/InputBox.vue')['default']
InviteParticipantSheet: typeof import('./src/components/chat/InviteParticipantSheet.vue')['default']
ITHealthDashboard: typeof import('./src/components/assistant/ITHealthDashboard.vue')['default']
MessageBubble: typeof import('./src/components/chat/MessageBubble.vue')['default']
MessageItem: typeof import('./src/components/chat/MessageItem.vue')['default']
ParticipantList: typeof import('./src/components/chat/ParticipantList.vue')['default']
ParticipantStrip: typeof import('./src/components/chat/ParticipantStrip.vue')['default']
QueueWaiting: typeof import('./src/components/assistant/QueueWaiting.vue')['default']
@@ -45,7 +43,6 @@ declare module 'vue' {
SoftwareAndApply: typeof import('./src/components/assistant/SoftwareAndApply.vue')['default']
SoftwareDownloads: typeof import('./src/components/assistant/SoftwareDownloads.vue')['default']
SoftwareInstall: typeof import('./src/components/assistant/SoftwareInstall.vue')['default']
TriageCard: typeof import('./src/components/TriageCard.vue')['default']
TroubleshootFlow: typeof import('./src/components/chat/TroubleshootFlow.vue')['default']
TroubleshootProgress: typeof import('./src/components/chat/TroubleshootProgress.vue')['default']
UndoButton: typeof import('./src/components/automation/UndoButton.vue')['default']