音击汉化修改

This commit is contained in:
cgc186 2020-04-16 15:50:41 +08:00
parent a3555c06ba
commit 153ce379e0
5 changed files with 6 additions and 6 deletions

View File

@ -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">

View File

@ -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>

View File

@ -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>

View File

@ -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">

View File

@ -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">