File tree Expand file tree Collapse file tree 3 files changed +80
-98
lines changed Expand file tree Collapse file tree 3 files changed +80
-98
lines changed Original file line number Diff line number Diff line change 28
28
</div >
29
29
</div >
30
30
31
- <div id =" special-sponsor" >
32
- <h3 >特别赞助</h3 >
33
- <% _ for (const sponsor of theme .platinum_sponsors_china ) { _% >
34
- < a href= " <%- sponsor.url %>" target= " _blank" >
35
- < img src= " <%- url_for(`/images/${sponsor.img}`) %>" style= " width:200px" >
36
- < / a >
37
- < % _ } _%>
38
- <% _if (theme .platinum_sponsors_china .length < 2 ) { _% >
39
- < br >
40
- < a class = " become-backer" href= " /support-vuejs/#special-sponsor-china" >
41
- 成为特别赞助商
42
- < / a >
43
- < % _} _%>
44
- </div >
31
+ <!-- < div id="special-sponsor"> -- >
32
+ <!-- < h3>特别赞助</h3> -- >
33
+ <!-- < %_ for (const sponsor of theme.platinum_sponsors_china) { _%> -- >
34
+ <!-- < a href="<%- sponsor.url %>" target="_blank"> -- >
35
+ <!-- < img src="<%- url_for(`/images/${sponsor.img}`) %>" style="width:200px"> -- >
36
+ <!-- </a> -- >
37
+ <!-- < %_ } _%> -- >
38
+ <!-- < %_if (theme.platinum_sponsors_china.length < 2) { _%> -- >
39
+ <!-- <br> -- >
40
+ <!-- < a class="become-backer" href="/support-vuejs/#special-sponsor-china"> -- >
41
+ <!-- 成为特别赞助商-->
42
+ <!-- </a> -- >
43
+ <!-- < %_} _%> -- >
44
+ <!-- < /div> -- >
45
45
46
46
<div id =" highlights" >
47
47
<div class =" inner" >
48
48
<div class =" point" >
49
- <h2 >易用</h2 >
50
- <p >已经会了 HTML、CSS、JavaScript?即刻阅读指南开始构建应用!</p >
49
+ <h2 >对于前端</h2 >
50
+ <p >
51
+ 不用再向后端同事催接口、求文档<br >
52
+ 数据和结构完全定制,要啥有啥<br >
53
+ 支持看请求知结果,所求即所得<br >
54
+ 可一次获取任何数据、任何结构<br >
55
+ 能去除重复数据,节省流量提高速度<br >
56
+ </p >
51
57
</div >
52
58
53
59
<div class =" point" >
54
- <h2 >灵活</h2 >
55
- <p >不断繁荣的生态系统,可以在一个库和一套完整框架之间自如伸缩。</p >
60
+ <h2 >接口工具</h2 >
61
+ <p >
62
+ 自动生成接口文档,清晰可读永远最新<br >
63
+ 自动校验与格式化,支持高亮和收展<br >
64
+ 自动生成各种语言的代码,一键下载<br >
65
+ 自动管理与测试接口用例,一键共享<br >
66
+ 自动给请求JSON加上注释,一键切换<br >
67
+ </p >
56
68
</div >
57
69
58
70
<div class =" point" >
59
- <h2 >高效 </h2 >
71
+ <h2 >对于后端 </h2 >
60
72
<p >
61
- 20kB min+gzip 运行大小<br >
62
- 超快虚拟 DOM <br >
63
- 最省心的优化
73
+ 提供通用接口,大部分API不用再写<br >
74
+ 自动生成文档,不用再编写和维护<br >
75
+ 自动管理权限和版本、自动防SQL注入<br >
76
+ 开放API无需划分版本,始终保持兼容<br >
77
+ 支持增删改查、模糊搜索、正则匹配等<br >
64
78
</p >
65
79
</div >
66
80
</div >
Original file line number Diff line number Diff line change @@ -130,15 +130,16 @@ body
130
130
display : inline-block
131
131
vertical-align : top
132
132
box-sizing : border-box
133
- padding : 0 2em
133
+ padding : 0 0. 2em
134
134
h2
135
135
color : $green
136
136
font-size : 1.5em
137
137
font-weight : 400
138
138
margin : 0
139
- padding : .5 em 0
139
+ padding : .1 em 0
140
140
p
141
141
color : $light
142
+ text-align : left
142
143
143
144
#footer
144
145
padding : $space 0
You can’t perform that action at this time.
0 commit comments