We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b4c27 commit 17a00dcCopy full SHA for 17a00dc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sub-store-front-end",
3
- "version": "2.14.327",
+ "version": "2.14.328",
4
"private": true,
5
"scripts": {
6
"dev": "vite --host",
src/views/FileEditor.vue
@@ -315,7 +315,7 @@
315
</div>
316
<div class="sticky-title-wrapper actions-title-wrapper" v-if="form.type === 'mihomoProfile'">
317
<p>{{ $t(`filePage.type.mihomoProfileTips2`) }}</p>
318
- <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>
319
320
<ActionBlock
321
ref="actionBlockRef"
0 commit comments