2022-02-15 17:49:33 +00:00
|
|
|
APP_NAME="worthless"
|
|
|
|
APP_AUTHOR="tretrauit"
|
2022-02-16 15:18:56 +00:00
|
|
|
LAUNCHER_API_URL_OS = "https://sdk-os-static.hoyoverse.com/hk4e_global/mdk/launcher/api"
|
2022-02-15 17:49:33 +00:00
|
|
|
LAUNCHER_API_URL_CN = "https://sdk-static.mihoyo.com/hk4e_cn/mdk/launcher/api"
|
2022-01-28 13:08:53 +00:00
|
|
|
PATCH_GIT_URL = "https://notabug.org/Krock/dawn"
|
|
|
|
TELEMETRY_URL_LIST = [
|
|
|
|
"log-upload-os.mihoyo.com",
|
2022-02-16 19:43:21 +00:00
|
|
|
"log-upload-os.hoyoverse.com",
|
2022-02-15 17:49:33 +00:00
|
|
|
"log-upload.mihoyo.com",
|
2022-01-28 13:08:53 +00:00
|
|
|
"overseauspider.yuanshen.com"
|
2022-02-15 17:49:33 +00:00
|
|
|
"uspider.yuanshen.com"
|
2022-01-28 13:08:53 +00:00
|
|
|
]
|