This commit is contained in:
2026-03-18 10:19:42 +08:00
parent 2526ad4414
commit e58dd3529d
267 changed files with 25279 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
package consts
const (
OpenAPITitle = `GFast-v3`
OpenAPIDescription = `基于 GoFrame2.0的后台管理系统。 Enjoy 💖 `
OpenAPIContactName = "GFast"
OpenAPIContactUrl = "http://www.g-fast.cn"
)

View File

@@ -0,0 +1,17 @@
/*
* @desc:错误码信息
* @company:云南奇讯科技有限公司
* @Author: yixiaohu<yxh669@qq.com>
* @Date: 2025/5/20 10:20
*/
package consts
const (
// CodeInfo 提醒
CodeInfo = 1001
// CodeWarning 警告
CodeWarning = 1002
// CodeError 错误
CodeError = 1003
)

View File

@@ -0,0 +1,13 @@
/*
* @desc:版本号
* @company:云南奇讯科技有限公司
* @Author: yixiaohu
* @Date: 2022/3/11 11:24
*/
package consts
const (
Logo = `CiAgIF9fX19fX19fX19fXyAgICAgICAgICAgX18gCiAgLyBfX19fLyBfX19fL19fXyBfX19fX18vIC9fCiAvIC8gX18vIC9fICAvIF9fIGAvIF9fXy8gX18vCi8gL18vIC8gX18vIC8gL18vIChfXyAgKSAvXyAgClxfX19fL18vICAgIFxfXyxfL19fX18vXF9fLyAg`
Version = "3.3.8"
)