Skip to content

Commit

Permalink
chore: 将覆写文档地址更换为 Mihomo Purity
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Feb 8, 2025
1 parent 15b4c27 commit 17a00dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.327",
"version": "2.14.328",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion src/views/FileEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
</div>
<div class="sticky-title-wrapper actions-title-wrapper" v-if="form.type === 'mihomoProfile'">
<p>{{ $t(`filePage.type.mihomoProfileTips2`) }}</p>
<small class="doc"><a href="https://mihomo.party/docs/guide/override">{{ $t("subPage.panel.tips.ok") }}</a></small>
<small class="doc"><a href="https://mihomo-purity.github.io/docs/guide/override">{{ $t("subPage.panel.tips.ok") }}</a></small>
</div>
<ActionBlock
ref="actionBlockRef"
Expand Down

0 comments on commit 17a00dc

Please sign in to comment.