• Joined on 2025-08-08
Jafeng pushed to main at Jafeng/AI-Bill 2025-11-11 17:20:41 +08:00
adb55a0c99 feat:添加生产环境配置
Jafeng pushed to main at Jafeng/AI-Bill 2025-11-10 14:14:57 +08:00
ba757017ae feat:新增离线存储
Jafeng pushed to main at Jafeng/AI-Bill 2025-11-10 13:58:14 +08:00
2e2caeaab5 feat:添加登录功能
Jafeng pushed to main at Jafeng/AI-Bill 2025-11-03 14:47:56 +08:00
49f9b28091 fix:调试网络配置
Jafeng pushed to main at Jafeng/AI-Bill 2025-11-03 11:25:45 +08:00
d6339b746b feat:Android notification
Jafeng pushed to main at Jafeng/AI-Bill 2025-11-01 11:40:05 +08:00
8d513ad702 feat:android sync
Jafeng created branch main in Jafeng/AI-Bill 2025-11-01 09:24:43 +08:00
Jafeng pushed to main at Jafeng/AI-Bill 2025-11-01 09:24:43 +08:00
6516d8dc78 first commit
Jafeng created repository Jafeng/AI-Bill 2025-10-31 14:17:03 +08:00
Jafeng pushed to main at Jafeng/chat 2025-08-25 20:51:40 +08:00
a5865dd559 修(chore): 前端 - 调整侧边栏布局、移除当前会话显示与图标主题支持
Jafeng pushed to main at Jafeng/chat 2025-08-25 14:45:27 +08:00
3c8d2dab7e fix(frontend): use uuid v4 instead of crypto.randomUUID
Jafeng pushed to main at Jafeng/chat 2025-08-25 14:18:19 +08:00
931eb1160c fix(deploy): preserve /api prefix in nginx proxy_pass
Jafeng pushed to main at Jafeng/chat 2025-08-25 14:06:34 +08:00
d65e360299 chore(env): unify to MONGODB_URI with MONGO_URI fallback; merge env examples
Jafeng pushed to main at Jafeng/chat 2025-08-25 13:33:28 +08:00
3d351d2345 fix(deploy): copy pruned node_modules from builder to runtime instead of reinstalling
Jafeng pushed to main at Jafeng/chat 2025-08-25 09:57:02 +08:00
eccfd8f8d4 perf(deploy): reduce memory/IO during npm install/build for small VMs (NODE_OPTIONS, npm flags)
Jafeng pushed to main at Jafeng/chat 2025-08-25 09:45:56 +08:00
24fe649a1c fix(deploy): install dev deps in builder so tsc is available, keep production deps in final image
Jafeng pushed to main at Jafeng/chat 2025-08-25 09:36:27 +08:00
cbd6cd41de fix(deploy): copy package.json into subdirs and run npm with --prefix to handle monorepo-like layout
Jafeng pushed to main at Jafeng/chat 2025-08-25 09:31:56 +08:00
10938766f4 fix(deploy): fallback to npm install when lockfile missing in Dockerfiles
Jafeng pushed to main at Jafeng/chat 2025-08-23 17:52:44 +08:00
cd89cc7619 fix(deploy): use deploy/nginx path for frontend Dockerfile when context=..
Jafeng pushed to main at Jafeng/chat 2025-08-23 17:51:05 +08:00
41c6d06746 fix(deploy): use correct build context in docker-compose