Files
echart/continuation.md
T
simonandClaude Opus 4.7 ef123c697f refactor: 废弃机构持仓图表页面,整理数据库表引用文档
- 将 chartSix.php、chartThree.php、stock_ih.php、index_ih.php 移至 deprecated/
- 从 index.php、index-2.php 移除对应导航链接
- 新增 DB_REFERENCE.md,完整记录 16 张数据库表的使用状态
- 更新 continuation.md

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-07 08:30:15 +08:00

44 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Continuation
## 当前状态
已完成 CLAUDE.md 更新、Git 仓库初始化和推送、数据库表清单整理。
## 已完成
1. **CLAUDE.md 更新**
- 补充缺失页面:`chartSix.php``chartThree.php`
- 新增数据获取模式说明(传统 PHP 注入 vs JS fetch 调用外部 API
- 新增 `quant/``api_document/` 子模块文档
- 新增常用命令(php -l、composer、sync-echart
- 合并 AGENTS.md 代码风格约定
2. **Git 仓库连接与推送**
- 初始化 git 仓库,连接 `https://github.com/Simon2046/echarts`
- 合并本地较新代码到远程 main 分支
- 提交 eedead0228 个文件变更
- `.gitignore` 新增排除规则:`.mcp.json``.serena/``uploads/``xls/``*.map`
3. **数据库表清单整理**
- 扫描全项目,识别出 16 张 MySQL 表
- 发现 2 张死代码表:`stock_his_basic_pro``stock_basic_ext`
- 生成 `DB_REFERENCE.md`
## 当前工作
无进行中的任务。
## 未完成
-
## 关键设计决策
- 代理服务器配置已记录 memory,仅网络连接问题时使用(socks5://127.0.0.1:1086 / http://127.0.0.1:1087
- `.mcp.json``.serena/` 不提交到 git 仓库
- 二进制 XLS 文件(`uploads/``xls/`)和 ECharts 源映射文件(`*.map`)不纳入版本控制
## 下一步
由用户指定。