@forelse($this->themes as $theme)
{{-- 主题预览图 --}}
@if($theme['screenshot']) {{ $theme['title'] }} 预览 @else
@endif @if($theme['active'])
使用中
@endif

{{ $theme['title'] }}

v{{ $theme['version'] }}

{{ $theme['description'] }}

{{ $theme['author'] }}

@if($theme['inject_points'])
@foreach($theme['inject_points'] as $point) {{ $point }} @endforeach
@endif
@if(! $theme['active']) 启用 删除 @endif
@empty

暂无主题

@endforelse
@error('zip')

{{ $message }}

@enderror
安装