File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ platinum_sponsors:
16
16
platinum_sponsors_china :
17
17
- url : https://xiaozhuanlan.com/
18
18
img : xiaozhuanlan.png
19
+ - url : https://www.geekbang.org/
20
+ img : geekbang.png
19
21
20
22
gold_sponsors :
21
23
- url : https://laravel.com
Original file line number Diff line number Diff line change @@ -79,20 +79,20 @@ window.addEventListener('hashchange', function () {
79
79
80
80
<h2 >当前的顶级赞助商</h2 >
81
81
82
- <h3 >Patreon 白金赞助商 </h3 >
82
+ <h3 >中国区特别赞助商 </h3 >
83
83
84
84
<p class =" platinum" >
85
- <% _ for (const sponsor of theme .platinum_sponsors ) {_% >
85
+ <% _ for (const sponsor of theme .platinum_sponsors_china ) {_% >
86
86
< a href= " <%- sponsor.url %>" target= " _blank" >
87
87
< img src= " <%- url_for(`/images/${sponsor.img}`) %>" >
88
88
< / a>
89
89
< % _ } _%>
90
90
</p >
91
91
92
- <h3 >中国区白金赞助商 </h3 >
92
+ <h3 >Patreon 白金赞助商 </h3 >
93
93
94
94
<p class =" platinum" >
95
- <% _ for (const sponsor of theme .platinum_sponsors_china ) {_% >
95
+ <% _ for (const sponsor of theme .platinum_sponsors ) {_% >
96
96
< a href= " <%- sponsor.url %>" target= " _blank" >
97
97
< img src= " <%- url_for(`/images/${sponsor.img}`) %>" >
98
98
< / a>
You can’t perform that action at this time.
0 commit comments