mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-03-01 08:10:25 +00:00
Introduces a plugin manager (OB11PluginMangerAdapter) for dynamic plugin loading, initialization, and event handling. Adds an example plugin with configuration files and updates related code to support plugin directory detection and loading. Refactors plugin adapter logic for extensibility and modularity.
10 lines
198 B
JSON
10 lines
198 B
JSON
{
|
|
"name": "advanced-plugin",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "index.mjs",
|
|
"description": "一个高级的 NapCat 插件示例",
|
|
"scripts": {
|
|
"build": "vite build"
|
|
}
|
|
} |