creator2.01自定义模板,游戏名称没有自动修改

由于做的小游戏比较多,自定义模板时,将index.html放入到build-templates文件夹下,但是title标签不能自动修改
即<=project> 构建后生成的index.html这条属性没有自动修改

使用扩展包的形式解决的,在构建结束之后获取index.html,然后通过 options.projectName获取项目名称,替换index.html中的项目名。
Done。