補 PPT AiderHeal 去重鎖
All checks were successful
CD Pipeline / deploy (push) Successful in 1m5s

This commit is contained in:
OoO
2026-05-19 00:35:11 +08:00
parent 02682c81ed
commit e60707cdfb
5 changed files with 67 additions and 2 deletions

View File

@@ -596,7 +596,9 @@
throw new Error(data.error || data.message || '觸發失敗');
}
if (triggerButton) {
triggerButton.innerHTML = '<i class="fas fa-check me-1"></i>已排入';
triggerButton.innerHTML = data.status === 'already_running'
? '<i class="fas fa-clock me-1"></i>執行中'
: '<i class="fas fa-check me-1"></i>已排入';
}
if (statusNode) {
statusNode.classList.remove('is-working');