@forelse($this->plugins as $plugin)
@if($plugin['enabled']) 已启用 @else 已停用 @endif

{{ $plugin['title'] }}

{{ $plugin['description'] }}

v{{ $plugin['version'] }} · {{ $plugin['vendor'] }}.{{ $plugin['name'] }}

@if(! empty($plugin['dependencies']))
依赖: @foreach($plugin['dependencies'] as $dep) {{ $dep['title'] }}@if(! $dep['ok'])({{ $dep['reason'] }})@endif @endforeach
@endif
@if($plugin['enabled']) 停用 @elseif(empty($plugin['dependency_errors'])) 启用 @else 依赖未满足,无法启用 @endif @if(! in_array($plugin['key'], config('plugins.enabled', []), true)) 卸载 @endif
@empty

暂无插件

@endforelse
@error('zip')

{{ $message }}

@enderror
安装
刷新市场
@forelse($marketItems as $index => $item)

{{ $item['title'] ?? $item['name'] }}

{{ $item['description'] ?? '' }}

{{ $item['version'] ?? '' }} · {{ $item['author'] ?? '' }}

安装
@empty

点击「刷新市场」拉取可用插件/主题

@endforelse