new: Added dark and light theme switching

This commit is contained in:
2024-12-25 00:08:50 +08:00
parent 7a7ddc5082
commit fc54cc9cb6
15 changed files with 225 additions and 27 deletions

View File

@@ -1,7 +1,6 @@
package config
type mInfo struct {
Logo string `yaml:"logo"`
Link string `yaml:"link"`
Title string `yaml:"title"`
Author string `yaml:"author"`