1 Star 5 Fork 3

刘元涛/vue-tetris

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 971 Bytes
一键复制 编辑 原始数据 按行查看 历史
binaryify 提交于 8年前 . first commit
<!DOCTYPE html>
<html>
<head>
<meta name="renderer" content="webkit">
<meta name="description" content="使用 Vue、Vuex、Immutable制作的俄罗斯方块" />
<meta name="keywords" content="俄罗斯方块,Tetris,Vue,Vuex,Immuatble,JavaScript">
<meta name="format-detection" content="telephone=no"/>
<script>;(function(){var w=parseInt(window.screen.width),s=w/640,u=navigator.userAgent.toLowerCase(),m='<meta name="viewport" content="width=640,';if(/android (\d+\.\d+)/.test(u)){if(parseFloat(RegExp.$1)>2.3)m+='minimum-scale='+s+',maximum-scale='+s+',';}else{m+='user-scalable=no,';}m+='target-densitydpi=device-dpi">';document.write(m);}());</script>
<meta charset="UTF-8">
<title>俄罗斯方块</title>
<link rel="stylesheet" href="static/loader.css">
</head>
<body>
<div id="root">
<div class="load">
<div class="loader">加载中...</div>
</div>
</div>
<!-- built files will be auto injected -->
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/liuyuantao/vue-tetris.git
git@gitee.com:liuyuantao/vue-tetris.git
liuyuantao
vue-tetris
vue-tetris
master

搜索帮助