mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-07-01 20:51:34 +08:00
fix(setup): 补齐跨端 Node 检测与新手引导
This commit is contained in:
@@ -349,6 +349,9 @@ export function showUpgradeModal(title) {
|
||||
}
|
||||
closeBtn.focus()
|
||||
},
|
||||
setCloseText(label) {
|
||||
if (label) closeBtn.textContent = label
|
||||
},
|
||||
onClose(fn) { _onClose = fn },
|
||||
destroy() { overlay.remove(); if (_taskBar) { _taskBar.remove(); _taskBar = null } _onClose?.() },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user