Clarify PChome backfill wording
All checks were successful
CD Pipeline / deploy (push) Successful in 1m6s

This commit is contained in:
OoO
2026-05-25 08:15:39 +08:00
parent 4a43a3075a
commit 8a75d34276
10 changed files with 17 additions and 12 deletions

View File

@@ -378,7 +378,7 @@ let priceChartInstance = null;
const elements = getPchomeBackfillElements();
if (!elements.card || !elements.trigger) return;
const limit = Number(elements.trigger.dataset.limit || 60);
if (!confirm(`啟動 PChome 待比對補抓 ${limit} 筆?`)) return;
if (!confirm(`啟動 PChome 未搜尋補抓 ${limit} 筆?`)) return;
elements.trigger.disabled = true;
if (elements.status) {