fix webWails undefined functions

This commit is contained in:
josc146 2023-12-06 23:19:56 +08:00
parent cc6c24f0c3
commit 85a3b39cbc

View File

@ -48,6 +48,8 @@ if (!window.go) {
// not implemented
defineApp('AddToDownloadList', async () => {
})
defineApp('CloseMidiPort', async () => {
})
defineApp('ContinueDownload', async () => {
})
defineApp('ConvertData', async () => {
@ -74,8 +76,12 @@ if (!window.go) {
})
defineApp('OpenFileFolder', async () => {
})
defineApp('OpenMidiPort', async () => {
})
defineApp('PauseDownload', async () => {
})
defineApp('PlayNote', async () => {
})
defineApp('ReadFileInfo', async () => {
})
defineApp('RestartApp', async () => {