feat: 新增实验 7 的第 2 部分

This commit is contained in:
2025-12-18 18:40:15 +08:00
parent f58f9b8519
commit ef11f2aa3a
8 changed files with 48 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "7.2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.14.0",
"dependencies": {
"@koa/router": "^15.1.0",
"koa": "^3.1.1"
}
}