mirror of
https://github.com/ddaodan/bgi-scripts.git
synced 2025-11-03 14:24:14 +08:00
test
This commit is contained in:
6
repo/js/76LivingDads/main.js
Normal file
6
repo/js/76LivingDads/main.js
Normal file
@@ -0,0 +1,6 @@
|
||||
(async function () {
|
||||
setGameMetrics(1920, 1080, 1);
|
||||
|
||||
//const lib = eval(await file.readTextSync("lib.js"));
|
||||
lib.test("测试");
|
||||
})();
|
||||
Reference in New Issue
Block a user