調整歷史戰績刪除提示並更新 README
This commit is contained in:
@@ -53,14 +53,6 @@ export function HistoryPage() {
|
||||
return
|
||||
}
|
||||
|
||||
const confirmedAgain = window.confirm(
|
||||
`請再次確認要刪除這筆戰績:\n${item.leftTeamName} vs ${item.rightTeamName}`,
|
||||
)
|
||||
|
||||
if (!confirmedAgain) {
|
||||
return
|
||||
}
|
||||
|
||||
setDeletingId(item.id)
|
||||
setError('')
|
||||
|
||||
@@ -128,7 +120,7 @@ export function HistoryPage() {
|
||||
比分:{item.score[0]} - {item.score[1]}
|
||||
</span>
|
||||
<span>模式:{item.typeLabel}</span>
|
||||
<span>勝利分數:{item.winScore}</span>
|
||||
<span>獲勝分數:{item.winScore}</span>
|
||||
</div>
|
||||
</button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user