Skip to content

Commit

Permalink
[fix] license at footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackiexiao committed May 9, 2024
1 parent 3b5ad19 commit b6fe82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/theme/components/DocFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<template>
<div class="doc-before-footer-cc-block mt-10 text-sm font-medium">
使用 <a class="footer-cc-link" target="_blank" href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> 许可协议进行共享
使用 <a class="footer-cc-link" target="_blank" href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh-hans">CC BY-NC-SA 4.0</a> 许可协议进行共享
</div>
</template>

Expand Down

0 comments on commit b6fe82b

Please sign in to comment.