69
69
</ ol >
70
70
71
71
< h3 >
72
- < a id ="演示 " class ="anchor " href ="#%E6%BC%94%E7%A4%BA " aria-hidden ="true "> < span aria-hidden ="true "
73
- class ="octicon octicon-link "> </ span > </ a > 演示
72
+ < a id ="演示 " class ="anchor " href ="#%E6%BC%94%E7%A4%BA " aria-hidden ="true ">
73
+ < span aria-hidden ="true " class ="octicon octicon-link "> </ span >
74
+ </ a > 演示
74
75
</ h3 >
75
76
76
77
< ol >
77
- < li > 示例:< a target ="_blank " href ="http://demo.hsweb.me "> demo.hsweb.me</ a >
78
- </ li >
78
+ < li > 示例:< a target ="_blank " href ="http://demo.hsweb.me "> demo.hsweb.me</ a > </ li >
79
79
< li > 测试用户:test (test2,test3,test4....) 密码:123456</ li >
80
- < li > 演示项目源码:< a target ="_blank " href ="https://github.com/hs-web/hsweb-demo "> hsweb-demo</ a >
81
- </ li >
80
+ < li > 演示项目源码:< a target ="_blank " href ="https://github.com/hs-web/hsweb-demo "> hsweb-demo</ a > </ li >
82
81
</ ol >
83
82
84
83
< h3 >
@@ -131,7 +130,16 @@ <h3>
131
130
< a target ="_blank " href ="https://github.com/hs-web/hsweb-expands/tree/master/hsweb-expands-template "> hsweb-expands-template</ a > :各种模板引擎
132
131
</ li >
133
132
</ ol >
134
-
133
+ < h3 >
134
+ < a id ="source " class ="anchor " href ="#source " aria-hidden ="true ">
135
+ < span aria-hidden ="true " class ="octicon octicon-link "> </ span >
136
+ </ a > 项目源代码
137
+ </ h3 >
138
+ < div style ="width: 100%; ">
139
+ < div class ="github-widget " data-repo ="hs-web/hsweb-framework "> </ div >
140
+ < br />
141
+ < script src ='https://git.oschina.net/hsweb/hsweb-framework/widget_preview '> </ script >
142
+ </ div >
135
143
< h3 >
136
144
< a id ="donate " class ="anchor " href ="#donate " aria-hidden ="true ">
137
145
< span aria-hidden ="true " class ="octicon octicon-link "> </ span >
@@ -253,6 +261,7 @@ <h3><a id="links" class="anchor" href="#links" aria-hidden="true"><span aria-hid
253
261
254
262
</ body >
255
263
</ html >
264
+ < script type ="text/javascript " src ="javascripts/GithubRepoWidget.min.js "> </ script >
256
265
< script type ="text/javascript ">
257
266
var urls = {
258
267
travis : "https://travis-ci.org/hs-web/hsweb-framework.svg?branch=master"
@@ -262,5 +271,5 @@ <h3><a id="links" class="anchor" href="#links" aria-hidden="true"><span aria-hid
262
271
document . getElementById ( id ) . setAttribute ( "src" , urls [ id ] ) ;
263
272
}
264
273
} , 500 ) ;
265
-
274
+ GithubRepoWidget . init ( ) ;
266
275
</ script >
0 commit comments