From 74b8e9579a56bff5a7f43e862b479aafd24b8563 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 5 Nov 2023 20:49:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8B=BC=E5=86=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E5=AF=BC=E8=87=B4=E7=9A=84=E7=8E=AF=E5=A2=83=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/src/main/assets/script/user-api-preload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/src/main/assets/script/user-api-preload.js b/android/app/src/main/assets/script/user-api-preload.js index 05dfcf7..6f013fb 100644 --- a/android/app/src/main/assets/script/user-api-preload.js +++ b/android/app/src/main/assets/script/user-api-preload.js @@ -1,7 +1,7 @@ 'use strict' globalThis.lx_setup = (key, id, name, description, rawScript) => { - delete globalThis.setup + delete globalThis.lx_setup const _nativeCall = globalThis.__lx_native_call__ delete globalThis.__lx_native_call__ const set_timeout = globalThis.__lx_native_call__set_timeout