feat(Settings): add credits section on about page

This commit is contained in:
Hakadao
2024-03-08 11:26:50 +08:00
parent f4c3227ffc
commit 682e7497f4

View File

@@ -103,6 +103,28 @@ function handleExportSettings() {
</Button>
</Tooltip>
</section>
<section mt-8>
<h3 text="xl center" mb-2>
Credits
</h3>
<section mt-4 flex="~ gap-4 wrap justify-center">
<a href="https://github.com/antfu/vitesse-webext" target="_blank">
vitesse-webext
</a>
<a href="https://github.com/indefined/UserScripts/tree/master/bilibiliHome" target="_blank">
UserScripts/bilibiliHome
</a>
<a href="https://github.com/magicdawn/bilibili-app-recommend" target="_blank">
bilibili-app-recommend
</a>
<a href="https://github.com/the1812/Bilibili-Evolved" target="_blank">
Bilibili-Evolved
</a>
<a href="https://github.com/SocialSisterYi/bilibili-API-collect" target="_blank">
bilibili-API-collect
</a>
</section>
</section>
<section mt-8>
<h3 text="xl center" mb-2>
{{ $t('settings.contributors') }}