Skip to content

Commit

Permalink
2024-04-14, update settings to new UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed May 1, 2024
1 parent 0ec59c6 commit 5bc3607
Show file tree
Hide file tree
Showing 12 changed files with 1,061 additions and 203 deletions.
2 changes: 1 addition & 1 deletion chrome_tixcraft.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
print(exc)
pass

CONST_APP_VERSION = "MaxBot (2024.04.13)"
CONST_APP_VERSION = "MaxBot (2024.04.14)"

CONST_MAXBOT_ANSWER_ONLINE_FILE = "MAXBOT_ONLINE_ANSWER.txt"
CONST_MAXBOT_CONFIG_FILE = "settings.json"
Expand Down
2 changes: 1 addition & 1 deletion config_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

import util

CONST_APP_VERSION = "MaxBot (2024.04.13)"
CONST_APP_VERSION = "MaxBot (2024.04.14)"

CONST_MAXBOT_LAUNCHER_FILE = "config_launcher.json"
CONST_MAXBOT_CONFIG_FILE = "settings.json"
Expand Down
2 changes: 1 addition & 1 deletion nodriver_tixcraft.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
print(exc)
pass

CONST_APP_VERSION = "MaxBot (2024.04.13)"
CONST_APP_VERSION = "MaxBot (2024.04.14)"

CONST_MAXBOT_ANSWER_ONLINE_FILE = "MAXBOT_ONLINE_ANSWER.txt"
CONST_MAXBOT_CONFIG_FILE = "settings.json"
Expand Down
18 changes: 9 additions & 9 deletions settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"homepage": "https://tixcraft.com",
"homepage": "about:blank",
"browser": "chrome",
"language": "\u7e41\u9ad4\u4e2d\u6587",
"ticket_number": 2,
"language": "English",
"ticket_number": "2",
"ocr_captcha": {
"enable": true,
"beta": true,
Expand All @@ -12,13 +12,13 @@
"webdriver_type": "undetected_chromedriver",
"date_auto_select": {
"enable": true,
"date_keyword": "",
"date_keyword": "\"\"",
"mode": "random"
},
"area_auto_select": {
"enable": true,
"mode": "random",
"area_keyword": ""
"area_keyword": "\"\""
},
"keyword_exclude": "\"\u8f2a\u6905\",\"\u8eab\u969c\",\"\u8eab\u5fc3 \u969c\u7919\",\"Restricted View\",\"\u71c8\u67f1\u906e\u853d\",\"\u8996\u7dda\u4e0d\u5b8c\u6574\"",
"kktix": {
Expand Down Expand Up @@ -74,12 +74,12 @@
"headless": false,
"verbose": false,
"auto_guess_options": true,
"user_guess_string": "",
"user_guess_string": "\"\"",
"remote_url": "\"http://127.0.0.1:16888/\"",
"auto_reload_page_interval": 0.1,
"reset_browser_interval": 0,
"auto_reload_page_interval": "0.1",
"reset_browser_interval": "0",
"kktix_status_api": false,
"max_dwell_time": 60,
"max_dwell_time": "60",
"proxy_server_port": "",
"window_size": "480,1024",
"idle_keyword": "",
Expand Down

0 comments on commit 5bc3607

Please sign in to comment.