fix(小程序): 1. 修复小程序一直停留在加载页面 2. 修复小程序无法正常对话

This commit is contained in:
ageer
2025-03-28 22:25:32 +08:00
parent 065ff3bed0
commit bd6f8a9558
6 changed files with 30 additions and 18 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `chat_message`
ADD COLUMN `role` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '对话角色' AFTER `content`;