diff --git a/plugins/gogs/js/gogs.js b/plugins/gogs/js/gogs.js index 5358de57e..d06026620 100755 --- a/plugins/gogs/js/gogs.js +++ b/plugins/gogs/js/gogs.js @@ -314,7 +314,12 @@ function projectScriptDebug(user,name){ } function gogsRead(){ - var readme = '

* 默认使用MySQL,第一个启动加载各种配置,并修改成正确的数据库配置

'; - readme += '

* 邮件端口使用456,gogs仅支持使用STARTTLS的SMTP协议

'; + + var readme = ''; + $('.soft-man-con').html(readme); } \ No newline at end of file