File tree Expand file tree Collapse file tree 5 files changed +71
-2318
lines changed Expand file tree Collapse file tree 5 files changed +71
-2318
lines changed Original file line number Diff line number Diff line change @@ -26,5 +26,9 @@ proxy = http://localhost:7890 #代理地址,如果上面选项开启,这
26
26
ocr_on = true # 是否开启ocr(识图指令)
27
27
ocr_offline = false # 是否只使用hash验证,即设置为true后只能识别服务器已记录的图片,如果群较多(>300)导致响应延迟较高可以开启
28
28
ocr_url = http://ocr.benx1n.com:23338 # 默认ocr地址,一般不用动
29
+ minimap_renderer_on = false # 是否启用
30
+ minimap_renderer_url = http://localhost:9876 # minimap_renderer地址
31
+ minimap_renderer_user_name = yuyuko # 鉴权用户名 参考minimap_renderer的token.json文件
32
+ minimap_renderer_password = yuyuko # 鉴权用户密码 参考minimap_renderer的token.json文件
29
33
http2 = true # 是否开启http2,默认开启,如果有问题请设置为false
30
34
battle_listen_time = 1 # 监控刷新时间,分钟级,如果性能或流量不够可以适当延长,推荐在5分钟以内
Original file line number Diff line number Diff line change @@ -26,5 +26,9 @@ proxy = http://localhost:7890 #代理地址,如果上面选项开启,这
26
26
ocr_on = true #是否开启ocr(识图指令)
27
27
ocr_offline = false #是否只使用hash验证,即设置为true后只能识别服务器已记录的图片,如果群较多(>300)导致响应延迟较高可以开启
28
28
ocr_url = http://ocr.benx1n.com:23338 #默认ocr地址,一般不用动
29
+ minimap_renderer_on = false # 是否启用
30
+ minimap_renderer_url = http://localhost:9876 # minimap_renderer地址
31
+ minimap_renderer_user_name = yuyuko # 鉴权用户名 参考minimap_renderer的token.json文件
32
+ minimap_renderer_password = yuyuko # 鉴权用户密码 参考minimap_renderer的token.json文件
29
33
http2 = true #是否开启http2,默认开启,如果有问题请设置为false
30
34
battle_listen_time = 1 #监控刷新时间,分钟级,如果性能或流量不够可以适当延长,推荐在5分钟以内
You can’t perform that action at this time.
0 commit comments