Merge remote-tracking branch 'upstream/main'

This commit is contained in:
huangjunsen0406
2025-04-15 04:07:27 +08:00
33 changed files with 303 additions and 250 deletions
+4
View File
@@ -43,6 +43,10 @@ module.exports = defineConfig({
devServer: {
port: 8001, // 指定端口为 8001
proxy: {
'/xiaozhi': {
target: 'http://127.0.0.1:8002',
changeOrigin: true
}
},
client: {
overlay: false, // 不显示 webpack 错误覆盖层