浏览代码

Fixed browser app on mobiel bug

TC pushbot 5 2 年之前
父节点
当前提交
3615e84cfd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      web/Browser/init.agi

+ 1 - 0
web/Browser/init.agi

@@ -11,6 +11,7 @@ var moduleLaunchInfo = {
 	Version: "1.0",
 	StartDir: "Browser/index.html",
 	SupportFW: true,
+	LaunchFWDir: "Browser/index.html",
 	InitFWSize: [720, 480],
 	SupportedExt: []
 }