大约有 113 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0037 秒)
..., 2017年12月8日 上午9:53 发件人 Apple2. 5 Performance: Software Requirements 4. Design: Preamble Guideline 2.5.2 - Performance - Software Requirements Your app, extension, or linked framework appears to contain code designed explicitly with the capability to change your app’s behavior ...
来源: Laya_社区 发布时间: 20171221
...of swan !== 'undefined') && (typeof swanGlobal !== 'undefined')) { require("swan-game-adapter.js"); require("libs/laya.bdmini.js"); } else if (typeof wx !== 'undefined') { require("weapp-adapter.js"); require("libs/laya.wxmini.js"); } window.loadLib = require; require("index.js"); 2019-01-08...
来源: Laya_社区 发布时间: 20181215
...不会生成code.js? 1.勾选了红框的话,生成的game.js会是 require("weapp-adapter.js"); require("./code.js"); 不勾选的话,生成的game.js会是 require("weapp-adapter.js"); require("libs/laya.wxmini.js"); window.loadLib = require; require("index.js") 引用了code.js,不生...
来源: Laya_社区 发布时间: 20180923
...odule.srcHTMLImageElementJs (swan-game-adapter.js:1547) at __webpack_require__ (swan-game-adapter.js:26) at Module.srcImageJs (swan-game-adapter.js:1697) at __webpack_require__ (swan-game-adapter.js:26) at Module.srcWindowJs (swan-game-adapter.js:3851) at __webpack_requ...
来源: Laya_社区 发布时间: 20190409
...game/code.js:1:839076 at http://xxx.xxx.x.x:14680/game/code.js:1:843108 at require (http://xxx.xxx.x.x:14680/game/ ... :77964) at http://xxx.xxx.x.x:14680/game/ ... 77573 at http://xxx.xxx.x.x:14680/game/game.js:4:1 at require (xxx.xxx.x.x:14680/game/__dev__/WAGame.js:1:77964) at http://xxx.xxx.x.x:...
来源: Laya_社区 发布时间: 20181124
...eferenceError: laya is not defined at main.min.js? [sm]:1 at require (WAGame.js:11) at WAGame.js:11 at game.js? [sm]:2 at require (WAGame.js:11) at gamePage.html:118 window.onerror WAGame.js:11 Uncaught ReferenceError: laya is not defined at main.min....
来源: Laya_社区 发布时间: 20171229
...微信小游戏实时调试的问题 现在微信小游戏工程中game.js require了code.js,而微信小游戏的编译不会生成code.js,也就是编译了,看不了实时的效果,需要发布才行,发布会重新生成code.js。请问怎么样才可以实时调试啊,是有什么...
来源: Laya_社区 发布时间: 20180604
...cmd/node_modules/natives/index.js:143:24) npm ERR! at Object.req [as require] (/usr/local/lib/node_modules/layaair2-cmd/node_modules/natives/index.js:55:10) npm ERR! at Object.<anonymous> (/usr/local/lib/node_modules/layaair2-cmd/node_modules/graceful-fs/fs.js:1:37) npm ERR! ...
来源: Laya_社区 发布时间: 20220406
...05-11 11:23 发布后的微信小游戏工程里改game.js: let matter = require("matter.js"); window.Matter = matter; require("weapp-adapter.js"); require("code.js"); 吉日-jerry • 2018-05-11 11:28 这种方式在个别手机上有问题,等待官方回复吧
来源: Laya_社区 发布时间: 20180510
ts中调用js报错 如图所示,我调用require方法,它就报错了。 附件 : --> 2018-10-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: LayaIDE1.x版本,还不支持require...
来源: Laya_社区 发布时间: 20181011