chore: dark config

This commit is contained in:
jialin
2025-04-28 10:05:06 +08:00
parent d4d7148f16
commit ce9c31f368
35 changed files with 678 additions and 399 deletions
+7
View File
@@ -0,0 +1,7 @@
import dark from './dark';
import light from './light';
export default {
light,
dark
};