Skip to content

Commit d172f21

Browse files
[投稿] 更新 index.json: 添加 身份证核验
1 parent a26122a commit d172f21

1 file changed

Lines changed: 25 additions & 2 deletions

File tree

script_library/index.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 1,
3-
"data_version": 87,
4-
"updated": "2026-04-10T13:14:17.105Z",
3+
"data_version": 88,
4+
"updated": "2026-04-11T17:04:41.697Z",
55
"announcement": null,
66
"categories": [
77
{
@@ -1467,6 +1467,29 @@
14671467
"updated": null,
14681468
"status": "active",
14691469
"lines": 41
1470+
},
1471+
{
1472+
"id": "script_mnul4nuo",
1473+
"name": "身份证核验",
1474+
"name_en": "身份证核验",
1475+
"desc": "基于国标实现的18位身份证严谨校验工具,包含格式校验、日期规则、加权模11校验码验证,兼容大小写X,可输出错误提示,轻量高效。",
1476+
"desc_en": "基于国标实现的18位身份证严谨校验工具,包含格式校验、日期规则、加权模11校验码验证,兼容大小写X,可输出错误提示,轻量高效。",
1477+
"category": "basic",
1478+
"file": "scripts/basic/script_mnul4nuo.py",
1479+
"thumbnail": null,
1480+
"version": 1,
1481+
"file_type": "py",
1482+
"author": "霞飞路",
1483+
"author_en": "霞飞路",
1484+
"tags": [
1485+
"community"
1486+
],
1487+
"requires": [],
1488+
"min_app_version": "1.5.0",
1489+
"added": "2026-04-11",
1490+
"updated": null,
1491+
"status": "active",
1492+
"lines": 17
14701493
}
14711494
]
14721495
}

0 commit comments

Comments
 (0)