mirror of
				https://github.com/ddaodan/bgi-scripts.git
				synced 2025-11-03 22:34:15 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			152 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			152 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
(async function () {
 | 
						|
    setGameMetrics(1920, 1080, 1);
 | 
						|
 | 
						|
    //const lib = eval(await file.readTextSync("lib.js"));
 | 
						|
    lib.test("测试");
 | 
						|
})();
 |