feat: add one-click update feature to admin panel

This commit is contained in:
xboard
2025-02-09 13:43:09 +08:00
parent 1b728fffc7
commit 39456923d3
15 changed files with 660 additions and 100 deletions

View File

@@ -177,6 +177,7 @@ return [
App\Providers\SettingServiceProvider::class,
App\Providers\OctaneSchedulerProvider::class,
App\Providers\PluginServiceProvider::class,
App\Providers\OctaneVersionProvider::class,
],