From 8e092d9aeae40b8fb453df2ed2ce617fc2de2487 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Fri, 13 Sep 2024 16:19:38 +0800 Subject: [PATCH] Update uts-plugin.md --- docs/plugin/uts-plugin.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugin/uts-plugin.md b/docs/plugin/uts-plugin.md index fef7147d..b793c165 100644 --- a/docs/plugin/uts-plugin.md +++ b/docs/plugin/uts-plugin.md @@ -1925,6 +1925,7 @@ export class Test { > 特别注意: > 1. 如果带了该装饰器,则该方法参数里的所有回调都会在内存中持续存在,需提醒使用者避免频繁调用此方法 > 2. 目前装饰器不支持 export const test:Test = ()=>{} // 这种导出方式,需要使用export function test(){} +> 3. 如果同时存在app-android/app-ios,需要两个平台都同时配置@UTSJS.keepAlive ## Bug & Tips@tips -- GitLab