feat: 完成角色卡,智能体配置,加载,历史记录,清空等功能
This commit is contained in:
3
db/add_background_image_to_sys_role.sql
Normal file
3
db/add_background_image_to_sys_role.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- 为 sys_role 表添加 backgroundImage 字段
|
||||
-- 用于存放角色卡的背景照片
|
||||
ALTER TABLE sys_role ADD COLUMN backgroundImage VARCHAR(255) DEFAULT NULL COMMENT '角色背景照片' AFTER avatar;
|
||||
Reference in New Issue
Block a user