Skip to content

Commit

Permalink
fix help
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Oct 16, 2023
1 parent fef9f99 commit 9892d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kanban/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ var Version = "v0.1.1"
var Banner = "* QQ + NanoBot + Golang\n" +
"* Version " + Version + " - 2023-10-16 13:41:39 +0800 CST\n" +
"* Copyright © 2023 - 2023 FloatTech. All Rights Reserved.\n" +
"* Project: https://github.com/FloatTech/NanoBot-Plugin"
"* Project: FloatTech/NanoBot-Plugin"
2 changes: 1 addition & 1 deletion kanban/gen/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var Version = "%s"
var Banner = "* QQ + NanoBot + Golang\n" +
"* Version " + Version + " - %s\n" +
"* Copyright © 2023 - %d FloatTech. All Rights Reserved.\n" +
"* Project: https://github.com/FloatTech/NanoBot-Plugin"
"* Project: FloatTech/NanoBot-Plugin"
`

const timeformat = `2006-01-02 15:04:05 +0800 CST`
Expand Down

0 comments on commit 9892d65

Please sign in to comment.