Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
之前老版本的,添加到工程中的文件如果有更新了,可以直接从外部导入文件覆盖工程中的文件。但是现在新版的,添加同名文件后,不是覆盖,而是直接保存了两个文件,这样就不能实时更新工程中的文件了,原工程中的文件也不能删掉,因为绑定了已经写好的代码,这样我们要是更新工程中的文件就很麻烦。建议还是改回原来的那样,或者加一个文件同名是否覆盖的提示,这样是最好的。