This commit is contained in:
parent
068c03f9d7
commit
53d97e60db
6 changed files with 13 additions and 6 deletions
|
@ -1045,6 +1045,7 @@
|
|||
"178": "Access Authorization - SiYuan",
|
||||
"179": "The disk space may be insufficient. It is recommended to keep the free space of the disk where the workspace is located at more than twice the size of data",
|
||||
"180": "Search content block does not exist",
|
||||
"181": "The document has been shared to Liandi, <a href=\"%s\" target=\"_blank\">click to view</a>"
|
||||
"181": "The document has been shared to Liandi, <a href=\"%s\" target=\"_blank\">click to view</a>",
|
||||
"182": "Sharing document, please wait..."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1045,6 +1045,7 @@
|
|||
"178": "Autorización de acceso - SiYuan",
|
||||
"179": "El espacio en disco puede ser insuficiente. Se recomienda mantener el espacio libre del disco donde se encuentra el espacio de trabajo en más del doble del tamaño de los datos",
|
||||
"180": "El bloque de contenido de búsqueda no existe",
|
||||
"181": "El documento ha sido compartido con Liandi, <a href=\"%s\" target=\"_blank\">haga clic para ver</a>"
|
||||
"181": "El documento ha sido compartido con Liandi, <a href=\"%s\" target=\"_blank\">haga clic para ver</a>",
|
||||
"182": "Compartiendo documento, por favor espere..."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1045,6 +1045,7 @@
|
|||
"178": "Autorisation d'accès - SiYuan",
|
||||
"179": "L'espace disque peut être insuffisant. Il est recommandé de conserver l'espace libre du disque où se trouve l'espace de travail à plus de deux fois la taille des données",
|
||||
"180": "Le bloc de contenu de recherche n'existe pas",
|
||||
"181": "Le document a été partagé avec Liandi, <a href=\"%s\" target=\"_blank\">cliquez pour afficher</a>"
|
||||
"181": "Le document a été partagé avec Liandi, <a href=\"%s\" target=\"_blank\">cliquez pour afficher</a>",
|
||||
"182": "Partage du document, veuillez patienter..."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1045,6 +1045,7 @@
|
|||
"178": "訪問授權 - 思源筆記",
|
||||
"179": "磁碟空間可能不足,建議保持工作空間所在磁碟可用空間為 data 大小的 2 倍以上",
|
||||
"180": "不存在符合條件的內容塊",
|
||||
"181": "已分享文檔到鏈滴,<a href=\"%s\" target=\"_blank\">點擊查看</a>"
|
||||
"181": "已分享文檔到鏈滴,<a href=\"%s\" target=\"_blank\">點擊查看</a>",
|
||||
"182": "正在分享文檔,請稍等..."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1045,6 +1045,7 @@
|
|||
"178": "访问授权 - 思源笔记",
|
||||
"179": "磁盘空间可能不足,建议保持工作空间所在磁盘可用空间为 data 大小的 2 倍以上",
|
||||
"180": "不存在符合条件的内容块",
|
||||
"181": "已分享文档到链滴,<a href=\"%s\" target=\"_blank\">点击查看</a>"
|
||||
"181": "已分享文档到链滴,<a href=\"%s\" target=\"_blank\">点击查看</a>",
|
||||
"182": "正在分享文档,请稍等..."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -61,6 +61,8 @@ func Export2Liandi(id string) (err error) {
|
|||
sqlAssets := sql.QueryRootBlockAssets(id)
|
||||
err = uploadCloud(sqlAssets)
|
||||
|
||||
msgId := util.PushMsg(Conf.Language(182), 15000)
|
||||
|
||||
// 判断帖子是否已经存在,存在则使用更新接口
|
||||
foundArticle := false
|
||||
articleId := tree.Root.IALAttr("liandiArticleId")
|
||||
|
@ -135,7 +137,7 @@ func Export2Liandi(id string) (err error) {
|
|||
}
|
||||
|
||||
msg := fmt.Sprintf(Conf.Language(181), util.LiandiServer+"/article/"+articleId)
|
||||
util.PushMsg(msg, 7000)
|
||||
util.PushUpdateMsg(msgId, msg, 7000)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue