feature 添加组件堆叠方法
Showing
cmd/dcutop/dcutop
0 → 100755
File added
cmd/dcutop/tui/timechart.go
0 → 100644
cmd/dcutop/tui/utils.go
0 → 100644
| ... | @@ -10,9 +10,15 @@ require ( | ... | @@ -10,9 +10,15 @@ require ( |
| github.com/shirou/gopsutil/v4 v4.25.9 | github.com/shirou/gopsutil/v4 v4.25.9 | ||
| ) | ) | ||
| require ( | |||
| github.com/charmbracelet/bubbles v0.20.0 // indirect | |||
| github.com/lrstanley/bubblezone v0.0.0-20240914071701-b48c55a5e78e // indirect | |||
| ) | |||
| require ( | require ( | ||
| github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect | github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect | ||
| github.com/Microsoft/go-winio v0.6.2 // indirect | github.com/Microsoft/go-winio v0.6.2 // indirect | ||
| github.com/NimbleMarkets/ntcharts v0.3.1 | |||
| github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect | github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect | ||
| github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect | github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect | ||
| github.com/charmbracelet/x/ansi v0.10.1 // indirect | github.com/charmbracelet/x/ansi v0.10.1 // indirect | ||
| ... | ... |
Please register or sign in to comment