chore: 更新版本号至0.0.76,并在 route.ts 中添加 extractArgs 函数

This commit is contained in:
2026-02-18 10:00:26 +08:00
parent f72f7d6cf1
commit e4e1e9abb9
2 changed files with 12 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@kevisual/router",
"version": "0.0.75",
"version": "0.0.76",
"description": "",
"type": "module",
"main": "./dist/router.js",
@@ -21,7 +21,6 @@
"keywords": [],
"author": "abearxiong",
"license": "MIT",
"packageManager": "pnpm@10.30.0",
"devDependencies": {
"@kevisual/code-builder": "^0.0.6",
"@kevisual/context": "^0.0.6",