v0.0.7 - 版本更新:代码清理完成

- VERSION.json: 0.0.6 → 0.0.7
- CHANGELOG.md: 更新v0.0.7更新记录

主要更新:
1. coolbot_matcher.py - 一尘匹配工具模块
2. seek.py - 优化列表加载,添加缺失端点
3. information.py - 注释废弃端点
4. News.jsx - API迁移到seek
This commit is contained in:
socool 2026-04-24 11:23:18 +08:00
parent 7100f2d40e
commit 0b56cd7891
2 changed files with 27 additions and 7 deletions

View File

@ -1,5 +1,25 @@
# 版本更新记录
## v0.0.7 (2026-04-24)
### 代码清理
- **coolbot_matcher.py** (新建)
- 功能:创建一尘数据库号码匹配工具模块
- 包含match_pattern, match_self_collections_count, match_collections_count_from_coolbot, match_collections_list_from_coolbot
- **seek.py**
- 功能:更新导入,添加缺失端点
- 新增端点:/match-confirm, /matched-user/{id}, /publisher/{id}
- 优化:移除列表接口网络匹配实时计算,提升加载速度
- **information.py**
- 清理注释废弃的seek/deal重复端点统一使用/api/seek/*和/api/deal/*
- **News.jsx**
- 迁移seek相关API从/api/information/*迁移到/api/seek/*
---
## v1.2.98 (2026-04-19)
### 前端更新

View File

@ -1,9 +1,9 @@
{
"version": "0.0.6",
"updated": "2026-04-19",
"version": "0.0.7",
"updated": "2026-04-24",
"modules": {
"frontend": {
"version": "0.0.6",
"version": "0.0.7",
"pages": {
"Add": "0.0.1",
"Admin": "0.0.1",
@ -12,7 +12,7 @@
"Home": "0.0.1",
"List": "0.0.1",
"Login": "0.0.1",
"News": "0.0.1",
"News": "0.0.2",
"News_YichensBoard": "0.0.1",
"Settings": "0.0.1",
"Stats": "0.0.1",
@ -23,16 +23,16 @@
}
},
"backend": {
"version": "0.0.6",
"version": "0.0.7",
"routers": {
"auth": "0.0.1",
"collections": "0.0.1",
"deal": "0.0.1",
"information": "0.0.1",
"information": "0.0.2",
"news": "0.0.1",
"ocr": "0.0.1",
"operations": "0.0.1",
"seek": "0.0.1",
"seek": "0.0.2",
"users": "0.0.1",
"yichens": "0.0.1"
},