mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-08 00:24:12 +08:00
rename
This commit is contained in:
@@ -23,7 +23,7 @@ public class EngineExtend
|
||||
|
||||
// 添加我的自定义实例化对象
|
||||
engine.AddHostObject("keyMouseScript", new KeyMouseScript(workDir));
|
||||
engine.AddHostObject("autoPathingScript", new AutoPathingScript(workDir));
|
||||
engine.AddHostObject("pathingScript", new AutoPathingScript(workDir));
|
||||
engine.AddHostObject("genshin", new Dependence.Genshin());
|
||||
engine.AddHostObject("log", new Log());
|
||||
engine.AddHostObject("file", new LimitedFile(workDir)); // 限制文件访问
|
||||
|
||||
@@ -72,7 +72,7 @@ public class SettingItem
|
||||
list.Add(comboBox);
|
||||
break;
|
||||
|
||||
case "checkBox":
|
||||
case "checkbox":
|
||||
var checkBox = new CheckBox
|
||||
{
|
||||
Name = Name,
|
||||
|
||||
Reference in New Issue
Block a user