🎨 移动端支持重新打开已经移除的工作空间 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
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

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() {