allen.yan 134b9de09d 單機版 v.0.0.8 20250618
自動同步 SongLibraryCache 的表
2025-06-18 14:38:55 +08:00

15 lines
491 B
PHP

<x-admin.section-header title="{{ __('songs.list') }}">
<x-wireui:button
wire:click="$dispatchTo('forms.song-form', 'openModal')"
icon="plus"
label="{{ __('songs.CreateNew') }}"
class="bg-blue-600 text-white"
/>
<x-wireui:button
wire:click="$dispatchTo('forms.song-import-data','openModal')"
icon="document-plus"
label="{{ __('songs.ImportData') }}"
class="bg-green-600 text-white"
/>
</x-admin.section-header>