Skip to content

Commit 0a096be

Browse files
committed
首页:优化登记使用用户的文案;贡献者的头像改用圆形显示
1 parent 60b9bce commit 0a096be

File tree

2 files changed

+48
-35
lines changed

2 files changed

+48
-35
lines changed

.idea/workspace.xml

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

themes/vue/layout/partials/sponsors.ejs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
< %_ } _% >
1313
-->
1414

15-
<h3>使用 APIJSON 的 企业或项目</h3>
15+
<h3>谁在使用 APIJSON </h3>
1616

1717
<%_ for (const sponsor of theme.platinum_sponsors) {_%>
1818
<a href="<%- sponsor.url %>" target="_blank" style="width: 160px;">
@@ -21,20 +21,20 @@
2121
<%_ } _%>
2222
<br>
2323

24-
<a class="become-sponsor button white" href="https://github.com/APIJSON/APIJSON/issues/73">登记使用</a>
24+
<a class="become-sponsor button white" href="https://github.com/APIJSON/APIJSON/issues/73">更多 APIJSON 使用者</a>
2525

2626
<div class="open-collective-sponsors">
27-
<h3>APIJSON 生态及社区的贡献者</h3>
27+
<h3>生态及社区的贡献者</h3>
2828
<h4 style="margin-bottom: 10px">主项目的贡献者</h4>
2929
<%_ for (const sponsor of theme.gold_sponsors) {_%>
3030
<a href="<%- sponsor.url %>" target="_blank" style="width: 60px;padding: 0px;margin: 0px">
31-
<img src="<%- url_for(`${sponsor.img}`) %>" style="width: auto;height: 60px" />
31+
<img src="<%- url_for(`${sponsor.img}`) %>" style="width: auto;height: 60px;border-radius: 60px;" />
3232
</a>
3333
<%_ } _%>
3434
<h4 style="margin-bottom: 10px">其它项目的作者</h4>
3535
<%_ for (const sponsor of theme.silver_sponsors) {_%>
3636
<a href="<%- sponsor.url %>" target="_blank" style="width: 60px;padding: 0px;margin: 0px">
37-
<img src="<%- url_for(`${sponsor.img}`) %>" style="width: auto;height: 60px" />
37+
<img src="<%- url_for(`${sponsor.img}`) %>" style="width: auto;height: 60px;border-radius: 60px;" />
3838
</a>
3939
<%_ } _%>
4040
</div>

0 commit comments

Comments
 (0)