first commit

This commit is contained in:
ericli1018
2025-06-13 12:36:48 +08:00
commit 0475d9de8e
167 changed files with 20145 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?php
return [
// color mode
'color-mode-description' => 'use :mode color mode',
'color-mode-system' => 'system',
'color-mode-light' => 'light',
'color-mode-dark' => 'dark',
];