mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-04 12:12:09 +08:00
修复拼写错误导致的环境初始化问题
This commit is contained in:
parent
56f78ea160
commit
74b8e9579a
@ -1,7 +1,7 @@
|
|||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
globalThis.lx_setup = (key, id, name, description, rawScript) => {
|
globalThis.lx_setup = (key, id, name, description, rawScript) => {
|
||||||
delete globalThis.setup
|
delete globalThis.lx_setup
|
||||||
const _nativeCall = globalThis.__lx_native_call__
|
const _nativeCall = globalThis.__lx_native_call__
|
||||||
delete globalThis.__lx_native_call__
|
delete globalThis.__lx_native_call__
|
||||||
const set_timeout = globalThis.__lx_native_call__set_timeout
|
const set_timeout = globalThis.__lx_native_call__set_timeout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user