filament-panels.php 412B

1234567891011121314151617181920
  1. <?php
  2. return [
  3. 'layout' => [
  4. 'actions' => [
  5. 'theme_switcher' => [
  6. 'system' => [
  7. 'label' => '系統主題',
  8. ],
  9. 'light' => [
  10. 'label' => '亮色主題',
  11. ],
  12. 'dark' => [
  13. 'label' => '深色主題',
  14. ],
  15. ],
  16. ],
  17. ],
  18. ];