mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 05:30:07 +08:00
Some checks are pending
自动更新 nix 依赖 / gomod2nix update (push) Waiting to run
打包最新版为 Docker Image / build docker (push) Waiting to run
最新版 / Build binary CI (386, linux) (push) Waiting to run
最新版 / Build binary CI (386, windows) (push) Waiting to run
最新版 / Build binary CI (amd64, linux) (push) Waiting to run
最新版 / Build binary CI (amd64, windows) (push) Waiting to run
最新版 / Build binary CI (arm, linux) (push) Waiting to run
最新版 / Build binary CI (arm64, linux) (push) Waiting to run
PushLint / lint (push) Waiting to run
16 lines
406 B
Go
16 lines
406 B
Go
// Code generated by kanban/gen. DO NOT EDIT.
|
|
|
|
package banner
|
|
|
|
// Version ...
|
|
var Version = "v1.9.9"
|
|
|
|
// Copyright ...
|
|
var Copyright = "© 2020 - 2025 FloatTech"
|
|
|
|
// Banner ...
|
|
var Banner = "* OneBot + ZeroBot + Golang\n" +
|
|
"* Version " + Version + " - 2025-09-10 10:40:39 +0800 CST\n" +
|
|
"* Copyright " + Copyright + ". All Rights Reserved.\n" +
|
|
"* Project: https://github.com/FloatTech/ZeroBot-Plugin"
|