This commit is contained in:
pompurin404 2024-09-28 12:58:11 +08:00
parent 46486d75c9
commit a111131a16
No known key found for this signature in database
2 changed files with 11 additions and 11 deletions

View File

@ -23,7 +23,7 @@
- [x] 多种配色主题可选UI 焕然一新
- [x] 支持大部分 Mihomo 常用配置修改
- [x] 内置稳定版和预览版 Mihomo 内核
- [x] 通过WebDav一键备份和恢复配置
- [x] 通过 WebDAV 一键备份和恢复配置
- [x] 强大的覆写功能,任意修订配置文件
- [x] 深度集成 Sub-Store轻松管理订阅

View File

@ -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 && (
<WebdavRestoreModal filenames={filenames} onClose={() => setRestoreOpen(false)} />
)}
<SettingCard title="WebDav 备份">
<SettingItem title="WebDav 地址" divider>
<SettingCard title="WebDAV 备份">
<SettingItem title="WebDAV 地址" divider>
<Input
size="sm"
className="w-[60%]"
@ -60,7 +60,7 @@ const WebdavConfig: React.FC = () => {
}}
/>
</SettingItem>
<SettingItem title="WebDav 用户名" divider>
<SettingItem title="WebDAV 用户名" divider>
<Input
size="sm"
className="w-[60%]"
@ -71,7 +71,7 @@ const WebdavConfig: React.FC = () => {
}}
/>
</SettingItem>
<SettingItem title="WebDav 密码" divider>
<SettingItem title="WebDAV 密码" divider>
<Input
size="sm"
className="w-[60%]"