测试分支合并请求2222

This commit is contained in:
2025-06-17 18:43:08 +08:00
parent 152b4995ca
commit 3ce43e880d
2 changed files with 32 additions and 4 deletions

9
app.js
View File

@ -1,8 +1,11 @@
const { checkLogin } = require('./utils/logcheck');
const { checkLogin, checkLogin2 } = require('./utils/logcheck');
App({
onLaunch: function () {
checkLogin();
checkLogin();
checkLogin2()
checkLogin2()
checkLogin2()
checkLogin2()
checkLogin2()
}
});