mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 04:28:07 +01:00
🎨 Improve disk usage display https://github.com/siyuan-note/siyuan/issues/11121
This commit is contained in:
parent
92bc52c6ab
commit
1bc11a1a9a
21 changed files with 34 additions and 31 deletions
|
|
@ -19,7 +19,7 @@
|
|||
package util
|
||||
|
||||
import (
|
||||
"github.com/dustin/go-humanize"
|
||||
"github.com/88250/go-humanize"
|
||||
"github.com/shirou/gopsutil/v3/disk"
|
||||
"github.com/siyuan-note/logging"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -29,10 +29,10 @@ import (
|
|||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
"github.com/88250/go-humanize"
|
||||
"github.com/88250/gulu"
|
||||
"github.com/88250/lute/ast"
|
||||
"github.com/88250/lute/html"
|
||||
"github.com/dustin/go-humanize"
|
||||
"github.com/siyuan-note/logging"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/dustin/go-humanize"
|
||||
"github.com/88250/go-humanize"
|
||||
)
|
||||
|
||||
// Weekday returns the day of the week specified by date.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue