摘要:
按照官网教程写的,发现运行以后,F12控制台报错: Uncaught TypeError: cc.tween is not a function 解决办法: 不使用 cc.tween, 换成 moveBy + runAction即可。 cc.Class({ extends: cc.Component 阅读全文
摘要:
Refused to execute inline event handler because it violates the following Content Security Policy directive: "script-src 'self' blob: filesystem:". Ei 阅读全文
摘要:
No repository for "Article" was found. Looks like this entity is not registered in current "default" connection? +2ms RepositoryNotFoundError: No repo 阅读全文