$loon的输出不再支持上述代码,因此这里只能删除 (#430)

This commit is contained in:
Pegasus02 2022-11-11 23:32:09 +08:00 committed by GitHub
parent f87ce0b68b
commit 3986481385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ const body = JSON.parse($request.body || '{}');
})()
function nobyda() {
const isLoon = typeof($loon) !== "undefined" && $loon > 289;
const isLoon = typeof($loon) !== "undefined";
const isQuanX = typeof($configuration) !== 'undefined';
const isSurge = typeof($httpAPI) !== 'undefined';
const m = `不支持您的APP版本, 请等待APP更新 ⚠️`;