feat(theme): improve doc copyright link text (#457)

This commit is contained in:
pengzhanbo 2025-02-08 14:47:40 +08:00 committed by GitHub
parent 63a53d6c18
commit 3017bd7a94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ const {
<p v-if="sourceUrl">
<span>{{ creationText }}</span>
<VPLink :href="sourceUrl" :no-icon="creation === 'original'" data-allow-mismatch>
{{ sourceUrl }}
{{ decodeURIComponent(sourceUrl) }}
</VPLink>
</p>
<p v-if="license">