fix some bugs (#343)
* fix: 设备卡顿时可能无法点到领取委托奖励/探索派遣按钮 * fix: 无法正常选择不同地区凯瑟琳
This commit is contained in:
@@ -20,10 +20,10 @@
|
||||
}
|
||||
let filePath;
|
||||
|
||||
if (settings.selectway === undefined)
|
||||
if (settings.selectValue === undefined)
|
||||
filePath = "枫丹凯瑟琳"
|
||||
else
|
||||
filePath = settings.selectway;
|
||||
filePath = settings.selectValue;
|
||||
|
||||
log.info("开始执行路径脚本");
|
||||
await AutoPath(filePath);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "自动找凯瑟琳",
|
||||
"version": "1.1",
|
||||
"version": "1.2",
|
||||
"description": "去找凯瑟琳(基于路径追踪)",
|
||||
"authors": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user