1 Star 0 Fork 110

海洋泡泡/DotDot

forked from 百小僧/DotDot 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
index.html 1.02 KB
Copy Edit Raw Blame History
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0"/>
<meta name="format-detection" content="telephone=no,email=no,date=no,address=no">
<title>点点例</title>
<link rel="stylesheet" type="text/css" href="./css/aui/aui-win.css" />
<style type="text/css">
</style>
</head>
<body></body>
<script type="text/javascript" src="./script/AHelper.js"></script>
<script type="text/javascript" src="./script/zepto.min.js"></script>
<script type="text/javascript">
H.ready(function() {
// 移除启动页
setTimeout(function() {
api.removeLaunchView({
animation : {
type : 'fade',
duration : 500
}
});
}, 3000);
H.$openSlidLayout(function(ret, err) {
}, {
name : 'silde',
url : './html/slide/slide_body.html'
}, {
name : 'index',
url : './html/index_head.html'
});
H.lockSlidPane();
});
</script>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ocean_bubblesb/DotDot.git
git@gitee.com:ocean_bubblesb/DotDot.git
ocean_bubblesb
DotDot
DotDot
master

Search