/** * 知识库页面组件 */ export default class Knowledge { constructor(container, route) { this.container = container; this.route = route; this.init(); } async init() { this.render(); } render() { this.container.innerHTML = `
知识条目管理
该功能正在开发中...