module.exports = { title: '短信中心', /** * @type {boolean} true | false * @description Whether show the settings right-panel */ showSettings: true, /** * @type {boolean} true | false * @description Whether need tagsView */ tagsView: true, /** * @type {boolean} true | false * @description Whether fix the header */ fixedHeader: false, /** * @type {boolean} true | false * @description Whether show the logo in sidebar */ sidebarLogo: true }