fix: type

This commit is contained in:
Simon
2026-01-17 18:07:59 +08:00
parent af36f43104
commit 8abe3afed9

View File

@@ -49,5 +49,5 @@ setTimeout(() => {
console.log('🚀 page-agent.js initialized with config:', window.pageAgent.config)
window.pageAgent.panel.show() // Show panel
window.pageAgent.panel!.show() // Show panel
})