mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat(Settings): add credits section on about page
This commit is contained in:
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user