mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-27 22:40:38 +08:00
feat: enhance plugin management
- Add command support for plugin management - Optimize plugin management page layout - Add email copy functionality for users - Convert payment methods and Telegram Bot to plugin system
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Coinbase",
|
||||
"code": "coinbase",
|
||||
"type": "payment",
|
||||
"version": "1.0.0",
|
||||
"description": "Coinbase payment plugin",
|
||||
"author": "XBoard Team"
|
||||
}
|
||||
Reference in New Issue
Block a user