Skip to content

Commit

Permalink
chore: 文案
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Jan 3, 2025
1 parent d67db17 commit 4840343
Show file tree
Hide file tree
Showing 4 changed files with 4 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.320",
"version": "2.14.321",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
1 change: 1 addition & 0 deletions src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export default {
type: {
mihomoProfile: 'Mihomo Profile',
mihomoProfileTips: 'Override is supported',
mihomoProfileTips2: 'Override(JavaScript/YAML) is supported',
},
addFileTitle: "Create File",
importFileTitle: "Import File data",
Expand Down
1 change: 1 addition & 0 deletions src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export default {
type: {
mihomoProfile: 'Mihomo 配置',
mihomoProfileTips: '可使用覆写',
mihomoProfileTips2: '可使用 JavaScript/YAML 覆写',
},
addFileTitle: '创建文件',
importFileTitle: '导入 Sub-Store 文件数据',
Expand Down
2 changes: 1 addition & 1 deletion src/views/FileEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
</nut-form>
</div>
<div class="sticky-title-wrapper actions-title-wrapper" v-if="form.type === 'mihomoProfile'">
<p>{{ $t(`filePage.type.mihomoProfileTips`) }}</p>
<p>{{ $t(`filePage.type.mihomoProfileTips2`) }}</p>
<small class="doc"><a href="https://mihomo.party/docs/guide/override">{{ $t("subPage.panel.tips.ok") }}</a></small>
</div>
<ActionBlock
Expand Down

0 comments on commit 4840343

Please sign in to comment.