mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-26 10:16:34 +00:00
commit
5750057427
@ -266,7 +266,7 @@ class KeywordExtract:
|
|||||||
'观景车厢', '主控舱段', '基座舱段', '收容舱段', '支援舱段'],
|
'观景车厢', '主控舱段', '基座舱段', '收容舱段', '支援舱段'],
|
||||||
'Jarilo': ['行政区', '城郊雪原', '边缘通路', '铁卫禁区', '残响回廊', '永冬岭',
|
'Jarilo': ['行政区', '城郊雪原', '边缘通路', '铁卫禁区', '残响回廊', '永冬岭',
|
||||||
'磐岩镇', '大矿区', '铆钉镇', '机械聚落'],
|
'磐岩镇', '大矿区', '铆钉镇', '机械聚落'],
|
||||||
'Luofu': ['星槎海中枢', '流云渡', '迴星港', '长乐天', '太卜司', '工造司', '丹鼎司', '鳞渊境'],
|
'Luofu': ['星槎海中枢', '流云渡', '迴星港', '长乐天', '金人巷', '太卜司', '工造司', '丹鼎司', '鳞渊境'],
|
||||||
}
|
}
|
||||||
|
|
||||||
def text_convert(world_):
|
def text_convert(world_):
|
||||||
|
@ -41,6 +41,8 @@ class DailyQuestOcr(Ocr):
|
|||||||
result = "已领取"
|
result = "已领取"
|
||||||
if self.lang == 'en':
|
if self.lang == 'en':
|
||||||
result = result.replace('wor(d', 'world')
|
result = result.replace('wor(d', 'world')
|
||||||
|
# Echo/ofWar
|
||||||
|
result = result.replace('cho/of', 'cho of')
|
||||||
if "progress" in result.lower():
|
if "progress" in result.lower():
|
||||||
result = "In Progress"
|
result = "In Progress"
|
||||||
if "claimed" in result.lower():
|
if "claimed" in result.lower():
|
||||||
|
@ -163,8 +163,16 @@ Luofu_ExaltingSanctum = MapPlane(
|
|||||||
en='Exalting Sanctum',
|
en='Exalting Sanctum',
|
||||||
jp='長楽天',
|
jp='長楽天',
|
||||||
)
|
)
|
||||||
Luofu_DivinationCommission = MapPlane(
|
Luofu_AurumAlley = MapPlane(
|
||||||
id=21,
|
id=21,
|
||||||
|
name='Luofu_AurumAlley',
|
||||||
|
cn='金人巷',
|
||||||
|
cht='金人巷',
|
||||||
|
en='Aurum Alley',
|
||||||
|
jp='金人巷',
|
||||||
|
)
|
||||||
|
Luofu_DivinationCommission = MapPlane(
|
||||||
|
id=22,
|
||||||
name='Luofu_DivinationCommission',
|
name='Luofu_DivinationCommission',
|
||||||
cn='太卜司',
|
cn='太卜司',
|
||||||
cht='太卜司',
|
cht='太卜司',
|
||||||
@ -172,7 +180,7 @@ Luofu_DivinationCommission = MapPlane(
|
|||||||
jp='太卜司',
|
jp='太卜司',
|
||||||
)
|
)
|
||||||
Luofu_ArtisanshipCommission = MapPlane(
|
Luofu_ArtisanshipCommission = MapPlane(
|
||||||
id=22,
|
id=23,
|
||||||
name='Luofu_ArtisanshipCommission',
|
name='Luofu_ArtisanshipCommission',
|
||||||
cn='工造司',
|
cn='工造司',
|
||||||
cht='工造司',
|
cht='工造司',
|
||||||
@ -180,7 +188,7 @@ Luofu_ArtisanshipCommission = MapPlane(
|
|||||||
jp='工造司',
|
jp='工造司',
|
||||||
)
|
)
|
||||||
Luofu_AlchemyCommission = MapPlane(
|
Luofu_AlchemyCommission = MapPlane(
|
||||||
id=23,
|
id=24,
|
||||||
name='Luofu_AlchemyCommission',
|
name='Luofu_AlchemyCommission',
|
||||||
cn='丹鼎司',
|
cn='丹鼎司',
|
||||||
cht='丹鼎司',
|
cht='丹鼎司',
|
||||||
@ -188,7 +196,7 @@ Luofu_AlchemyCommission = MapPlane(
|
|||||||
jp='丹鼎司',
|
jp='丹鼎司',
|
||||||
)
|
)
|
||||||
Luofu_ScalegorgeWaterscape = MapPlane(
|
Luofu_ScalegorgeWaterscape = MapPlane(
|
||||||
id=24,
|
id=25,
|
||||||
name='Luofu_ScalegorgeWaterscape',
|
name='Luofu_ScalegorgeWaterscape',
|
||||||
cn='鳞渊境',
|
cn='鳞渊境',
|
||||||
cht='鱗淵境',
|
cht='鱗淵境',
|
||||||
|
Loading…
Reference in New Issue
Block a user