update TestFlight

This commit is contained in:
king
2025-09-21 01:35:32 +08:00
parent 13be4ca34b
commit df2efbf29a
3 changed files with 140 additions and 10 deletions

View File

@ -54,6 +54,7 @@ if (reg2.test($request.url)) {
$.msg($.name, `已添加APP_ID: ${id}`, `当前所有APPID: ${appId}`, "");
$.done({});
}
function unique(arr) {
return Array.from(new Set(arr));
}

File diff suppressed because one or more lines are too long