2
0
mirror of https://github.com/ddaodan/bgi-scripts.git synced 2026-06-21 22:15:29 +08:00
Files
bgi-scripts/repo/js/76LivingDads/main.js
2026-05-21 12:48:10 +00:00

7 lines
152 B
JavaScript

(async function () {
setGameMetrics(1920, 1080, 1);
//const lib = eval(await file.readTextSync("lib.js"));
lib.test("测试");
})();