擴充開發注入版本:3.0.0本頁導覽注入 在原有 function 中,加入新的程式碼。 MixinManager 管理及處理 Mixin 相關事件。 原生方法 TREM.class.ReportManager 的原生 refresh 方法。 async refresh() { console.log(user); // 在不注入的情況下會報錯(搭配下方基本注入) const url = "https://api.exptech.dev/api"; const reportList = await this.getReport(url); if (!reportList) return;}