https://mp.weixin.qq.com/s/1N-t8sPwVa1nOF8w3MVq3Q
查找到的教程,都对不上最新版本的内容
官方模板
<link rel="stylesheet" type="text/css" href="<%= cssUrl %>"/>
</head>
<body>
<div id="GameDiv" cc_exact_fit_screen="true">
<div id="Cocos3dGameContainer">
<canvas id="GameCanvas" oncontextmenu="event.preventDefault()" tabindex="99"></canvas>
</div>
<div id="splash">
<div class="progress-bar stripes"><span></span></div>
</div>
</div>
<%- include(cocosTemplate, {}) %>
</body>
</html>
https://docs.cocos.com/creator/manual/zh/editor/publish/custom-project-build-template.html
官方文档和模板 过于简单, 没有看到如何自定义闪屏页
求教最新版本的教程,现在做项目,第一步就被卡住了

