处理北森级联选择器操作bug,修改插件面板功能,添加填写表单填写动态跟踪进度区、简历外表单信息自动保存功能和手动修改面板、插件收起、插件面板拖动功能

This commit is contained in:
2026-06-18 16:42:02 +08:00
parent 6be840a416
commit bca1ca3182
9 changed files with 2499 additions and 310 deletions
+3 -3
View File
@@ -12,10 +12,10 @@ const envConfigs: Record<string, {
cookieSourceUrl: string
}> = {
dev: {
dataBaseApi: 'http://localhost:8080/api',
dataBaseApi: 'http://127.0.0.1:8080/api',
// aiBaseApi: 'http://192.168.31.133:8000',
aiBaseApi: 'http://localhost:8000',
cookieSourceUrl: 'http://192.168.31.135:5173',
aiBaseApi: 'http://127.0.0.1:8000',
cookieSourceUrl: 'http://127.0.0.1:5173',
},
prod: {
dataBaseApi: 'https://www.offerpai.com.cn/api',