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
|
- 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$'
|
||||||
|
|||||||
@ -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()
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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": "تایید",
|
||||||
|
|||||||
@ -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": "Подтвердить",
|
||||||
|
|||||||
@ -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": "确认",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user