v1.2.49 发布寻号优化版:支持输入D/E字符

This commit is contained in:
龙大 2026-04-07 14:18:17 +08:00
parent 195d779e79
commit 693e13bbab
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
VERSION=1.2.48
VERSION=1.2.49

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>甲辰收藏 v1.2.48</title>
<title>甲辰收藏 v1.2.49</title>
<!-- Favicon -->
<link rel="icon" type="image/png" href="/static/icons/favicon.png" />

View File

@ -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