creativity 😂

This commit is contained in:
Masterain
2023-09-01 05:41:13 -07:00
parent 94fc8038dd
commit 09f3b8aa99
4 changed files with 30 additions and 22 deletions

View File

@@ -56,3 +56,16 @@ header.vp-navbar {
.vp-hero-info-wrapper {
min-height: 600px;
}
// 去除首页赞助商表格边框及超链接图标
main.vp-project-home{
table{
display: inline-block;
th{
border-color: transparent;
}
}
svg.external-link-icon{
display: none;
}
}

View File

@@ -93,6 +93,7 @@ export default hopeTheme({
include: true,
tabs: true,
footnote: true,
align: true
},
pwa: {

View File

@@ -100,16 +100,13 @@ You can make contribution by the following ways:
<!-- @include: star-request.md -->
## Service Used
::: center
Snap Hutao is currently using software from the following service providers.
## Sponsorship
<a href="https://www.netlify.com">
<img src="https://www.netlify.com/v3/img/components/netlify-light.svg" alt="Deploys by Netlify" />
</a>
<a href="https://crowdin.com/?utm_source=badge&utm_medium=referral&utm_campaign=badge-add-on" rel="nofollow">
<img style="width:140px;height:40px" src="https://badges.crowdin.net/badge/light/crowdin-on-dark.png" srcset="https://badges.crowdin.net/badge/light/crowdin-on-dark.png 1x,https://badges.crowdin.net/badge/light/crowdin-on-dark@2x.png 2x" alt="Crowdin | Agile localization for tech companies" />
</a>
<a href="https://gitlab.cn/">
<img src="https://gitlab.cn/images/icons/logos/logo-121-75.svg" alt="GitLab CN" height="8%" />
</a>
Snap Hutao is currently using sponsored software from the following service providers.
| [![](https://www.netlify.com/v3/img/components/netlify-light.svg)](https://www.netlify.com/) | [![](https://badges.crowdin.net/badge/light/crowdin-on-dark.png)](https://crowdin.com/) | [![](https://gitlab.cn/images/icons/logos/logo-121-75.svg)](https://gitlab.cn/) |
| -------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
:::

View File

@@ -114,16 +114,13 @@ Snap Hutao 是一个由开源社区维护的免费项目,我们希望有更多
<!-- @include: star-request.md -->
## 平台
::: center
Snap Hutao 目前使用了以下软件厂商提供的服务
## 赞助商
<a href="https://www.netlify.com">
<img src="https://www.netlify.com/v3/img/components/netlify-light.svg" alt="Deploys by Netlify" />
</a>
<a href="https://crowdin.com/?utm_source=badge&utm_medium=referral&utm_campaign=badge-add-on" rel="nofollow">
<img style="width:140px;height:40px" src="https://badges.crowdin.net/badge/light/crowdin-on-dark.png" srcset="https://badges.crowdin.net/badge/light/crowdin-on-dark.png 1x,https://badges.crowdin.net/badge/light/crowdin-on-dark@2x.png 2x" alt="Crowdin | Agile localization for tech companies" />
</a>
<a href="https://gitlab.cn/">
<img src="https://gitlab.cn/images/icons/logos/logo-121-75.svg" alt="极狐LAB" height="8%" />
</a>
Snap Hutao 目前使用了以下软件厂商赞助的服务
| [![](https://www.netlify.com/v3/img/components/netlify-light.svg)](https://www.netlify.com/) | [![](https://badges.crowdin.net/badge/light/crowdin-on-dark.png)](https://crowdin.com/) | [![](https://gitlab.cn/images/icons/logos/logo-121-75.svg)](https://gitlab.cn/) |
| :------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------: |
:::