Delete repo/js/Wait 10min directory

This commit is contained in:
鹤望兰
2024-10-19 20:41:59 +08:00
committed by GitHub
parent 6ba9b20c69
commit 7e325fd45b
2 changed files with 0 additions and 17 deletions

View File

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

View File

@@ -1,12 +0,0 @@
{
"manifest_version": 1,
"name": "等待十秒",
"version": "1.0",
"description": "用于等待十秒",
"authors": [
{
"name": "鹤望兰",
}
],
"main": "main.js",
}