mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-04 14:41:14 +00:00
Upgrade napcat-types to v0.0.15 and update the built-in plugin UI to test both filesystem and in-memory static resources. dashboard.html: clarify which plugin endpoints require auth, add buttons and a testMemoryResource() function that fetches an in-memory JSON resource, and add staticBase/memBase variables for non-auth static routes. napcat-webui-backend: return after 404 for missing memory files to stop further handling. (Lockfile updated accordingly.)
18 lines
350 B
JSON
18 lines
350 B
JSON
{
|
|
"name": "napcat-plugin-builtin",
|
|
"plugin": "内置插件",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "index.mjs",
|
|
"description": "NapCat 内置插件",
|
|
"author": "NapNeko",
|
|
"dependencies": {
|
|
"napcat-types": "0.0.15"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.1"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build"
|
|
}
|
|
} |