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("测试");
|
||||
})();
|
||||
16
repo/js/76LivingDads/manifest.json
Normal file
16
repo/js/76LivingDads/manifest.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "兰那罗",
|
||||
"version": "0.0.1",
|
||||
"bgi_version": "0.47.2",
|
||||
"description": "寻找76个兰那罗。部分兰那罗需要手动完成解密。",
|
||||
"authors": [
|
||||
{
|
||||
"name": "ddaodan",
|
||||
"link": "https://github.com/ddaodan"
|
||||
}
|
||||
],
|
||||
"settings_ui": "settings.json",
|
||||
"main": "main.js"
|
||||
}
|
||||
|
||||
14
repo/js/76LivingDads/settings.json
Normal file
14
repo/js/76LivingDads/settings.json
Normal file
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"name": "check",
|
||||
"type": "checkbox",
|
||||
"label": "请根据脚本说明进行设置,确认无误后勾选",
|
||||
"default": false
|
||||
},
|
||||
{
|
||||
"name": "uid",
|
||||
"type": "text",
|
||||
"label": "执行脚本的UID\n仅记录用,不会识别确认,因此你也可以随便填",
|
||||
"default": "1"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user