代码拉取完成,页面将自动刷新
同步操作将从 懂不能懂/aui 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!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">
<link rel="stylesheet" type="text/css" href="./css/aui.2.0.css" />
<style type="text/css">
.header {
padding: 2.5rem 0.5rem 2rem 0.5rem;
}
</style>
</head>
<body>
<header class="aui-bar aui-bar-nav aui-text-left header" id="header">
<h1>
<a class="aui-btn aui-pull-right" tapmode onclick="openClub()">
<i class="aui-iconfont aui-icon-question"></i>
</a>
AUI 2.0
</h1>
</header>
</body>
<script type="text/javascript" src="./script/api.js"></script>
<script type="text/javascript">
apiready = function(){
api.setStatusBarStyle({
style: 'light'
});
api.parseTapmode();
var header = $api.byId('header');
var headerPos = $api.offset(header);
var body_h = $api.offset($api.dom('body')).h;
var header_h = $api.offset($api.byId('header')).h;
api.openFrame({
name: 'index_frm',
url: './html/index_frm.html',
bounces: true,
rect: {
x: 0,
y: header_h,
w: 'auto',
h: 'auto'
}
})
};
function openClub(){
var delay = 0;
if(api.systemType != 'ios'){
delay = 300;
}
api.openWin({
name: 'club_win',
url: './html/club_win.html',
bounces:false,
delay: delay,
slidBackEnabled:true,
vScrollBarEnabled:false,
progress:{
type:"page"
}
});
}
function closeWin(){
api.closeWin({
});
}
</script>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。