1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 01:38:21 +08:00
This commit is contained in:
SevCrane
2024-06-05 23:20:28 +08:00
commit 5e482958f6
7329 changed files with 240086 additions and 0 deletions

3
module/config/env.py Normal file
View File

@@ -0,0 +1,3 @@
import os
IS_ON_PHONE_CLOUD = os.environ.get("cloudphone", "") == "cloudphone"