mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 12:02:16 +00:00
fcaf0d398e
Co-authored-by: 洛水居室 <luoshuijs@outlook.com> Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
12 lines
300 B
Python
12 lines
300 B
Python
from simnet.models.starrail.wish import StarRailBannerType
|
|
|
|
SRGF_VERSION = "v1.0"
|
|
|
|
|
|
GACHA_TYPE_LIST = {
|
|
StarRailBannerType.NOVICE: "新手跃迁",
|
|
StarRailBannerType.PERMANENT: "常驻跃迁",
|
|
StarRailBannerType.CHARACTER: "角色跃迁",
|
|
StarRailBannerType.WEAPON: "光锥跃迁",
|
|
}
|