mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-20 06:20:08 +08:00
🔖 v1.7.4
This commit is contained in:
parent
a514bde4e6
commit
3a31802735
@ -3,13 +3,13 @@
|
|||||||
package banner
|
package banner
|
||||||
|
|
||||||
// Version ...
|
// Version ...
|
||||||
var Version = "v1.7.3"
|
var Version = "v1.7.4"
|
||||||
|
|
||||||
// Copyright ...
|
// Copyright ...
|
||||||
var Copyright = "© 2020 - 2023 FloatTech"
|
var Copyright = "© 2020 - 2023 FloatTech"
|
||||||
|
|
||||||
// Banner ...
|
// Banner ...
|
||||||
var Banner = "* OneBot + ZeroBot + Golang\n" +
|
var Banner = "* OneBot + ZeroBot + Golang\n" +
|
||||||
"* Version " + Version + " - 2023-08-28 16:14:08 +0800 CST\n" +
|
"* Version " + Version + " - 2023-11-07 21:51:14 +0900 JST\n" +
|
||||||
"* Copyright " + Copyright + ". All Rights Reserved.\n" +
|
"* Copyright " + Copyright + ". All Rights Reserved.\n" +
|
||||||
"* Project: https://github.com/FloatTech/ZeroBot-Plugin"
|
"* Project: https://github.com/FloatTech/ZeroBot-Plugin"
|
||||||
|
|||||||
@ -27,7 +27,7 @@ var Banner = "* OneBot + ZeroBot + Golang\n" +
|
|||||||
"* Project: https://github.com/FloatTech/ZeroBot-Plugin"
|
"* Project: https://github.com/FloatTech/ZeroBot-Plugin"
|
||||||
`
|
`
|
||||||
|
|
||||||
const timeformat = `2006-01-02 15:04:05 +0800 CST`
|
const timeformat = `2006-01-02 15:04:05 +0900 JST`
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
f, err := os.Create("banner/banner.go")
|
f, err := os.Create("banner/banner.go")
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
"0409": {
|
"0409": {
|
||||||
"identity": {
|
"identity": {
|
||||||
"name": "ZeroBot-Plugin",
|
"name": "ZeroBot-Plugin",
|
||||||
"version": "1.7.3.1842"
|
"version": "1.7.4.1901"
|
||||||
},
|
},
|
||||||
"description": "",
|
"description": "",
|
||||||
"minimum-os": "vista",
|
"minimum-os": "vista",
|
||||||
@ -36,23 +36,23 @@
|
|||||||
"#1": {
|
"#1": {
|
||||||
"0000": {
|
"0000": {
|
||||||
"fixed": {
|
"fixed": {
|
||||||
"file_version": "1.7.3.1842",
|
"file_version": "1.7.4.1901",
|
||||||
"product_version": "v1.7.3",
|
"product_version": "v1.7.4",
|
||||||
"timestamp": "2023-08-28T16:14:29+08:00"
|
"timestamp": "2023-11-07T21:51:24+08:00"
|
||||||
},
|
},
|
||||||
"info": {
|
"info": {
|
||||||
"0409": {
|
"0409": {
|
||||||
"Comments": "OneBot plugins based on ZeroBot",
|
"Comments": "OneBot plugins based on ZeroBot",
|
||||||
"CompanyName": "FloatTech",
|
"CompanyName": "FloatTech",
|
||||||
"FileDescription": "https://github.com/FloatTech/ZeroBot-Plugin",
|
"FileDescription": "https://github.com/FloatTech/ZeroBot-Plugin",
|
||||||
"FileVersion": "1.7.3.1842",
|
"FileVersion": "1.7.4.1901",
|
||||||
"InternalName": "",
|
"InternalName": "",
|
||||||
"LegalCopyright": "© 2020 - 2023 FloatTech. All Rights Reserved.",
|
"LegalCopyright": "© 2020 - 2023 FloatTech. All Rights Reserved.",
|
||||||
"LegalTrademarks": "",
|
"LegalTrademarks": "",
|
||||||
"OriginalFilename": "ZBP.EXE",
|
"OriginalFilename": "ZBP.EXE",
|
||||||
"PrivateBuild": "",
|
"PrivateBuild": "",
|
||||||
"ProductName": "ZeroBot-Plugin",
|
"ProductName": "ZeroBot-Plugin",
|
||||||
"ProductVersion": "v1.7.3",
|
"ProductVersion": "v1.7.4",
|
||||||
"SpecialBuild": ""
|
"SpecialBuild": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user