feat: add yaml config support

This commit is contained in:
loveuer
2025-03-20 11:55:47 +08:00
parent 32b30ae183
commit 2e13671bb7
9 changed files with 139 additions and 145 deletions

View File

@ -7,6 +7,5 @@ import (
func init() {
time.Local = time.FixedZone("CST", 8*3600)
initRoot()
initCli()
initRoot(initCli())
}