From a111131a16437bb0314afe780e92bc3dd2f5e155 Mon Sep 17 00:00:00 2001 From: pompurin404 Date: Sat, 28 Sep 2024 12:58:11 +0800 Subject: [PATCH] fix typo --- README.md | 12 ++++++------ .../src/components/settings/webdav-config.tsx | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index cfced42..8f78b30 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ ### 特性 -- [x] 开箱即用,无需服务模式的Tun -- [x] 多种配色主题可选,UI焕然一新 -- [x] 支持大部分Mihomo常用配置修改 -- [x] 内置稳定版和预览版Mihomo内核 -- [x] 通过WebDav一键备份和恢复配置 +- [x] 开箱即用,无需服务模式的 Tun +- [x] 多种配色主题可选,UI 焕然一新 +- [x] 支持大部分 Mihomo 常用配置修改 +- [x] 内置稳定版和预览版 Mihomo 内核 +- [x] 通过 WebDAV 一键备份和恢复配置 - [x] 强大的覆写功能,任意修订配置文件 -- [x] 深度集成Sub-Store,轻松管理订阅 +- [x] 深度集成 Sub-Store,轻松管理订阅 ### 安装/使用指南见 [官方文档](https://mihomo.party) diff --git a/src/renderer/src/components/settings/webdav-config.tsx b/src/renderer/src/components/settings/webdav-config.tsx index b872c39..bf29663 100644 --- a/src/renderer/src/components/settings/webdav-config.tsx +++ b/src/renderer/src/components/settings/webdav-config.tsx @@ -23,7 +23,7 @@ const WebdavConfig: React.FC = () => { setBackuping(true) try { await webdavBackup() - new window.Notification('备份成功', { body: '备份文件已上传至 WebDav' }) + new window.Notification('备份成功', { body: '备份文件已上传至 WebDAV' }) } catch (e) { alert(e) } finally { @@ -48,8 +48,8 @@ const WebdavConfig: React.FC = () => { {restoreOpen && ( setRestoreOpen(false)} /> )} - - + + { }} /> - + { }} /> - +