Skip to content

Commit

Permalink
add about
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-oldking committed Apr 14, 2024
1 parent 6891273 commit 30b594b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@
'config_folder': 'configs',
'gui_icon': get_path_in_package(__file__, 'icon.ico'),
'ocr': 'RapidOCR',
'about': """
<h1>基于ok-script的白荆回廊自动漫巡辅助</h1>
<p>Github下载和源码地址:</p>
<p><a href="https://github.com/ok-oldking/ok_baijing">https://github.com/ok-oldking/ok_baijing</a></p>
""",
'gui_title': 'OK白荆漫巡', # Optional, default: False
'capture': 'adb', # adb/windows, see #ok.capture
'capture_window_title': r'^白荆回廊\[[0-9.]+\]$', # required when using windows capture
# 'coco_feature_folder': get_path(__file__, 'assets/coco_feature'), # required if using feature detection
'log_file': 'logs/auto_helper.log', # Optional, auto rotating every day
'error_log_file': 'logs/auto_helper_error.log',
'log_file': 'logs/ok-script.log', # Optional, auto rotating every day
'error_log_file': 'logs/ok-script_error.log',
'tasks': [ # tasks to execute
ManXunTask(),
], 'scenes': [ # scenes to detect
Expand Down

0 comments on commit 30b594b

Please sign in to comment.