fix 备份路径描述

This commit is contained in:
thsrite 2023-08-08 17:29:52 +08:00
parent e26f358f94
commit d872efae3c

View File

@ -272,6 +272,25 @@ class AutoBackup(_PluginBase):
}
]
},
{
'component': 'VRow',
'content': [
{
'component': 'VCol',
'props': {
'cols': 12,
},
'content': [
{
'component': 'VAlert',
'props': {
'text': '备份文件路径默认为本地映射的config/plugins/AutoBackup。'
}
}
]
}
]
}
]
}
], {