Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
character: 武器放在圣遗物上面,ref #658
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed Feb 19, 2022
1 parent 3e2457f commit 3d7b985
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/views/component/character/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,6 @@ const template = html` <div class="background" :class="charElementType">
<img class="profile-image" :src="characterInfo.imagePath" :alt="characterInfo.imageFilename" />
</div>
<barInfos :fetter="characterInfo.fetter" :constellationNum="characterInfo.constellationNum" />
<div class="container-vertical">
<div class="split-title">- 圣遗物 -</div>
<div class="artifact-table">
<artifactBox v-for="i in characterInfo.artifacts" :data="i" />
</div>
</div>
<div class="container-vertical">
<div class="split-title">- 武器 -</div>
<div class="weapon-table">
Expand All @@ -155,6 +149,12 @@ const template = html` <div class="background" :class="charElementType">
</div>
</div>
</div>
<div class="container-vertical">
<div class="split-title">- 圣遗物 -</div>
<div class="artifact-table">
<artifactBox v-for="i in characterInfo.artifacts" :data="i" />
</div>
</div>
</div>
<div class="credit">Created by Adachi-BOT</div>
</div>`;
Expand Down

0 comments on commit 3d7b985

Please sign in to comment.