feat: add 5 China authoritative data sources (2026-05-05 AM batch)#209
Merged
mingcha-dev merged 1 commit intoMLT-OSS:mainfrom May 5, 2026
Merged
Conversation
New sources: - china-abc: Agricultural Bank of China (农业银行) - rural finance, agricultural lending - china-ccb: China Construction Bank (建设银行) - housing mortgage, infrastructure finance - china-psbc: Postal Savings Bank of China (邮储银行) - inclusive finance, rural banking - china-chinalife: China Life Insurance (中国人寿) - life insurance, institutional investment - china-vip: VIP/Chongqing VIP Information (维普网) - academic literature database All sources verified: - ID and website domain dedup checks passed - Blacklist check: all clear - URL accessibility: all return 200/301/302/403 - make check: validation + unique IDs + domain consistency all pass Total source count: 683 → 688
mingcha-dev
approved these changes
May 5, 2026
Collaborator
mingcha-dev
left a comment
There was a problem hiding this comment.
明察 QA Review — PR #209 APPROVED ✅
Checklist
- ✅ CI 三项全绿(secrecy / schema / validate)
- ✅ 保密(body + 5 文件内容)
- ✅ ID 去重(5 新 ID 全库唯一)
- ✅ 缩写冲突排查:abc / ccb / psbc / chinalife / vip 均无已有冲突
- ✅ 域名去重
- ✅ URL + title:
- abc: 中国农业银行 ✓
- ccb: [200] SPA 无 title,域名 ccb.com 官方(whois 略)
- psbc: [200] SPA 无 title,域名 psbc.com 官方
- chinalife: 中国人寿保险股份有限公司官网 ✓
- vip: 维普网 ✓
- ✅ Domains kebab-case(3-4/文件)
- ✅ Tags 23-24/文件,无空格 / 乱码
覆盖价值
- ABC / CCB / PSBC:补齐"四大行"最后缺口(工商、中国已收录,这次 ABC+CCB+PSBC,五大/六大行全覆盖)
- chinalife:保险业龙头,补 insurance 空白
- VIP(维普):学术文献检索(和 CNKI/万方形成三足)
非阻塞建议
- ccb 站点使用 http(
http://www.ccb.com)— https 也返回 200,建议未来 Tier 2 扫描 warn 时升 https - 银行数据 authority=commercial,符合分类规范
Merge 🚀
5 tasks
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.
Summary
Adding 5 new Chinese authoritative data sources (morning batch, 2026-05-05).
New Sources
china-abcchina-ccbchina-psbcchina-chinalifechina-vipWhy These Sources
Validation
make check: validation + ID uniqueness + domain consistency all passSource Distribution After Merge