|
79 | 79 |
|
80 | 80 | <!-- TODO 加入 APIJSON GIF 演示轮播图,自动轮播组件可用上面的 special-sponsor --> |
81 | 81 | <!--<div id="special-sponsor">--> |
82 | | -<!--<h3>特别赞助</h3>--> |
83 | | -<!--<%_ for (const sponsor of theme.platinum_sponsors_china) { _%>--> |
84 | | -<!--<a href="<%- sponsor.url %>" target="_blank">--> |
85 | | -<!--<img src="<%- url_for(`/images/${sponsor.img}`) %>" style="width:200px">--> |
86 | | -<!--</a>--> |
87 | | -<!--<%_ } _%>--> |
88 | | -<!--<%_if (theme.platinum_sponsors_china.length < 2) { _%>--> |
89 | | -<!--<br>--> |
90 | | -<!--<a class="become-backer" href="/support-vuejs/#special-sponsor-china">--> |
91 | | -<!--成为特别赞助商--> |
92 | | -<!--</a>--> |
93 | | -<!--<%_} _%>--> |
| 82 | + <!--<h3>特别赞助</h3>--> |
| 83 | + <!--< %_ for (const sponsor of theme.platinum_sponsors_china) { _% >--> |
| 84 | + <!--<a href="< %- sponsor.url % >" target="_blank">--> |
| 85 | + <!--<img src="< %- url_for(`/images/${sponsor.img}`) % >" style="width:200px">--> |
| 86 | + <!--</a>--> |
| 87 | + <!--< %_ } _% >--> |
| 88 | + <!--< %_if (theme.platinum_sponsors_china.length < 2) { _% >--> |
| 89 | + <!--<br>--> |
| 90 | + <!--<a class="become-backer" href="/support-vuejs/#special-sponsor-china">--> |
| 91 | + <!--在线体验--> |
| 92 | + <!--</a>--> |
| 93 | + <!--< %_} _% >--> |
94 | 94 | <!--</div>--> |
95 | 95 |
|
96 | 96 |
|
97 | | -<!-- TODO 恢复注释,内容改为 登录用户 和 贡献者 --> |
| 97 | +<div id="news" style="background-color: #f6f6f6"> |
| 98 | + <div class="inner"> |
| 99 | + <img src="<%- url_for("/images/functions/APIJSON_Auto_get.jpg") %>" style="width: 80%;margin-top: 20px"> |
| 100 | + <p> |
| 101 | + 多表关联查询、结构自由组合、多个测试账号、一键共享测试用例 |
| 102 | + </p> |
| 103 | + </div> |
| 104 | + |
| 105 | + <!--<div style="background-color: #ffffff;height: 20px;margin-bottom: 20px" ></div>--> |
| 106 | + |
| 107 | + <div class="inner"> |
| 108 | + <img src="<%- url_for("/images/functions/APIJSON_Auto_code.jpg") %>" style="width: 80%;margin-top: 120px"> |
| 109 | + <p> |
| 110 | + 自动生成封装请求JSON的Android与iOS代码、一键自动生成JavaBean或解析Response的代码 |
| 111 | + </p> |
| 112 | + </div> |
| 113 | + |
| 114 | + <!--<div style="background-color: #ffffff;height: 20px;margin-bottom: 20px" ></div>--> |
| 115 | + |
| 116 | + <div class="inner"> |
| 117 | + <img src="<%- url_for("/images/functions/APIJSON_Auto_doc.jpg") %>" style="width: 80%;margin-top: 120px"> |
| 118 | + <p> |
| 119 | + 自动保存请求记录、自动生成接口文档,可添加常用请求、快捷查看一键恢复 |
| 120 | + </p> |
| 121 | + </div> |
| 122 | + |
| 123 | + <div class="inner"> |
| 124 | + <img src="<%- url_for("/images/functions/APIJSON_Auto_test.jpg") %>" style="width: 80%;margin-top: 120px"> |
| 125 | + <p> |
| 126 | + 一键自动接口回归测试,不需要写任何代码(注解、注释等全都不要) |
| 127 | + </p> |
| 128 | + </div> |
| 129 | +</div> |
| 130 | + |
| 131 | + |
| 132 | +<!-- 登录用户 和 贡献者 --> |
98 | 133 | <div id="sponsors"> |
99 | 134 | <div class="inner"> |
100 | 135 | <%- partial('partials/sponsors') %> |
101 | 136 | </div> |
102 | 137 | </div> |
103 | 138 |
|
104 | 139 | <!--<div id="news">--> |
105 | | - <!--<div class="inner">--> |
106 | | - <!--<h3><label for="member_email">订阅我们的周刊 (英文)</label></h3>--> |
107 | | - <!--<form--> |
108 | | - <!--class="newsletter-form"--> |
109 | | - <!--id="revue-form"--> |
110 | | - <!--name="revue-form"--> |
111 | | - <!--target="_blank"--> |
112 | | - <!--action="https://www.getrevue.co/profile/vuenewsletter/add_subscriber"--> |
113 | | - <!--method="post"--> |
114 | | - <!--@submit="subscribe"--> |
115 | | - <!-->--> |
116 | | - <!--<input--> |
117 | | - <!--class="newsletter-input"--> |
118 | | - <!--type="email"--> |
119 | | - <!--name="member[email]"--> |
120 | | - <!--id="member_email"--> |
121 | | - <!--required--> |
122 | | - <!--placeholder="邮件地址"--> |
123 | | - <!-->--> |
124 | | - <!--<input--> |
125 | | - <!--class="button newsletter-button"--> |
126 | | - <!--type="submit"--> |
127 | | - <!--value="订阅"--> |
128 | | - <!--name="member[subscribe]"--> |
129 | | - <!--id="member_submit"--> |
130 | | - <!-->--> |
131 | | - <!--</form>--> |
132 | | - <!--<p>--> |
133 | | - <!--你可以在 <a href="https://news.vuejs.org" target="_blank">news.vuejs.org</a> 翻阅往期的 issue,也可以收听 podcast。--> |
134 | | - <!--</p>--> |
135 | | - <!--</div>--> |
| 140 | +<!--<div class="inner">--> |
| 141 | +<!--<h3><label for="member_email">订阅我们的周刊 (英文)</label></h3>--> |
| 142 | +<!--<form--> |
| 143 | +<!--class="newsletter-form"--> |
| 144 | +<!--id="revue-form"--> |
| 145 | +<!--name="revue-form"--> |
| 146 | +<!--target="_blank"--> |
| 147 | +<!--action="https://www.getrevue.co/profile/vuenewsletter/add_subscriber"--> |
| 148 | +<!--method="post"--> |
| 149 | +<!--@submit="subscribe"--> |
| 150 | +<!-->--> |
| 151 | +<!--<input--> |
| 152 | +<!--class="newsletter-input"--> |
| 153 | +<!--type="email"--> |
| 154 | +<!--name="member[email]"--> |
| 155 | +<!--id="member_email"--> |
| 156 | +<!--required--> |
| 157 | +<!--placeholder="邮件地址"--> |
| 158 | +<!-->--> |
| 159 | +<!--<input--> |
| 160 | +<!--class="button newsletter-button"--> |
| 161 | +<!--type="submit"--> |
| 162 | +<!--value="订阅"--> |
| 163 | +<!--name="member[subscribe]"--> |
| 164 | +<!--id="member_submit"--> |
| 165 | +<!-->--> |
| 166 | +<!--</form>--> |
| 167 | +<!--<p>--> |
| 168 | +<!--你可以在 <a href="https://news.vuejs.org" target="_blank">news.vuejs.org</a> 翻阅往期的 issue,也可以收听 podcast。--> |
| 169 | +<!--</p>--> |
| 170 | +<!--</div>--> |
136 | 171 | <!--</div>--> |
137 | 172 |
|
138 | 173 | <div id="footer"> |
139 | 174 | <!--<p>--> |
140 | | - <!--<a class="social-icon" href="https://github.com/vuejs/vue" target="_blank">--> |
141 | | - <!--<%- partial('icons/github') %>--> |
142 | | - <!--</a>--> |
143 | | - <!--<a class="social-icon" href="https://twitter.com/vuejs" target="_blank">--> |
144 | | - <!--<%- partial('icons/twitter') %>--> |
145 | | - <!--</a>--> |
146 | | - <!--<a class="social-icon" href="https://medium.com/the-vue-point" target="_blank">--> |
147 | | - <!--<%- partial('icons/medium') %>--> |
148 | | - <!--</a>--> |
| 175 | + <!--<a class="social-icon" href="https://github.com/vuejs/vue" target="_blank">--> |
| 176 | + <!--<%- partial('icons/github') %>--> |
| 177 | + <!--</a>--> |
| 178 | + <!--<a class="social-icon" href="https://twitter.com/vuejs" target="_blank">--> |
| 179 | + <!--<%- partial('icons/twitter') %>--> |
| 180 | + <!--</a>--> |
| 181 | + <!--<a class="social-icon" href="https://medium.com/the-vue-point" target="_blank">--> |
| 182 | + <!--<%- partial('icons/medium') %>--> |
| 183 | + <!--</a>--> |
149 | 184 | <!--</p>--> |
150 | 185 | <p>遵循 <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache-2.0 开源协议</a><br> |
151 | 186 | Copyright © 2016-<%- new Date().getFullYear() %> Tommy Lemon</p> |
|
0 commit comments