feat: 重构首页对话

This commit is contained in:
duanshuwen
2025-08-10 12:07:58 +08:00
parent 5174e75662
commit c231a72acb
9 changed files with 2104 additions and 636 deletions

View File

@@ -1,3 +1,6 @@
const isProd = true
const isProd = true;
export const BASE_URL = 'https://onefeel.brother7.cn/ingress' //'http://8.138.234.141/ingress'
export const BASE_URL = "https://onefeel.brother7.cn/ingress"; //'http://8.138.234.141/ingress'
// socket地址
export const WSS_URL = "wss://onefeel.brother7.cn/ingress/agent/ws/chat";