新增简易的8080面板😊

This commit is contained in:
Falck
2026-04-17 23:15:15 +08:00
parent c38d2f66d1
commit 9d19d09821
465 changed files with 9235 additions and 35285 deletions

View File

@@ -0,0 +1,25 @@
{
"metadata": {
"name": "webui",
"version": "2.0.0",
"author": "FutureOSS",
"description": "Web 控制台 - 使用 PHP 前端和 MySQL 数据库",
"type": "webui"
},
"config": {
"enabled": true,
"args": {
"port": 8080,
"theme": "dark",
"title": "FutureOSS"
}
},
"dependencies": ["http-api"],
"permissions": ["*"],
"frontend": "php",
"database": {
"type": "mysql",
"name": "futureoss",
"init_script": "config/database.sql"
}
}