mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-28 05:30:29 +08:00
Compare commits
2 Commits
3fbd606b82
...
b05fb02e67
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b05fb02e67 | ||
|
|
e663d07b48 |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -630,7 +630,7 @@ jobs:
|
||||
- name: Submit to Winget
|
||||
uses: vedantmgoyal9/winget-releaser@main
|
||||
with:
|
||||
identifier: Mihomo-Party.Clash-Party
|
||||
identifier: Mihomo-Party.Mihomo-Party
|
||||
version: ${{env.VERSION}}
|
||||
release-tag: v${{env.VERSION}}
|
||||
installers-regex: 'clash-party-windows-.*setup\.exe$'
|
||||
|
||||
@ -107,6 +107,7 @@ const MihomoCoreCard: React.FC<Props> = (props) => {
|
||||
size="sm"
|
||||
variant="light"
|
||||
color="default"
|
||||
title={t('mihomo.restart')}
|
||||
onPress={async () => {
|
||||
try {
|
||||
await restartCore()
|
||||
|
||||
@ -8,6 +8,8 @@
|
||||
"common.save": "Save",
|
||||
"common.cancel": "Cancel",
|
||||
"common.edit": "Edit",
|
||||
"common.viewer.view": "View",
|
||||
"common.editor.edit": "Edit",
|
||||
"common.delete": "Delete",
|
||||
"common.seconds": "seconds",
|
||||
"common.confirm": "Confirm",
|
||||
|
||||
@ -8,6 +8,8 @@
|
||||
"common.save": "ذخیره",
|
||||
"common.cancel": "لغو",
|
||||
"common.edit": "ویرایش",
|
||||
"common.viewer.view": "مشاهده",
|
||||
"common.editor.edit": "ویرایش",
|
||||
"common.delete": "حذف",
|
||||
"common.seconds": "ثانیه",
|
||||
"common.confirm": "تایید",
|
||||
|
||||
@ -8,6 +8,8 @@
|
||||
"common.save": "Сохранить",
|
||||
"common.cancel": "Отмена",
|
||||
"common.edit": "Изменить",
|
||||
"common.viewer.view": "Просмотр",
|
||||
"common.editor.edit": "Изменить",
|
||||
"common.delete": "Удалить",
|
||||
"common.seconds": "секунд",
|
||||
"common.confirm": "Подтвердить",
|
||||
|
||||
@ -8,6 +8,8 @@
|
||||
"common.save": "保存",
|
||||
"common.cancel": "取消",
|
||||
"common.edit": "编辑",
|
||||
"common.viewer.view": "查看",
|
||||
"common.editor.edit": "编辑",
|
||||
"common.delete": "删除",
|
||||
"common.seconds": "秒",
|
||||
"common.confirm": "确认",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user