🎨 移动端支持重新打开已经移除的工作空间 https://github.com/siyuan-note/siyuan/issues/7353

This commit is contained in:
Liang Ding
2023-02-12 23:59:08 +08:00
parent b9ff2fcaa2
commit 6462ddaa49

View File

@@ -134,6 +134,7 @@ func getMobileWorkspaces(c *gin.Context) {
return
}
ret.Data = []string{}
var paths []string
for _, dir := range dirs {
if dir.IsDir() {