6
archive/js/切换2号角色/main.js
Normal file
6
archive/js/切换2号角色/main.js
Normal file
@@ -0,0 +1,6 @@
|
||||
(async function () {
|
||||
setGameMetrics(1920, 1080, 2); // 设置游戏窗口大小和DPI
|
||||
keyPress("2");
|
||||
|
||||
log.info("已切换2号角色");
|
||||
})();
|
||||
12
archive/js/切换2号角色/manifest.json
Normal file
12
archive/js/切换2号角色/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "切换2号角色",
|
||||
"version": "1.0",
|
||||
"description": "用于切换2号角色",
|
||||
"authors": [
|
||||
{
|
||||
"name": "风埠",
|
||||
}
|
||||
],
|
||||
"main": "main.js",
|
||||
}
|
||||
Reference in New Issue
Block a user