表单颜色标记,用户输入数据提交时保存

This commit is contained in:
2026-06-15 18:24:58 +08:00
parent e3a4ae2381
commit 6be840a416
8 changed files with 3127 additions and 15 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
*/
/** 当前环境,手动切换 */
const ENV = 'dev'
const ENV = 'prod'
/** 各环境配置 */
const envConfigs: Record<string, {
@@ -19,7 +19,7 @@ const envConfigs: Record<string, {
},
prod: {
dataBaseApi: 'https://www.offerpai.com.cn/api',
aiBaseApi: 'https://www.offerpai.com.cn/ai',
aiBaseApi: 'https://www.offerpai.com.cn/ai-api',
cookieSourceUrl: 'https://www.offerpai.com.cn',
},
}