19 Commits

Author SHA1 Message Date
a5865dd559 修(chore): 前端 - 调整侧边栏布局、移除当前会话显示与图标主题支持 2025-08-25 20:51:06 +08:00
3c8d2dab7e fix(frontend): use uuid v4 instead of crypto.randomUUID 2025-08-25 14:45:12 +08:00
931eb1160c fix(deploy): preserve /api prefix in nginx proxy_pass 2025-08-25 14:18:16 +08:00
d65e360299 chore(env): unify to MONGODB_URI with MONGO_URI fallback; merge env examples 2025-08-25 14:06:30 +08:00
3d351d2345 fix(deploy): copy pruned node_modules from builder to runtime instead of reinstalling 2025-08-25 13:33:08 +08:00
eccfd8f8d4 perf(deploy): reduce memory/IO during npm install/build for small VMs (NODE_OPTIONS, npm flags) 2025-08-25 09:56:58 +08:00
24fe649a1c fix(deploy): install dev deps in builder so tsc is available, keep production deps in final image 2025-08-25 09:45:52 +08:00
cbd6cd41de fix(deploy): copy package.json into subdirs and run npm with --prefix to handle monorepo-like layout 2025-08-25 09:36:23 +08:00
10938766f4 fix(deploy): fallback to npm install when lockfile missing in Dockerfiles 2025-08-25 09:31:14 +08:00
cd89cc7619 fix(deploy): use deploy/nginx path for frontend Dockerfile when context=.. 2025-08-23 17:52:40 +08:00
41c6d06746 fix(deploy): use correct build context in docker-compose 2025-08-23 17:51:02 +08:00
47ffbcdfa1 fix(deploy): frontend Dockerfile copy nginx path 2025-08-23 17:48:52 +08:00
266c55c7b7 部署:在 docker-compose 中加入 mongo 服务并示例 .env 2025-08-23 17:29:01 +08:00
f43aa5e35f 部署:增加 docker-compose 与容器 nginx 配置,支持 docker 部署 2025-08-23 17:15:00 +08:00
e24c5595a5 部署:添加部署配置(nginx、systemd、Dockerfile),并改进会话列表与头像显示 2025-08-23 17:13:08 +08:00
ed39bf9e2c 优化会话列表,优化头像显示 2025-08-23 17:07:48 +08:00
b3d63e4181 样式优化,markdown优化 2025-08-22 17:14:38 +08:00
a1537e3f9f system commit 2025-08-22 14:22:43 +08:00
bf6f910db1 first commit 2025-08-22 14:21:03 +08:00