Commit 89770488 authored by 陈家荣's avatar 陈家荣

帖子质量默认值改成高

parent eb7e5212
...@@ -116,7 +116,7 @@ var ForumThreadSchema = new Schema({ ...@@ -116,7 +116,7 @@ var ForumThreadSchema = new Schema({
quality:{//质量 高:100,中:50,低:0 quality:{//质量 高:100,中:50,低:0
type: Number, type: Number,
require: true, require: true,
default: 50 default: 100
}, },
created: { created: {
type: Date, type: Date,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment