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:
@@ -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,不负责构建/启动
|
||||
|
||||
Reference in New Issue
Block a user