feat(profile): 完善核查画像与展示说明 - #66
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
本批次用于将答辩展示与初赛交付收口到可复现状态:完善公司画像中股权穿透的可读性,明确各分析模块的数据覆盖边界,并同步项目说明、示例配置与本地启动路径。
变更内容
1. 股权穿透图可读性
ComboData的 TypeScript 类型约束,恢复前端类型检查。2. 模块状态与诚实覆盖
3. 初赛交付与本地复现收口
127.0.0.1:8001;Docker 容器内部 8000 保持不变。.env.example的损坏编码与过时模型示例,并同步架构、前端、接口和 Lite 启动文档的当前实现状态(Tailwind / Recharts / AntV G6)。验证
2118 passed, 59 skipped57 passedpnpm typecheck通过pnpm build通过范围说明
仅包含已审计的项目代码、文档与无密钥配置模板;未纳入本机
.env、临时排查脚本、测试产物、数据工件或其他未跟踪文件。