提交qiming-dev-inject

This commit is contained in:
Codex
2026-06-01 12:53:19 +08:00
parent 96af3b324b
commit 9e9486b7c2
76 changed files with 6397 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "html-static-test",
"version": "1.0.0",
"description": "纯 HTML 静态项目测试 - dev-inject",
"type": "module",
"scripts": {
"start": "python3 -m http.server 3002",
"serve": "npx serve -s . -p 3002"
},
"keywords": [
"html",
"test",
"dev-inject"
],
"author": "",
"license": "MIT"
}