🔥 移除旧版云端同步和备份功能入口 https://github.com/siyuan-note/siyuan/issues/5405

This commit is contained in:
Liang Ding 2022-07-13 20:23:04 +08:00
parent e538824819
commit 2863e32cff
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
11 changed files with 63 additions and 710 deletions

View file

@ -120,7 +120,7 @@ func exportData(exportFolder string) (err error) {
data := filepath.Join(util.WorkspaceDir, "data")
if err = stableCopy(data, exportFolder); nil != err {
util.LogErrorf("copy data dir from [%s] to [%s] failed: %s", data, baseFolderName, err)
err = errors.New(fmt.Sprintf(Conf.Language(23), formatErrorMsg(err)))
err = errors.New(fmt.Sprintf(Conf.Language(14), formatErrorMsg(err)))
return
}