mirror of
https://github.com/samnyan/aqua-viewer.git
synced 2026-04-25 15:57:36 -05:00
音击汉化修改
This commit is contained in:
parent
a3555c06ba
commit
153ce379e0
|
|
@ -15,7 +15,7 @@
|
|||
<th>歌曲</th>
|
||||
<th>难度</th>
|
||||
<th>点数</th>
|
||||
<th>属性.</th>
|
||||
<th>属性</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr *ngFor="let item of bPList; index as i">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<mat-card *ngIf="!isStarted" [@control] class="control">
|
||||
<mat-card-content>
|
||||
<h2>常规抽卡</h2>
|
||||
<p>这项工作仍在进行中。动画未实现。</p>
|
||||
<p>该功能还在完善中,暂时无法播放动画 。</p>
|
||||
<div class="gacha-button-group">
|
||||
<button (click)="gacha(1)" mat-raised-button>抽卡<br>1连</button>
|
||||
<button (click)="gacha(5)" mat-raised-button>抽卡<br>5连</button>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
</p>
|
||||
<div class="action">
|
||||
<button mat-button routerLink="all">展示所有卡片</button>
|
||||
<button mat-button routerLink="gacha">抽卡(在进程中运行)</button>
|
||||
<button mat-button routerLink="gacha">抽卡(工作正在完善中)</button>
|
||||
</div>
|
||||
</mat-card-content>
|
||||
</mat-card>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
</ng-container>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
===== 接下来 10 条 =====
|
||||
===== 后 10 个 =====
|
||||
</td>
|
||||
</tr>
|
||||
<ng-container *ngFor="let item of allArray[index + 1]; index as i">
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
<span *ngIf="item.isBattleNewRecord">新记录<br></span>
|
||||
<span class="score-label">最终伤害</span><br>
|
||||
<span class="score-value">{{item.overDamage / 100}}%</span><br>
|
||||
<span *ngIf="item.isOverDamageNewRecord">新纪录<br></span>
|
||||
<span *ngIf="item.isOverDamageNewRecord">新记录<br></span>
|
||||
</div>
|
||||
<div class="score-element">
|
||||
<div class="score-rank-icon">
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
<div class="score-element">
|
||||
<span class="score-label">技术得分</span><br>
|
||||
<span class="score-value">{{item.techScore}}</span><br>
|
||||
<span *ngIf="item.isTechNewRecord">新纪录<br></span>
|
||||
<span *ngIf="item.isTechNewRecord">新记录<br></span>
|
||||
</div>
|
||||
<div class="score-element">
|
||||
<div class="score-rank-icon">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user