Skip to content

Commit ee45f5c

Browse files
committed
update sponsors
1 parent 84a3581 commit ee45f5c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

themes/vue/_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ platinum_sponsors:
1616
platinum_sponsors_china:
1717
- url: https://xiaozhuanlan.com/
1818
img: xiaozhuanlan.png
19+
- url: https://www.geekbang.org/
20+
img: geekbang.png
1921

2022
gold_sponsors:
2123
- url: https://laravel.com

themes/vue/layout/sponsors-page.ejs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,20 +79,20 @@ window.addEventListener('hashchange', function () {
7979

8080
<h2>当前的顶级赞助商</h2>
8181

82-
<h3>Patreon 白金赞助商</h3>
82+
<h3>中国区特别赞助商</h3>
8383

8484
<p class="platinum">
85-
<%_ for (const sponsor of theme.platinum_sponsors) {_%>
85+
<%_ for (const sponsor of theme.platinum_sponsors_china) {_%>
8686
<a href="<%- sponsor.url %>" target="_blank">
8787
<img src="<%- url_for(`/images/${sponsor.img}`) %>">
8888
</a>
8989
<%_ } _%>
9090
</p>
9191

92-
<h3>中国区白金赞助商</h3>
92+
<h3>Patreon 白金赞助商</h3>
9393

9494
<p class="platinum">
95-
<%_ for (const sponsor of theme.platinum_sponsors_china) {_%>
95+
<%_ for (const sponsor of theme.platinum_sponsors) {_%>
9696
<a href="<%- sponsor.url %>" target="_blank">
9797
<img src="<%- url_for(`/images/${sponsor.img}`) %>">
9898
</a>

themes/vue/source/images/geekbang.png

13.4 KB
Loading

0 commit comments

Comments
 (0)