mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🔖 Release v3.1.7
This commit is contained in:
parent
7eb3203c2c
commit
bcb997800d
1 changed files with 4 additions and 0 deletions
|
@ -21,3 +21,7 @@ package util
|
|||
func NeedWarnDiskUsage(dataSize int64) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func GetDiskUsage(p string) (total, used, free uint64) {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue