Add files via upload

This commit is contained in:
鹤望兰
2024-10-16 11:00:23 +08:00
committed by GitHub
parent f876f88997
commit c463cb68e8
12 changed files with 163 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
(async function () {
setGameMetrics(1920, 1080, 2);
await sleep(10000); // 转换时间单位从20ms到秒
log.info("等待了10秒");
})();