新增简易的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,40 @@
{
"metadata": {
"name": "plugin-loader-pro",
"version": "1.0.0",
"author": "FutureOSS",
"description": "插件加载 Pro - 为 plugin-loader 提供熔断、降级、容错、自动修复等高级机制",
"type": "enhancer"
},
"config": {
"enabled": true,
"args": {
"circuit_breaker": {
"failure_threshold": 3,
"recovery_timeout": 60,
"half_open_requests": 1
},
"retry": {
"max_retries": 3,
"backoff_factor": 2,
"initial_delay": 1
},
"health_check": {
"interval": 30,
"timeout": 5,
"max_failures": 5
},
"auto_recovery": {
"enabled": true,
"max_attempts": 3,
"delay": 10
},
"isolation": {
"enabled": true,
"timeout_per_plugin": 30
}
}
},
"dependencies": ["plugin-loader"],
"permissions": ["*"]
}