/** * @class QTGMonitor * @description QTG监控组件,用于监控QTG相关状态 */ class QTGMonitor extends HTMLElement { constructor() { super(); this.attachShadow({ mode: 'open' }); } connectedCallback() { this.render(); this.initialize(); } render() { this.shadowRoot.innerHTML = `