1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +08:00

Add: git-over-cdn

This commit is contained in:
LmeSzinc
2023-09-19 23:07:37 +08:00
parent a7f0a0231a
commit 1b9fd01852
5 changed files with 310 additions and 3 deletions

View File

@@ -33,4 +33,9 @@ def hr(title, level=3):
logger.info(f"<<< {title} >>>")
def attr(name, text):
print(f'[{name}] {text}')
logger.hr = hr
logger.attr = attr