Explorar el Código

Merge branch 'master' of http://git.cc-lotus.info/live/service-live

lrf402788946 hace 4 años
padre
commit
d3c81e2918
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/model/news.js

+ 1 - 1
app/model/news.js

@@ -17,7 +17,7 @@ const news = {
   title: { type: String, required: false, maxLength: 500 }, // 标题
   publish_time: { type: String, required: false, maxLength: 500 }, // 时间
   origin: { type: String, required: false, maxLength: 500, default: '网站管理员' }, // 来源
-  brief: { type: String, maxLength: 100 }, // 简介
+  brief: { type: String, maxLength: 300 }, // 简介
   picture: { type: String, required: false }, // 图片
   filepath: { type: String, required: false }, // 附件
   video: { type: String }, // 视频