测试分支合并请求

This commit is contained in:
2025-06-16 23:30:02 +08:00
parent d6bfd2d262
commit 949d39b1b9

4
app.js
View File

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