Compare commits

..

2 Commits

Author SHA1 Message Date
Memory
b05fb02e67
style: add mihomo restart title andmissing translations
* style: add mihomo restart title

* feat: Add missing translations
2025-09-07 18:59:29 +08:00
Memory
e663d07b48
fix winget 2025-09-07 17:49:27 +08:00
6 changed files with 10 additions and 1 deletions

View File

@ -630,7 +630,7 @@ jobs:
- name: Submit to Winget - name: Submit to Winget
uses: vedantmgoyal9/winget-releaser@main uses: vedantmgoyal9/winget-releaser@main
with: with:
identifier: Mihomo-Party.Clash-Party identifier: Mihomo-Party.Mihomo-Party
version: ${{env.VERSION}} version: ${{env.VERSION}}
release-tag: v${{env.VERSION}} release-tag: v${{env.VERSION}}
installers-regex: 'clash-party-windows-.*setup\.exe$' installers-regex: 'clash-party-windows-.*setup\.exe$'

View File

@ -107,6 +107,7 @@ const MihomoCoreCard: React.FC<Props> = (props) => {
size="sm" size="sm"
variant="light" variant="light"
color="default" color="default"
title={t('mihomo.restart')}
onPress={async () => { onPress={async () => {
try { try {
await restartCore() await restartCore()

View File

@ -8,6 +8,8 @@
"common.save": "Save", "common.save": "Save",
"common.cancel": "Cancel", "common.cancel": "Cancel",
"common.edit": "Edit", "common.edit": "Edit",
"common.viewer.view": "View",
"common.editor.edit": "Edit",
"common.delete": "Delete", "common.delete": "Delete",
"common.seconds": "seconds", "common.seconds": "seconds",
"common.confirm": "Confirm", "common.confirm": "Confirm",

View File

@ -8,6 +8,8 @@
"common.save": "ذخیره", "common.save": "ذخیره",
"common.cancel": "لغو", "common.cancel": "لغو",
"common.edit": "ویرایش", "common.edit": "ویرایش",
"common.viewer.view": "مشاهده",
"common.editor.edit": "ویرایش",
"common.delete": "حذف", "common.delete": "حذف",
"common.seconds": "ثانیه", "common.seconds": "ثانیه",
"common.confirm": "تایید", "common.confirm": "تایید",

View File

@ -8,6 +8,8 @@
"common.save": "Сохранить", "common.save": "Сохранить",
"common.cancel": "Отмена", "common.cancel": "Отмена",
"common.edit": "Изменить", "common.edit": "Изменить",
"common.viewer.view": "Просмотр",
"common.editor.edit": "Изменить",
"common.delete": "Удалить", "common.delete": "Удалить",
"common.seconds": "секунд", "common.seconds": "секунд",
"common.confirm": "Подтвердить", "common.confirm": "Подтвердить",

View File

@ -8,6 +8,8 @@
"common.save": "保存", "common.save": "保存",
"common.cancel": "取消", "common.cancel": "取消",
"common.edit": "编辑", "common.edit": "编辑",
"common.viewer.view": "查看",
"common.editor.edit": "编辑",
"common.delete": "删除", "common.delete": "删除",
"common.seconds": "秒", "common.seconds": "秒",
"common.confirm": "确认", "common.confirm": "确认",