1 Star 0 Fork 2

积木plus/forExample

forked from delicate/forExample 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
Delicate90 提交于 2016-01-09 20:50 . 0.2
<!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>Hello APP</title>
<link rel="stylesheet" type="text/css" href="./css/aui.css" />
<link rel="stylesheet" type="text/css" href="./css/aui-eg.css" />
</head>
<body>
<header id="panel_header" class="aui-bar aui-bar-nav aui-bar-pro">AUI-举个栗子</header>
</body>
<script type="text/javascript" src="./script/api.js"></script>
<script type="text/javascript" src="./script/aui-eg.js"></script>
<script type="text/javascript">
apiready = function() {
console.log("Hello Delicate");
var header = $api.byId('panel_header');
$api.fixStatusBar(header);
api.setStatusBarStyle({
style: 'light'
});
var headerPos = $api.offset(header);
api.openFrame({
name : 'main',
url : 'html/main.html',
bounces : false,
rect : {
x : 0,
y : headerPos.h,
w : "auto",
h : api.winHeight - headerPos.h
}
});
};
</script>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhouubin86282972/forExample.git
[email protected]:zhouubin86282972/forExample.git
zhouubin86282972
forExample
forExample
master

搜索帮助