Skip to content

Commit

Permalink
修改 demo
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Nov 14, 2018
1 parent e194982 commit 4143302
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 139 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions demo/folder/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>COS 文件管理</title>
<link rel="stylesheet" href="style.css">
</head>
<body>

<div class="page">
<h1>COS 文件管理</h1>
<div id="app">待实现...</div>
</div>

</body>
</html>
4 changes: 2 additions & 2 deletions demo/queue/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ <h1>COS 上传队列</h1>
</div>

<script src="../../dist/cos-js-sdk-v5.js"></script>
<script src="./lodash.core.min.js"></script>
<script src="./vue.min.js"></script>
<script src="../common/lodash.core.min.js"></script>
<script src="../common/vue.min.js"></script>
<script src="./index.js"></script>

</body>
Expand Down
Loading

0 comments on commit 4143302

Please sign in to comment.