mirror of
https://github.com/potato47/ccc-devtools.git
synced 2024-12-26 03:39:16 +00:00
删除无用注释
This commit is contained in:
parent
bcb298f261
commit
0422a4f25d
@ -1,4 +1,4 @@
|
||||
# ccc-devtools v1.2.1
|
||||
# ccc-devtools v1.2.2
|
||||
Cocos Creator 网页调试器,运行时查看、修改节点树,实时更新节点属性。
|
||||
|
||||
## TODO
|
||||
|
@ -1,7 +1,4 @@
|
||||
<!-- 引入样式 -->
|
||||
<!-- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"> -->
|
||||
<link rel="stylesheet" href="app/editor/static/preview-templates/ccc-devtools/css/element-ui.css">
|
||||
<!-- <link rel="stylesheet" href="http://unpkg.com/iview/dist/styles/iview.css"> -->
|
||||
<link rel="stylesheet" href="app/editor/static/preview-templates/ccc-devtools/css/iview.css">
|
||||
|
||||
<style>
|
||||
@ -162,19 +159,15 @@
|
||||
active-color="#13ce66"
|
||||
inactive-color="gray">
|
||||
</el-switch>
|
||||
<el-tooltip :content="'ccc-devtools@Next v1.2.1'" placement="top">
|
||||
<el-tooltip :content="'ccc-devtools@Next v1.2.2'" placement="top">
|
||||
<Icon type="logo-github" size="24" @click="openGithub"/>
|
||||
</el-tooltip>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <script type="text/javascript" charset="utf-8" src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> -->
|
||||
<script type="text/javascript" charset="utf-8" src="app/editor/static/preview-templates/ccc-devtools/js/vue.js"></script>
|
||||
<!-- 引入组件库 -->
|
||||
<!-- <script src="https://unpkg.com/element-ui/lib/index.js"></script> -->
|
||||
<script src="app/editor/static/preview-templates/ccc-devtools/js/element-ui.js"></script>
|
||||
<!-- <script type="text/javascript" charset="utf-8" src="http://unpkg.com/iview/dist/iview.min.js"></script> -->
|
||||
<script type="text/javascript" charset="utf-8" src="app/editor/static/preview-templates/ccc-devtools/js/iview.js"></script>
|
||||
|
||||
<script>
|
||||
|
Loading…
Reference in New Issue
Block a user