File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 118
118
119
119
目前,蘑菇社区版源码暂未开源,可通过 [ 赞助蘑菇] ( https://www.moguit.cn/version ) 的方式获取源码授权,详情可添加陌溪微信了解:[ coder_moxi] ( https://gitee.com/moxi159753/mogu_blog_v2/raw/Nacos/doc/images/qq/coder_moxi.png ) (备注:蘑菇社区)
120
120
121
+ <p align =center >
122
+ <a href="https://www.moguit.cn/version">
123
+ <img src="./doc/images/gitee/mogu_blog_business.png" width="800" />
124
+ </a>
125
+ </p >
126
+
121
127
## 蘑菇博客Go版本
122
128
123
129
[ ** mogu_blog_go** ] ( https://gitee.com/moxi159753/mogu_blog_go ) 是根据** 蘑菇博客** 改编的一个 ** Golang** 简化版分支,实现了蘑菇博客后台原有的大部分** 基础功能** ,同时前端代码和数据库基本没有变化,因此可以直接使用蘑菇博客原有的前端页面。
Original file line number Diff line number Diff line change @@ -1197,7 +1197,7 @@ ALTER TABLE t_media_info ADD sort int(9) UNSIGNED NOT NULL DEFAULT 1 COMMENT '
1197
1197
/*
1198
1198
* 更新举报表, 增加举报标题、内容
1199
1199
**/
1200
- ALTER TABLE t_report MODIFY COLUMN report_content text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT ' 举报标题、内容' ;
1200
+ ALTER TABLE t_report add COLUMN report_content text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT ' 举报标题、内容' ;
1201
1201
1202
1202
1203
1203
CREATE TABLE `t_problem ` (
You can’t perform that action at this time.
0 commit comments