From 07a60afc9bfc69dc8372f619a8e4fce13cc6ee21 Mon Sep 17 00:00:00 2001 From: txperl Date: Thu, 31 Oct 2024 17:32:51 +0800 Subject: [PATCH] chore: version number jumps --- app/lib/common/login_helper/main.py | 4 ++-- app/lib/core/biu.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/lib/common/login_helper/main.py b/app/lib/common/login_helper/main.py index 2b78f2c..6a12ea0 100644 --- a/app/lib/common/login_helper/main.py +++ b/app/lib/common/login_helper/main.py @@ -66,9 +66,9 @@ def check_network(self, is_no_proxy: bool = False, is_silent: bool = False): if not is_silent: _ln( ( - SPrint.green("- Pixiv.net, Yep!") + SPrint.green("- Pixiv.net, yep!") if is_pixiv_accessible - else SPrint.red("- Pixiv.net, Ops...") + else SPrint.red("- Pixiv.net, ops...") ), header=None, ) diff --git a/app/lib/core/biu.py b/app/lib/core/biu.py index 10c9cdf..c976496 100644 --- a/app/lib/core/biu.py +++ b/app/lib/core/biu.py @@ -18,7 +18,7 @@ @interRoot.bind("biu", "LIB_CORE") class CoreBiu(interRoot): def __init__(self): - self.ver = 206020 + self.ver = 206030 self.place = "local" self.sysPlc = platform.system() self.api_route = "direct"