Update source (still WIP)

This commit is contained in:
2022-01-28 20:08:53 +07:00
parent 319a147673
commit 015164404c
14 changed files with 230 additions and 0 deletions

6
worthless/constants.py Normal file
View File

@ -0,0 +1,6 @@
LAUNCHER_API_URL = "https://sdk-os-static.mihoyo.com/hk4e_global/mdk/launcher/api"
PATCH_GIT_URL = "https://notabug.org/Krock/dawn"
TELEMETRY_URL_LIST = [
"log-upload-os.mihoyo.com",
"overseauspider.yuanshen.com"
]