From 9d623821f6a22fcb59be836dc542c2d4f0edccc7 Mon Sep 17 00:00:00 2001 From: socool Date: Fri, 24 Apr 2026 11:29:12 +0800 Subject: [PATCH] =?UTF-8?q?v0.0.7=20-=20=E5=AE=8C=E5=96=84=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E7=AE=A1=E7=90=86=EF=BC=9A=E6=9B=B4=E6=96=B0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B4=E9=83=A8=E5=92=8CREADME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - seek.py: 0.0.3 → 0.0.4 - News.jsx: 0.0.2 → 0.0.3 - VERSION.json: seek=0.0.4, News=0.0.3, frontend config=0.0.7 - README.md: v1.2.38 → v0.0.7 --- README.md | 6 +++--- backend/app/routers/seek.py | 3 ++- config/VERSION.json | 6 +++--- frontend/src/pages/News.jsx | 4 ++-- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 84502c7..16a0d37 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ | 项目 | 内容 | |------|------| -| **版本** | v1.2.38 | -| **代号** | 最终优化版本 | -| **发布日期** | 2026-03-31 | +| **版本** | v0.0.7 | +| **代号** | 寻配号重构版本 | +| **发布日期** | 2026-04-24 | ## 技术栈 diff --git a/backend/app/routers/seek.py b/backend/app/routers/seek.py index f419071..826868c 100644 --- a/backend/app/routers/seek.py +++ b/backend/app/routers/seek.py @@ -1,5 +1,6 @@ # seek - 寻配号路由 -# Version: 0.0.3 (2026-04-24) +# Version: 0.0.4 (2026-04-24) +# 更新:移除列表网络匹配实时计算,添加coolbot_matcher导入 # 更新:添加缺失端点,清理废弃依赖 from fastapi import APIRouter, Depends, Query, HTTPException diff --git a/config/VERSION.json b/config/VERSION.json index efcdfff..5562f50 100644 --- a/config/VERSION.json +++ b/config/VERSION.json @@ -12,14 +12,14 @@ "Home": "0.0.1", "List": "0.0.1", "Login": "0.0.1", - "News": "0.0.2", + "News": "0.0.3", "News_YichensBoard": "0.0.1", "Settings": "0.0.1", "Stats": "0.0.1", "YichensBoard": "0.0.3" }, "config": { - "version": "0.0.6" + "version": "0.0.7" } }, "backend": { @@ -32,7 +32,7 @@ "news": "0.0.1", "ocr": "0.0.1", "operations": "0.0.1", - "seek": "0.0.2", + "seek": "0.0.4", "users": "0.0.1", "yichens": "0.0.1" }, diff --git a/frontend/src/pages/News.jsx b/frontend/src/pages/News.jsx index b281867..52ab27c 100644 --- a/frontend/src/pages/News.jsx +++ b/frontend/src/pages/News.jsx @@ -1,7 +1,7 @@ /** * News - 资讯列表页面 - * Version: 0.0.2 (2026-04-24) - * 更新:迁移seek相关API到/api/seek/* + * Version: 0.0.3 (2026-04-24) + * 更新:API已统一到/api/seek/*,移除列表实时网络匹配计算 */ import React, { useState, useEffect } from 'react'