mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20: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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ret.Data = []string{}
|
||||||
var paths []string
|
var paths []string
|
||||||
for _, dir := range dirs {
|
for _, dir := range dirs {
|
||||||
if dir.IsDir() {
|
if dir.IsDir() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue