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' => '使用 :mode 色彩模式',
'color-mode-system' => '系統',
'color-mode-light' => '淺色',
'color-mode-dark' => '深色',
];