diff --git a/.workbuddy/expert-history.json b/.workbuddy/expert-history.json new file mode 100644 index 0000000..a9bc86f --- /dev/null +++ b/.workbuddy/expert-history.json @@ -0,0 +1,17 @@ +{ + "version": 2, + "sessions": { + "bb17ec0263344400afb0ecfafefc1ab1": [ + { + "expertId": "SeniorDeveloper", + "name": "Will", + "profession": "高级开发工程师", + "avatarUrl": "https://acc-1258344699.cos.accelerate.myqcloud.com/workbuddy/experts/avatars/02-Engineering/SeniorDeveloper/SeniorDeveloper.png", + "promptUrl": "https://acc-1258344699.cos.accelerate.myqcloud.com/workbuddy/experts/experts/02-Engineering/SeniorDeveloper/SeniorDeveloper_zh.md", + "usedAt": 1775132175089, + "industryId": "all" + } + ] + }, + "lastUpdated": 1775132225586 +} \ No newline at end of file diff --git a/config/env.ts b/config/env.ts index d0947f1..84d3981 100644 --- a/config/env.ts +++ b/config/env.ts @@ -2,7 +2,7 @@ // ============ 环境切换开关(修改这里即可切换环境)============ // 可选值: 'development' | 'test' | 'production' -const CURRENT_ENV = 'production' as const +const CURRENT_ENV: 'production' = 'production' // =========================================================== export const ENV_CONFIG = {