chore: 更新版本号至 0.1.1,并增强命令行参数解析功能,支持 JSON 和 key=value 格式

This commit is contained in:
2026-03-11 13:21:16 +08:00
parent 5bed882795
commit e18233fdcb
2 changed files with 16 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@kevisual/router",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"type": "module",
"main": "./dist/router.js",