ohkei 1.发布时有index.html和index.max.js,为何还要有一个index.max.html? 2.如果我修改了index.html,发布时就会把我改的index.html覆盖掉?
ohkei 譬如我新建立一个animate项目,发布时就会产生animate.max.html、animate.max.js、index.html,我在index.html、animate.max.html的body里都写了个数字1,然后再点击Laya的发布按钮,结果这2个html文件的body里的1就都沒了,请问这正常吗?如果我在html里写了一些js脚本、引用了一些类库,那每次发布时我都要再重新写一遍???