fix msx build and some changes

This commit is contained in:
YouROK
2021-09-20 17:36:17 +03:00
parent bb2993dbf4
commit c95bfa7e68
14 changed files with 83 additions and 177 deletions

12
server/web/msx/html.go Normal file
View File

@@ -0,0 +1,12 @@
package msx
import _ "embed"
//go:embed pages/tizen.html
var Msxtizenhtml []byte
//go:embed pages/tizen.js
var Msxtizenjs []byte
//go:embed pages/tvx-plugin.min.js
var Msxtvxpluginminjs []byte