From 0b56cd78913c2d6a6669bcabbd2eac0601073cbe Mon Sep 17 00:00:00 2001 From: socool Date: Fri, 24 Apr 2026 11:23:18 +0800 Subject: [PATCH] =?UTF-8?q?v0.0.7=20-=20=E7=89=88=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=EF=BC=9A=E4=BB=A3=E7=A0=81=E6=B8=85=E7=90=86=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- config/CHANGELOG.md | 20 ++++++++++++++++++++ config/VERSION.json | 14 +++++++------- 2 files changed, 27 insertions(+), 7 deletions(-) diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 2c8415c..147ab49 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -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) ### 前端更新 diff --git a/config/VERSION.json b/config/VERSION.json index cf434bb..efcdfff 100644 --- a/config/VERSION.json +++ b/config/VERSION.json @@ -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" },