mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-15 03:53:16 +08:00
🍱 增加璃月港阵营
This commit is contained in:
@@ -96,6 +96,7 @@ const selectAreaList = [
|
||||
"至冬",
|
||||
"寰宇劫灭",
|
||||
"挪德卡莱",
|
||||
"璃月港",
|
||||
];
|
||||
|
||||
const selectedStar = ref<Array<number>>([]);
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="uav-select-item">
|
||||
<div class="uav-select-title">地区</div>
|
||||
<div class="uav-select-title">阵营</div>
|
||||
<div class="uav-select-props">
|
||||
<UavSelectChips v-model:selected="areaSelected" :items="areaOpts" size="small" />
|
||||
</div>
|
||||
@@ -91,6 +91,7 @@ const areaOpts: Array<UavSelectChipsItem> = [
|
||||
"至冬",
|
||||
"寰宇劫灭",
|
||||
"挪德卡莱",
|
||||
"璃月港",
|
||||
].map((i) => ({ label: i, value: i, title: i }));
|
||||
|
||||
const emits = defineEmits<UavSelectEmits>();
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"area": "未知",
|
||||
"area": "璃月港",
|
||||
"brief": {
|
||||
"camp": "璃月港",
|
||||
"constellation": "白驹座",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"description": "冒险阅历,用于提升冒险等阶",
|
||||
"type": "系统开放",
|
||||
"star": 3,
|
||||
"source": [{ "type": "single", "name": "秘境获取" }],
|
||||
"source": [{ "name": "秘境获取", "type": "single" }],
|
||||
"convert": []
|
||||
},
|
||||
{
|
||||
@@ -14,7 +14,7 @@
|
||||
"description": "好感经验,用于提升好感等级",
|
||||
"type": "好感成长",
|
||||
"star": 3,
|
||||
"source": [{ "type": "single", "name": "秘境获取" }],
|
||||
"source": [{ "name": "秘境获取", "type": "single" }],
|
||||
"convert": []
|
||||
},
|
||||
{
|
||||
@@ -45,7 +45,7 @@
|
||||
{ "name": "冒险与探索奖励", "type": "single" },
|
||||
{ "name": "洞天百宝兑换", "type": "single" },
|
||||
{ "name": "激活藏金之花奖励", "type": "single" },
|
||||
{ "type": "single", "name": "秘境获取" }
|
||||
{ "name": "秘境获取", "type": "single" }
|
||||
],
|
||||
"convert": []
|
||||
},
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
"contentId": 507503,
|
||||
"name": "兹白",
|
||||
"title": "驹隙隐泉",
|
||||
"area": "未知",
|
||||
"area": "璃月港",
|
||||
"birthday": [5, 15],
|
||||
"star": 5,
|
||||
"element": "岩",
|
||||
|
||||
Reference in New Issue
Block a user