miao-plugin/package.json
ZM.J e1d77d9fc4
添加命令:#202410幻想角色列表 (#816)
* Fix header

* Add more detailed info

* Add total_use_time & adjust css

* Move filter function to the beginning

* Break filter into different combination of filters

* Implement roleStat function

* Add initial characters

* Add talent for initial characters
2024-10-24 21:11:58 +08:00

23 lines
445 B
JSON

{
"name": "miao-plugin",
"version": "2.3.3",
"author": "Yoimiya-Kokomi",
"description": "miao-plugin",
"type": "module",
"scripts": {
},
"dependencies": {
"image-size": "^1.0.2",
"axios": "^1.7.7"
},
"devDependencies": {
"cheerio": "1.0.0-rc.12",
"request": "^2.88.2"
},
"imports": {
"#miao": "./components/index.js",
"#miao.models": "./models/index.js",
"#miao.path": "./tools/path.js"
}
}