Skip to content

Commit

Permalink
发布版本v3.0
Browse files Browse the repository at this point in the history
v2版本为之前的MEMP V2使用WEUI设计
  • Loading branch information
Meekdai committed Oct 23, 2023
1 parent 1b5fb97 commit 61b5daa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="icon" href="https://meekdai.com/favicon.svg">
<title>Gmemp</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Meekdai/Gmemp@v1.1/docs/player.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Meekdai/Gmemp@v3.0/docs/player.css">
<!-- <link rel="stylesheet" href="./player.css"> -->
</head>
<body>
Expand Down Expand Up @@ -45,7 +45,7 @@
</div>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/howler.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/Meekdai/Gmemp@v1.1/docs/player.js"></script>
<script src="https://cdn.jsdelivr.net/gh/Meekdai/Gmemp@v3.0/docs/player.js"></script>
<!-- <script src="./player.js"></script> -->
</body>
</html>
13 changes: 0 additions & 13 deletions docs/player.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,19 +236,6 @@ body {
overflow: auto;
top: 20%;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
/* display: flex; */
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.list-song {
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion docs/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,4 +406,4 @@ function draw() {
}
}

console.log("\n %c Gmemp v1.1 %c https://github.com/Meekdai/Gmemp \n", "color: #fff; background-image: linear-gradient(90deg, rgb(47, 172, 178) 0%, rgb(45, 190, 96) 100%); padding:5px 1px;", "background-image: linear-gradient(90deg, rgb(45, 190, 96) 0%, rgb(255, 255, 255) 100%); padding:5px 0;");
console.log("\n %c Gmemp v3.0 %c https://github.com/Meekdai/Gmemp \n", "color: #fff; background-image: linear-gradient(90deg, rgb(47, 172, 178) 0%, rgb(45, 190, 96) 100%); padding:5px 1px;", "background-image: linear-gradient(90deg, rgb(45, 190, 96) 0%, rgb(255, 255, 255) 100%); padding:5px 0;");

0 comments on commit 61b5daa

Please sign in to comment.