Skip to content

Commit

Permalink
fix: update faq link (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazooTTT authored Apr 2, 2024
1 parent 65e5139 commit ad7d7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/theme/components/Route.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Badge v-if="!test" type="warning">🟑 Missing Test</Badge>
<Badge v-if="test?.code" type="danger" :title="test?.message">πŸ”΄ Failed Test</Badge>
<Badge v-if="test && !test?.code" type="tip">🟒 Passed Test</Badge>
<a v-if="data.features?.antiCrawler" href="/faq" target="_blank">
<a v-if="data.features?.antiCrawler" href="/guide/faqs" target="_blank">
<Badge type="danger">🚨 Strict Anti-crawling</Badge>
</a>
<Badge v-if="data.features?.supportBT" type="tip">πŸ”„ Support BT</Badge>
Expand Down

0 comments on commit ad7d7f3

Please sign in to comment.