mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 移动端支持重新打开已经移除的工作空间 https://github.com/siyuan-note/siyuan/issues/7353
This commit is contained in:
parent
b9ff2fcaa2
commit
6462ddaa49
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ func getMobileWorkspaces(c *gin.Context) {
|
|||
return
|
||||
}
|
||||
|
||||
ret.Data = []string{}
|
||||
var paths []string
|
||||
for _, dir := range dirs {
|
||||
if dir.IsDir() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue