From ae87b10fe0682becc4a94cf0028e191a10202e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B2=E8=BE=B0=E7=94=9F=E4=BA=A7?= Date: Fri, 24 Apr 2026 10:49:39 +0800 Subject: [PATCH] =?UTF-8?q?v0.0.6=20-=20=E4=BF=AE=E5=A4=8Dseek/match=20API?= =?UTF-8?q?=E5=90=8C=E6=97=B6=E6=94=AF=E6=8C=81seek=5Finfo=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/CHANGELOG.md | 7 ++++++- config/VERSION.json | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index df80eb9..2c8415c 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -32,4 +32,9 @@ ## v1.2.96 (2026-04-XX) ### 更新内容 -- (待记录) \ No newline at end of file +- (待记录) +## v0.0.6 (2026-04-24) +### Bug修复 +- 修复"自有X条藏品匹配成功"点击后没有藏品列表的问题 +- 原因:seek/match API只查询information表,但实际数据在seek_info表 +- 修复:API同时支持information表和seek_info表查询 diff --git a/config/VERSION.json b/config/VERSION.json index 681ef4a..cf434bb 100644 --- a/config/VERSION.json +++ b/config/VERSION.json @@ -1,9 +1,9 @@ { - "version": "v0.0.3", + "version": "0.0.6", "updated": "2026-04-19", "modules": { "frontend": { - "version": "1.2.98", + "version": "0.0.6", "pages": { "Add": "0.0.1", "Admin": "0.0.1", @@ -19,11 +19,11 @@ "YichensBoard": "0.0.3" }, "config": { - "version": "0.0.1" + "version": "0.0.6" } }, "backend": { - "version": "1.2.98", + "version": "0.0.6", "routers": { "auth": "0.0.1", "collections": "0.0.1",