🔖 v1.9.9

This commit is contained in:
源文雨
2025-09-10 10:41:07 +08:00
parent fc9a21d2d1
commit 6b505d050a
3 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ var Banner = "* OneBot + ZeroBot + Golang\n" +
"* Project: https://github.com/FloatTech/ZeroBot-Plugin"
`
const timeformat = `2006-01-02 15:04:05 +0900 JST`
const timeformat = `2006-01-02 15:04:05 +0800 CST`
func main() {
f, err := os.Create("banner/banner.go")