5
archive/js/Wait 10s/main.js
Normal file
5
archive/js/Wait 10s/main.js
Normal file
@@ -0,0 +1,5 @@
|
||||
(async function () {
|
||||
setGameMetrics(1920, 1080, 2);
|
||||
await sleep(10000); // 转换时间单位,从20ms到秒
|
||||
log.info("等待了10秒");
|
||||
})();
|
||||
Reference in New Issue
Block a user