selfrelease
|
bb6eaff775
|
deploy: 2026-07-15 14:19 部署更新
|
2026-07-15 14:19:17 +08:00 |
|
selfrelease
|
fc2537f9c9
|
fix: deploy.sh Python f-string引号冲突
|
2026-07-15 12:27:34 +08:00 |
|
selfrelease
|
f0658bcda8
|
deploy: deploy.sh 完整7步部署流程(代码+迁移+mock数据+AI分析+成交+重启+验证)
|
2026-07-15 12:27:10 +08:00 |
|
selfrelease
|
fc6ba087e9
|
fix: 远程PG用TCP+密码连接, deploy_remote.sh用su postgres+socket
|
2026-07-15 11:49:37 +08:00 |
|
selfrelease
|
5aad0eb8f1
|
fix: server.py 支持环境变量配置DB连接 + deploy_remote.sh 适配远程PG15端口5432 + deploy.sh 设置DB环境变量
|
2026-07-15 11:41:07 +08:00 |
|
selfrelease
|
2b0c35220a
|
feat: 新增产品管理模块 + AI基于产品详情生成范式对话 + 一键远程部署脚本
- schema.sql: 新增 product 表(positioning/selling_points) + deal 表加 product_id + 序列重置 + ALTER TABLE 迁移
- server.py: 产品 CRUD API + deal 关联 product_id + 仪表盘产品线统计 + 范式对话动态读取产品详情
- index.html: 产品管理页面 + 录入成交产品下拉 + 仪表盘增强 + 范式对话产品选择 + 导航通用化
- run_demo.sh: python 改 python3 + 预置成交关联 product_id
- deploy.sh: 一键远程部署脚本(rsync+ssh+重启)
- deploy_remote.sh: 远程数据库迁移脚本
|
2026-07-15 11:37:33 +08:00 |
|