File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 40
40
}
41
41
42
42
.home-body {
43
- top : 0 ; bottom : 64px ;
43
+ top : 0 ; bottom : 64px ;
44
44
}
45
45
.home-body-const {
46
46
height : 100% ;
47
- position : relative;
47
+ position : relative;
48
48
}
49
49
.home-header {
50
50
top : 0 ; z-index : 1 ;
90
90
text-shadow : 1px 1px 1px rgba (0 , 0 , 0 , .35 );
91
91
}
92
92
.home-slam > h1 {
93
- font-size : 140px ;
93
+ font-size : 140px ;
94
94
}
95
95
.home-slam > h2 {
96
96
font-size : 40px ; font-weight : 400 ;
108
108
< div class ="constr ">
109
109
< div class ="home-nav ">
110
110
< h3 class ="home-nav-list active "> < a href ="/ " class ="home-nav-a "> 首页</ a > </ h3 >
111
- < h3 class ="home-nav-list "> < a href ="http://rawgit. com/zhangxinxu /mobilebone/develop/ docs/index.html#& indexPage " class ="home-nav-a " target ="_blank "> 文档</ a > </ h3 >
111
+ < h3 class ="home-nav-list "> < a href ="http://www.zhangxinxu. com/GitHub /mobilebone/docs/#& indexPage " class ="home-nav-a " target ="_blank "> 文档</ a > </ h3 >
112
112
< h3 class ="home-nav-list "> < a href ="https://github.com/zhangxinxu/mobilebone/releases " class ="home-nav-a " target ="_blank "> 下载</ a > </ h3 >
113
113
< h3 class ="home-nav-list "> < a href ="http://www.zhangxinxu.com/wordpress/?p=4381
114
- " class ="home-nav-a " target ="_blank "> 博客</ a > </ h3 >
114
+ " class ="home-nav-a " target ="_blank "> 博客</ a > </ h3 >
115
115
< h3 class ="home-nav-list home-nav-github "> < a href ="https://github.com/zhangxinxu/mobilebone " class ="home-nav-a " target ="_blank "> 共同建设</ a > </ h3 >
116
116
</ div >
117
117
</ div >
@@ -122,7 +122,7 @@ <h3 class="home-nav-list home-nav-github"><a href="https://github.com/zhangxinxu
122
122
< h1 > Mobilebone</ h1 >
123
123
< h2 > mobile移动端,PC桌面端页面无刷新过场JS骨架,简单、专注!</ h2 >
124
124
< div class ="mt30 pt30 pb30 ">
125
- < a href ="http://rawgit. com/zhangxinxu /mobilebone/develop/ docs/index.html#& indexPage " target ="_blank " class ="btn btn-blue "> API中文文档</ a > < a href ="https://github.com/zhangxinxu/mobilebone/archive/master.zip " target ="_blank " class ="btn btn-blue ml20 "> 下载(.zip)</ a >
125
+ < a href ="http://www.zhangxinxu. com/GitHub /mobilebone/docs/#& indexPage " target ="_blank " class ="btn btn-blue "> API中文文档</ a > < a href ="https://github.com/zhangxinxu/mobilebone/archive/master.zip " target ="_blank " class ="btn btn-blue ml20 "> 下载(.zip)</ a >
126
126
</ div >
127
127
</ div >
128
128
</ div >
Original file line number Diff line number Diff line change 46
46
*
47
47
* @type string
48
48
**/
49
- Mobilebone . VERSION = '2.7.0 ' ;
49
+ Mobilebone . VERSION = '2.7.1 ' ;
50
50
51
51
/**
52
52
* Whether catch attribute of href from element with tag 'a'
817
817
Mobilebone . getFunction = function ( keys ) {
818
818
if ( typeof keys != "string" ) return ;
819
819
// eg. 'globalObject.functionName'
820
- var fun = root , arrKey = keys . split ( "." ) ;
820
+ var fun = Mobilebone . rootTransition , arrKey = keys . split ( "." ) ;
821
821
for ( var index = 0 ; index < arrKey . length ; index += 1 ) {
822
822
if ( ! ( fun = fun [ arrKey [ index ] ] ) ) {
823
823
break ;
You can’t perform that action at this time.
0 commit comments