大约有 73 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0024 秒)
...vscode的是vscode.rar 关键的几个文件都是相同的。index.html、tsconfig.json、以及两个类。为了测试方便,把Laya.init这句注释掉。 (另外我把laya的项目文件夹用vscode打开来编译运行,也可以正常,LayaAir IDE却不行。其差别最主要应该是...
来源: Laya_社区 发布时间: 20171116
ts加密md5码封装 tsconfig.json { "compilerOptions": { "module": "commonjs", "target": "es6", "sourceMap": true }, "exclude": [ "node_modules" ] } test: let str = Md5.Instance.get_md5("123456"); console.log(str) //len:32 //e10adc3949ba59abbe56e057f20f883emd5.ts class Md5 { private static _inst:M...
来源: Laya_社区 发布时间: 20190321
...Ctrl` + `Shift` + `B` 打开任务面板,选择`tsc:构建 - src/layaAir/tsconfig.json` 进行编译即可。如下图所示。 ![图](img/9-2.png) ### 五、同步LayaAir引擎官方项目及提交 #### 5.1 同步LayaAir引擎官方项目 之前我们介绍了将LayaAir引擎源码项目Fork到...
来源: Laya2.0_文档 发布时间: 20210714