移除ChatGPT & 默认注释 thesaurus

This commit is contained in:
源文雨
2023-01-09 21:17:04 +08:00
parent c99d09ea63
commit 8ca71967b6
8 changed files with 48 additions and 157 deletions

View File

@@ -1,7 +1,10 @@
package kanban
// Version ...
var Version = "v1.6.1-beta4"
// Banner ...
var Banner = "* OneBot + ZeroBot + Golang\n" +
"* Version v1.6.1-beta3 - 2022-12-26 13:45:09 +0800 CST\n" +
"* Copyright © 2020 - 2022 FloatTech. All Rights Reserved.\n" +
"* Version " + Version + " - 2023-01-09 21:14:12 +0800 CST\n" +
"* Copyright © 2020 - 2023 FloatTech. All Rights Reserved.\n" +
"* Project: https://github.com/FloatTech/ZeroBot-Plugin"

View File

@@ -12,9 +12,12 @@ import (
const banner = `package kanban
// Version ...
var Version = "%s"
// Banner ...
var Banner = "* OneBot + ZeroBot + Golang\n" +
"* Version %s - %s\n" +
"* Version " + Version + " - %s\n" +
"* Copyright © 2020 - %d FloatTech. All Rights Reserved.\n" +
"* Project: https://github.com/FloatTech/ZeroBot-Plugin"
`