From 2fbd8ffc652acdbb2ad814058edb6f0a955564d7 Mon Sep 17 00:00:00 2001 From: yxh Date: Thu, 16 Jul 2020 15:29:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.MD | 8 ++++++-- boot/boot.go | 1 + library/service/service.go | 4 ++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index e7b4e13..288d39b 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,9 @@ ## 平台简介 -基于GF(Go Frame)的后台管理系统 - +* 基于GF(Go Frame)的后台管理系统 +* 前端采用ruoyi-ui 、Vue、Element UI。 +* 后端采用GO语言 框架 GF(Go Frame)。 +* 阿里云优惠券:[点我进入](https://www.aliyun.com/minisite/goods?userCode=fcor2omk ),腾讯云优惠券:[点我领取](https://cloud.tencent.com/act/cps/redirect?redirect=1062&cps_key=20b1c3842f74986b2894e2c5fcde7ea2&from=console ) +* 本项目由奇讯科技团队开发。 ## 内置功能 @@ -19,6 +22,7 @@ 13. 服务监控:监视当前系统CPU、内存、磁盘、堆栈等相关信息。 14. 在线构建器:拖动表单元素生成相应的HTML代码。 15. 文件上传,缓存标签等。 +16. 正在开发中的功能:cms管理、模型管理、工作流引擎 ## 演示地址 [http://47.107.158.252:8200/](http://47.107.158.252:8200/) diff --git a/boot/boot.go b/boot/boot.go index 3f9eefa..6096f6d 100644 --- a/boot/boot.go +++ b/boot/boot.go @@ -66,4 +66,5 @@ func initAdminGfToken() { func showLogo() { fmt.Println(" .----------------. .----------------. .----------------. .----------------. .----------------. \n| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |\n| | ______ | || | _________ | || | __ | || | _______ | || | _________ | |\n| | .' ___ | | || | |_ ___ | | || | / \\ | || | / ___ | | || | | _ _ | | |\n| | / .' \\_| | || | | |_ \\_| | || | / /\\ \\ | || | | (__ \\_| | || | |_/ | | \\_| | |\n| | | | ____ | || | | _| | || | / ____ \\ | || | '.___`-. | || | | | | |\n| | \\ `.___] _| | || | _| |_ | || | _/ / \\ \\_ | || | |`\\____) | | || | _| |_ | |\n| | `._____.' | || | |_____| | || ||____| |____|| || | |_______.' | || | |_____| | |\n| | | || | | || | | || | | || | | |\n| '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |\n '----------------' '----------------' '----------------' '----------------' '----------------' ") + fmt.Println("当前版本:", service.Version) } diff --git a/library/service/service.go b/library/service/service.go index 3707a85..4ccc3ea 100644 --- a/library/service/service.go +++ b/library/service/service.go @@ -20,6 +20,9 @@ import ( "strings" ) +//版本号 +const Version = "1.0.01" + var ( AdminMultiLogin bool //是否允许后台管理员多端登陆 AdminPageNum = 20 //后台分页长度 @@ -47,6 +50,7 @@ func GetVerifyImgString() (idKeyC string, base64stringC string) { ShowLineOptions: 20, Length: 4, Source: "abcdefghijklmnopqrstuvwxyz0123456789", + Fonts: []string{"chromohv.ttf"}, } driver = driver.ConvertFonts() store := base64Captcha.DefaultMemStore