feat: add minapps

This commit is contained in:
kangfenmao
2024-08-21 10:07:46 +08:00
parent 4225312d4a
commit 647dd3e751
29 changed files with 322 additions and 73 deletions

View File

@@ -58,7 +58,9 @@
window.api.minApp({
url,
windowOptions: {
title: node.properties.title
title: node.properties.title,
width: 500,
height: 800
}
})
})