mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-30 17:17:22 +08:00
plugin management + user tables and torrents table text column migrate
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<x-filament-panels::page>
|
||||
@livewire('install-plugin-modal')
|
||||
</x-filament-panels::page>
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
<div>
|
||||
<h3 class="text-danger-700 pb-6">注意: 执行此操作会先将站点启用维护模式, 执行完毕后会关闭维护模式!</h3>
|
||||
<div class="code">
|
||||
<textarea readonly style="width: 100%;min-height: 200px"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user