mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
chore: 修改文案
This commit is contained in:
parent
3b20df83a3
commit
a199ce36df
@ -4,7 +4,7 @@ module.exports = [{
|
|||||||
example: ['sz000858', 'SZ002136', 'sz300675', 'SH600600', 'sh601155']
|
example: ['sz000858', 'SZ002136', 'sz300675', 'SH600600', 'sh601155']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '大于0, 小于150, 支持小数位出现5, 如145.5, 用于判断考卷分数',
|
title: '大于等于0, 小于等于150, 支持小数位出现5, 如145.5, 用于判断考卷分数',
|
||||||
rule: /^150$|^(?:\d|[1-9]\d|1[0-4]\d)(?:.5)?$/,
|
rule: /^150$|^(?:\d|[1-9]\d|1[0-4]\d)(?:.5)?$/,
|
||||||
example: [150, 100.5]
|
example: [150, 100.5]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user