mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
27 lines
577 B
Python
27 lines
577 B
Python
|
from .classes import DungeonTab
|
||
|
|
||
|
# This file was auto-generated, do not modify it manually. To generate:
|
||
|
# ``` python -m dev_tools.keyword_extract ```
|
||
|
|
||
|
Operation_Briefing = DungeonTab(
|
||
|
id=1,
|
||
|
cn='行动摘要',
|
||
|
cht='行動摘要',
|
||
|
en='Operation Briefing',
|
||
|
jp='行動要旨',
|
||
|
)
|
||
|
Survival_Index = DungeonTab(
|
||
|
id=2,
|
||
|
cn='生存索引',
|
||
|
cht='生存索引',
|
||
|
en='Survival Index',
|
||
|
jp='生存手引書',
|
||
|
)
|
||
|
Daily_Training = DungeonTab(
|
||
|
id=3,
|
||
|
cn='每日实训',
|
||
|
cht='每日實訓',
|
||
|
en='Daily Training',
|
||
|
jp='デイリー訓練',
|
||
|
)
|