Add files via upload

This commit is contained in:
公明
2026-06-30 17:56:40 +08:00
committed by GitHub
parent f89ad1b42d
commit d92bbbea07
8 changed files with 1732 additions and 27 deletions
+3 -1
View File
@@ -335,7 +335,9 @@ async function initPage(pageId) {
}
break;
case 'hitl':
if (typeof refreshHitlPending === 'function') {
if (typeof refreshHitlActivePanel === 'function') {
refreshHitlActivePanel();
} else if (typeof refreshHitlPending === 'function') {
refreshHitlPending();
}
break;