人生轨迹功能完善

This commit is contained in:
2025-12-23 22:10:25 +08:00
parent 97abbefaa3
commit 56cacb7163
12 changed files with 310 additions and 38 deletions
+5 -1
View File
@@ -6,7 +6,11 @@ alter table emotion_museum.t_user_profile
alter table emotion_museum.t_user_profile
add profession varchar(100) null comment '职业';
-- 职业
-- 消息
alter table emotion_museum.t_message
add message_order varchar(100) null comment '职业';
-- AI
alter table emotion_museum.t_ai_config
add client_id VARCHAR(200) COMMENT '客户端ID (OAuth认证)',
add client_secret VARCHAR(500) COMMENT '客户端密钥 (OAuth认证,加密存储)',