ccc-devtools调试工具
This commit is contained in:
111
client/preview-template/dist/assets/index.02b86726.js
vendored
Normal file
111
client/preview-template/dist/assets/index.02b86726.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
client/preview-template/dist/assets/index.1d01bced.css
vendored
Normal file
1
client/preview-template/dist/assets/index.1d01bced.css
vendored
Normal file
File diff suppressed because one or more lines are too long
3
client/preview-template/dist/index.html
vendored
Normal file
3
client/preview-template/dist/index.html
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<script type="module" crossorigin src="/dist/assets/index.02b86726.js"></script>
|
||||||
|
<link rel="stylesheet" href="/dist/assets/index.1d01bced.css">
|
||||||
|
<div id="app"></div>
|
||||||
47
client/preview-template/index.ejs
Normal file
47
client/preview-template/index.ejs
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
<html class="dark">
|
||||||
|
<head>
|
||||||
|
<link rel="icon" href="./favicon.ico" />
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<title><%=title%></title>
|
||||||
|
<meta
|
||||||
|
name="viewport"
|
||||||
|
content="width=device-width,user-scalable=no,initial-scale=1,minimum-scale=1,maximum-scale=1,minimal-ui=true"
|
||||||
|
/>
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
|
<meta name="full-screen" content="yes" />
|
||||||
|
<meta name="screen-orientation" content="portrait" />
|
||||||
|
<meta name="x5-fullscreen" content="true" />
|
||||||
|
<meta name="360-fullscreen" content="true" />
|
||||||
|
<meta name="renderer" content="webkit" />
|
||||||
|
<meta name="force-rendering" content="webkit" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||||
|
<link rel="stylesheet" type="text/css" href="./index.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<%- include(cocosToolBar, {config: config}) %>
|
||||||
|
<div id="content" class="content">
|
||||||
|
<div class="contentWrap">
|
||||||
|
<div id="GameDiv" class="wrapper">
|
||||||
|
<div id="Cocos3dGameContainer">
|
||||||
|
<canvas id="GameCanvas"></canvas>
|
||||||
|
</div>
|
||||||
|
<div id="splash">
|
||||||
|
<div class="progress-bar stripes"><span></span></div>
|
||||||
|
</div>
|
||||||
|
<div id="bulletin">
|
||||||
|
<div id="sceneIsEmpty" class="inner"><%=tip_sceneIsEmpty%></div>
|
||||||
|
</div>
|
||||||
|
<div class="error" id="error">
|
||||||
|
<div class="title">Error <i>(Please open the console to see detailed errors)</i></div>
|
||||||
|
<div class="error-main"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<p class="footer">
|
||||||
|
<% include ./dist/index.html %>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<%- include(cocosTemplate, {}) %>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
1
client/preview-template/version.json
Normal file
1
client/preview-template/version.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"name":"ccc-devtools","version":"2022/7/17","author":"Next","repo":"https://github.com/potato47/ccc-devtools.git"}
|
||||||
Reference in New Issue
Block a user