mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 08:30:42 +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 {
|
func NeedWarnDiskUsage(dataSize int64) bool {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func GetDiskUsage(p string) (total, used, free uint64) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue