更新产品配置和技能定义

This commit is contained in:
12600k-rog-d4
2026-04-05 02:34:24 +08:00
parent 40d9daf42a
commit 2d6afa0a01
64 changed files with 3299 additions and 1228 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "membank",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitee.com:xiongmaojames/membank.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"puppeteer": "^24.40.0",
"sharp": "^0.34.5"
}
}