From 693e13bbab5023b27be24eacee4edb3f3613adff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E5=A4=A7?= Date: Tue, 7 Apr 2026 14:18:17 +0800 Subject: [PATCH] =?UTF-8?q?v1.2.49=20=E5=8F=91=E5=B8=83=E5=AF=BB=E5=8F=B7?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=89=88=EF=BC=9A=E6=94=AF=E6=8C=81=E8=BE=93?= =?UTF-8?q?=E5=85=A5D/E=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/VERSION | 2 +- frontend/index.html | 2 +- frontend/src/pages/News.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/VERSION b/config/VERSION index 85b0ff0..9d33ae0 100644 --- a/config/VERSION +++ b/config/VERSION @@ -1 +1 @@ -VERSION=1.2.48 +VERSION=1.2.49 diff --git a/frontend/index.html b/frontend/index.html index d6edbe5..b11aa93 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - 甲辰收藏 v1.2.48 + 甲辰收藏 v1.2.49 diff --git a/frontend/src/pages/News.jsx b/frontend/src/pages/News.jsx index 73b2d09..adad95b 100644 --- a/frontend/src/pages/News.jsx +++ b/frontend/src/pages/News.jsx @@ -389,7 +389,7 @@ export default function News() { readOnly={isFixed} onChange={(e) => { if (i < 2) return - const val = e.target.value.toUpperCase().replace(/[^0-9XABCFG]/g, '') + const val = e.target.value.toUpperCase().replace(/[^0-9XABCDEFG]/g, '') const newFeatures = (seekForm.features || '').split('') while (newFeatures.length < 8) newFeatures.push('') newFeatures[i - 2] = val