chore(chat): clean up legacy state machine and fix bubble alignment

- Remove redundant `loadingMoreHistory` and `ready` states from chat machine, consolidating history loading flow
- Add `align-self: flex-start` to chat row container for proper alignment
- Clean up commented-out margin rules in text bubble styles
- Update deploy script GIT_REMOTE from "server" to "test"
This commit is contained in:
2026-06-12 11:59:34 +08:00
parent a9938b8dae
commit 57992bffac
4 changed files with 2 additions and 83 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Git remote 名(在仓库根目录配置):
# git remote add server root@8.166.137.51:/root/frontend/cozsweet
GIT_REMOTE="server"
GIT_REMOTE="test"
# 推送指定分支到服务器
# 期望服务器端 post-receive hook 已就位;本脚本只做 git push,不负责构建/启动