mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-21 14:34:06 +01:00
🎨 嵌入块纳入引用计数和反链 https://github.com/siyuan-note/siyuan/issues/7096
This commit is contained in:
parent
6afa767f01
commit
492aabcf22
8 changed files with 117 additions and 50 deletions
|
|
@ -253,7 +253,7 @@ func ImportSY(zipPath, boxID, toPath string) (err error) {
|
|||
return err
|
||||
}
|
||||
|
||||
if info.IsDir() && util.IsIDPattern(info.Name()) {
|
||||
if info.IsDir() && ast.IsNodeIDPattern(info.Name()) {
|
||||
renamePaths[path] = path
|
||||
}
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue