From 97f976bbc5afc633b3ca2bcb2807966f29a1e090 Mon Sep 17 00:00:00 2001 From: WangJing Date: Tue, 22 Jul 2025 16:48:28 +0800 Subject: [PATCH] =?UTF-8?q?"=E9=85=8D=E7=BD=AE=E6=9B=B4=E6=96=B0=E5=8F=8A?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E5=88=87=E6=8D=A2"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 91 + .../library/components/VabApp/index.vue | 2 +- chat-client/package-lock.json | 5571 ++++++++--------- chat-client/package.json | 1 + chat-client/src/i18n/index.ts | 4 +- chat-server/pom.xml | 13 + .../src/main/resources/application.yml | 2 +- web-server/.idea/compiler.xml | 6 +- web-server/.idea/jarRepositories.xml | 10 + web-server/.idea/misc.xml | 8 +- web-server/common/pom.xml | 16 + .../TEST-com.bjtds.common.CommonTest.xml | 41 +- web-server/eureka-server/pom.xml | 17 + web-server/face-proc/pom.xml | 2 + web-server/infrastructure/pom.xml | 15 + web-server/zuul-server/pom.xml | 15 + 16 files changed, 2996 insertions(+), 2818 deletions(-) create mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..1d970ef --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + {} + { + "isMigrated": true +} + + + + { + "associatedIndex": 5 +} + + + + { + "keyToString": { + "ModuleVcsDetector.initialDetectionPerformed": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "RunOnceActivity.git.unshallow": "true", + "git-widget-placeholder": "main", + "last_opened_file_path": "D:/xiaotieAI/ai-manus", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.stylelint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.stylelint": "", + "node.js.selected.package.tslint": "(autodetect)", + "nodejs_package_manager_path": "npm", + "project.structure.last.edited": "SDKs", + "project.structure.proportion": "0.0", + "project.structure.side.proportion": "0.2", + "settings.editor.selected.configurable": "reference.projectsettings.compiler.javacompiler", + "vue.rearranger.settings.migration": "true" + } +} + + + + + + + + + + 1753147269297 + + + + + + \ No newline at end of file diff --git a/chat-client/library/components/VabApp/index.vue b/chat-client/library/components/VabApp/index.vue index 7838832..cd56774 100644 --- a/chat-client/library/components/VabApp/index.vue +++ b/chat-client/library/components/VabApp/index.vue @@ -1,7 +1,7 @@