yxh 4 anos atrás
pai
commit
1c130430b9
2 arquivos alterados com 7 adições e 1 exclusões
  1. 6 0
      README.MD
  2. 1 1
      boot/boot.go

+ 6 - 0
README.MD

@@ -61,6 +61,9 @@ gitee地址:[https://gitee.com/tiger1103/gfast-ui](https://gitee.com/tiger1103
 ## 文档地址
 [http://doc.qjit.cn/docs/gfast-v2/introduce](http://doc.qjit.cn/docs/gfast-v2/introduce)
 
+## 相关视频
+[https://space.bilibili.com/254192571/channel/seriesdetail?sid=223204](https://space.bilibili.com/254192571/channel/seriesdetail?sid=223204)
+
 ## 演示图
 
 <table>
@@ -109,6 +112,9 @@ gitee地址:[https://gitee.com/tiger1103/gfast-ui](https://gitee.com/tiger1103
 >
 >云捷go [https://gitee.com/yunjieg/yjgo](https://gitee.com/yunjieg/yjgo)
 
+PHP开源工作流引擎tpflow   [https://gitee.com/ntdgg/tpflow](https://gitee.com/ntdgg/tpflow)
+
+CCflow 国内最优秀的开源流程引擎  [https://gitee.com/opencc/ccflow](https://gitee.com/opencc/ccflow)
 
 ### 生成dao
 因为我们在开发过程中,goFrame框架的gf-cli 一直在更新功能,如果是修改了表重新生成建议不要直接去覆盖,生成到tmp目录后将需要的文件复制到对应的地方

+ 1 - 1
boot/boot.go

@@ -10,7 +10,7 @@ import (
 )
 
 //版本号
-const Version = "2.0.0"
+const Version = "2.0.3"
 
 func init() {
 	gtime.SetTimeZone("Asia/Shanghai") //设置系统时区