mirror of
https://github.com/appdev/siyuan-unlock.git
synced 2026-03-06 08:47:45 +08:00
🎨 移动端支持重新打开已经移除的工作空间 https://github.com/siyuan-note/siyuan/issues/7353
This commit is contained in:
parent
b9ff2fcaa2
commit
6462ddaa49
@ -134,6 +134,7 @@ func getMobileWorkspaces(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
ret.Data = []string{}
|
||||
var paths []string
|
||||
for _, dir := range dirs {
|
||||
if dir.IsDir() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user