🍱 增加璃月港阵营

This commit is contained in:
BTMuli
2026-01-14 17:10:31 +08:00
parent 882ea9b071
commit fd2e80f0b5
5 changed files with 8 additions and 6 deletions

View File

@@ -96,6 +96,7 @@ const selectAreaList = [
"至冬", "至冬",
"寰宇劫灭", "寰宇劫灭",
"挪德卡莱", "挪德卡莱",
"璃月港",
]; ];
const selectedStar = ref<Array<number>>([]); const selectedStar = ref<Array<number>>([]);

View File

@@ -27,7 +27,7 @@
</div> </div>
</div> </div>
<div class="uav-select-item"> <div class="uav-select-item">
<div class="uav-select-title">地区</div> <div class="uav-select-title">阵营</div>
<div class="uav-select-props"> <div class="uav-select-props">
<UavSelectChips v-model:selected="areaSelected" :items="areaOpts" size="small" /> <UavSelectChips v-model:selected="areaSelected" :items="areaOpts" size="small" />
</div> </div>
@@ -91,6 +91,7 @@ const areaOpts: Array<UavSelectChipsItem> = [
"至冬", "至冬",
"寰宇劫灭", "寰宇劫灭",
"挪德卡莱", "挪德卡莱",
"璃月港",
].map((i) => ({ label: i, value: i, title: i })); ].map((i) => ({ label: i, value: i, title: i }));
const emits = defineEmits<UavSelectEmits>(); const emits = defineEmits<UavSelectEmits>();

View File

@@ -1,5 +1,5 @@
{ {
"area": "未知", "area": "璃月港",
"brief": { "brief": {
"camp": "璃月港", "camp": "璃月港",
"constellation": "白驹座", "constellation": "白驹座",

View File

@@ -5,7 +5,7 @@
"description": "冒险阅历,用于提升冒险等阶", "description": "冒险阅历,用于提升冒险等阶",
"type": "系统开放", "type": "系统开放",
"star": 3, "star": 3,
"source": [{ "type": "single", "name": "秘境获取" }], "source": [{ "name": "秘境获取", "type": "single" }],
"convert": [] "convert": []
}, },
{ {
@@ -14,7 +14,7 @@
"description": "好感经验,用于提升好感等级", "description": "好感经验,用于提升好感等级",
"type": "好感成长", "type": "好感成长",
"star": 3, "star": 3,
"source": [{ "type": "single", "name": "秘境获取" }], "source": [{ "name": "秘境获取", "type": "single" }],
"convert": [] "convert": []
}, },
{ {
@@ -45,7 +45,7 @@
{ "name": "冒险与探索奖励", "type": "single" }, { "name": "冒险与探索奖励", "type": "single" },
{ "name": "洞天百宝兑换", "type": "single" }, { "name": "洞天百宝兑换", "type": "single" },
{ "name": "激活藏金之花奖励", "type": "single" }, { "name": "激活藏金之花奖励", "type": "single" },
{ "type": "single", "name": "秘境获取" } { "name": "秘境获取", "type": "single" }
], ],
"convert": [] "convert": []
}, },

View File

@@ -53,7 +53,7 @@
"contentId": 507503, "contentId": 507503,
"name": "兹白", "name": "兹白",
"title": "驹隙隐泉", "title": "驹隙隐泉",
"area": "未知", "area": "璃月港",
"birthday": [5, 15], "birthday": [5, 15],
"star": 5, "star": 5,
"element": "岩", "element": "岩",