mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-20 23:36:10 +01:00
🐛 Share to community asset URL is incorrect on LiuYun Fix https://github.com/siyuan-note/siyuan/issues/8758
This commit is contained in:
parent
738c791738
commit
d9c253d9e7
2 changed files with 10 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ func Export2Liandi(id string) (err error) {
|
|||
|
||||
title := path.Base(tree.HPath)
|
||||
tags := tree.Root.IALAttr("tags")
|
||||
content := exportMarkdownContent0(tree, "https://b3logfile.com/file/"+time.Now().Format("2006/01")+"/siyuan/"+Conf.User.UserId+"/", true,
|
||||
content := exportMarkdownContent0(tree, util.GetCloudForumAssetsServer()+time.Now().Format("2006/01")+"/siyuan/"+Conf.User.UserId+"/", true,
|
||||
4, 1, 0,
|
||||
"#", "#",
|
||||
"", "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue