37 Star 123 Fork 36

xiongmao1114 / vue-music163

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 729 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiongmao1114 提交于 2017-01-04 20:01 . 使用url的hash模式
<!DOCTYPE html>
<html lang=zh-cmn-Hans>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>music163</title>
<style type="text/css">
body{
margin:0;
padding: 0;
height:100%;
}
</style>
<script type="text/javascript">
function is_weixin(){
var ua = navigator.userAgent.toLowerCase();
if(ua.match(/MicroMessenger/i)=="micromessenger") {
return true;
} else {
return false;
}
}
if(is_weixin()){
alert('请点击右上角,并选择"在浏览器中打开"!');
}
</script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
JavaScript
1
https://gitee.com/xiongmao1114/vue-music163.git
git@gitee.com:xiongmao1114/vue-music163.git
xiongmao1114
vue-music163
vue-music163
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891