This commit is contained in:
Cp0204 2024-04-24 17:23:32 +08:00
parent 943b8f42be
commit 12ac572c25

View File

@ -25,7 +25,7 @@ script_path = os.environ.get("SCRIPT_PATH", "./quark_auto_save.py")
config_path = os.environ.get("CONFIG_PATH", "./config/quark_config.json")
app = Flask(__name__)
app.config["APP_VERSION"] = "0.2.9.1"
app.config["APP_VERSION"] = "0.2.9.2"
app.secret_key = "ca943f6db6dd34823d36ab08d8d6f65d"
app.json.ensure_ascii = False
app.json.sort_keys = False