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'