API (状态接口)
GET /api/Plugin/List
{ "success": true, "plugins": [ { "name": "plugin_test", "description": "A plugin for testing", "author": "Your Name" } ] }
GET /api/Plugin/Directory
权限要求
Last updated