2023年2月3日

electron編譯出錯

 error globalThis.....

在hmtl中加入

<script>
        this.globalThis || (this.globalThis = this)
    </script>

避免錯誤訊息

沒有留言: