Clarify PChome backfill wording
All checks were successful
CD Pipeline / deploy (push) Successful in 1m6s
All checks were successful
CD Pipeline / deploy (push) Successful in 1m6s
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user