mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-23 19:37:35 +08:00
feat: add plugin migrations and fix plan management bugs
- Plugin database migration support - Fix empty prices error in plan management - Plugin update functionality - Custom shadowsocks encryption algorithms
This commit is contained in:
@@ -19,6 +19,7 @@ use Illuminate\Support\Facades\Log;
|
||||
* @property string $requires
|
||||
* @property string $config
|
||||
* @property string $type
|
||||
* @property boolean $is_enabled
|
||||
*/
|
||||
class Plugin extends Model
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user