Skip to content

Commit d808c90

Browse files
committed
图片存本地,避免被改导致 APIJSON 官网显示异常
1 parent adc6fa1 commit d808c90

15 files changed

+197
-297
lines changed

.idea/workspace.xml

Lines changed: 176 additions & 276 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/vue/_config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,31 @@ special_sponsors:
1414
description: 几分钟内在云端构建发布 API,免费试用。
1515
platinum_sponsors:
1616
- url: 'http://www.transsion.com'
17-
img: 'http://www.transsion.com/static/images/logo.jpg'
17+
img: 'www.transsion.com.jpeg'
1818
name: TRANSSION
1919
- url: 'http://shebaochina.com'
20-
img: 'http://shebaochina.com/static/cn/img/index/logo.png'
20+
img: 'shebaochina.com.png'
2121
name: 社保科技
2222
- url: 'http://www.8soo.com'
23-
img: 'http://ww1.sinaimg.cn/large/756dd729gw1f9n5ckuq6vj208902it8v.jpg'
23+
img: 'www.8sso.com.jpeg'
2424
name: 八搜券
2525
- url: 'http://www.xxwolo.com'
26-
img: 'http://img.qichacha.com/Product/a917fcca-fbb1-44a2-a079-56985ebf8f9c.jpg'
26+
img: 'www.xxwolo.com.jpeg'
2727
name: 星星网络
2828
- url: 'http://www.aipaipai-inc.com'
29-
img: 'http://www.aipaipai-inc.com/uploadfile/upload/2019042913403029.png'
29+
img: 'www.aipaipai-inc.com.png'
3030
name: 爱拍拍
3131
- url: 'https://www.shulian8.com'
32-
img: 'https://bookstore-prod.oss-cn-hangzhou.aliyuncs.com/%E5%90%8E%E5%8F%B0%E9%A1%B5%E9%9D%A2_03.png'
32+
img: 'www.shulian8.com.png'
3333
name: 树联智能
3434
- url: 'http://www.hec-bang.com'
35-
img: 'http://www.hec-bang.com/assets/images/logo-200x50.png'
35+
img: 'www.hec-bang.com.png'
3636
name: 华张科技
3737
- url: 'http://www.xmfish.com'
38-
img: 'http://www.xmfish.com/images/chanel/www/f_logo.gif'
38+
img: 'www.xmfish.com.gif'
3939
name: 厦门小鱼
4040
- url: 'http://juting.vip'
41-
img: 'http://i.juting.vip/wp-file/2018/12/logo1-1.png'
41+
img: 'juting.vip.png'
4242
name: 聚听有声
4343
gold_sponsors:
4444
- url: 'https://www.vuemastery.com/'

themes/vue/layout/index.ejs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -136,17 +136,17 @@
136136
<!--</div>-->
137137

138138
<div id="footer">
139-
<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>
149-
</p>
139+
<!--<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>-->
149+
<!--</p>-->
150150
<p>遵循 <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache-2.0 开源协议</a><br>
151151
Copyright &copy; 2016-<%- new Date().getFullYear() %> Tommy Lemon</p>
152152
</div>

themes/vue/layout/partials/sponsors.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<%_ for (const sponsor of theme.platinum_sponsors) {_%>
1818
<a href="<%- sponsor.url %>" target="_blank" style="width: 160px;">
19-
<img src="<%- url_for(`${sponsor.img}`) %>" style="width: 160px;" />
19+
<img src="<%- url_for(`images/${sponsor.img}`) %>" style="width: 160px;" />
2020
</a>
2121
<%_ } _%>
2222
<br>
2.59 KB
Loading
194 KB
Loading
4.69 KB
Loading
15.9 KB
Loading
12.8 KB
Loading
7.78 KB
Loading

0 commit comments

Comments
 (0)