v1.2.49 发布寻号优化版:支持输入D/E字符
This commit is contained in:
parent
195d779e79
commit
693e13bbab
|
|
@ -1 +1 @@
|
||||||
VERSION=1.2.48
|
VERSION=1.2.49
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
<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">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<title>甲辰收藏 v1.2.48</title>
|
<title>甲辰收藏 v1.2.49</title>
|
||||||
|
|
||||||
<!-- Favicon -->
|
<!-- Favicon -->
|
||||||
<link rel="icon" type="image/png" href="/static/icons/favicon.png" />
|
<link rel="icon" type="image/png" href="/static/icons/favicon.png" />
|
||||||
|
|
|
||||||
|
|
@ -389,7 +389,7 @@ export default function News() {
|
||||||
readOnly={isFixed}
|
readOnly={isFixed}
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
if (i < 2) return
|
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('')
|
const newFeatures = (seekForm.features || '').split('')
|
||||||
while (newFeatures.length < 8) newFeatures.push('')
|
while (newFeatures.length < 8) newFeatures.push('')
|
||||||
newFeatures[i - 2] = val
|
newFeatures[i - 2] = val
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue