|
@@ -12,6 +12,7 @@ const config = {
|
|
|
title: { type: String, required: false, zh: '系统名称' }, //
|
|
|
config: { type: Object, required: false, zh: '设置' }, //
|
|
|
agree: { type: String, required: false, zh: '用户协议' }, // 富文本
|
|
|
+ bottom_title: { type: String, required: false, zh: '底部加载数据结束的文字提示' }, //
|
|
|
};
|
|
|
const schema = new Schema(config, { toJSON: { getters: true, virtuals: true } });
|
|
|
schema.index({ id: 1 });
|