File tree Expand file tree Collapse file tree 8 files changed +284
-245
lines changed
Expand file tree Collapse file tree 8 files changed +284
-245
lines changed Original file line number Diff line number Diff line change 5757```
5858
5959## TODO
60+ - [ ] Q/E 等全局监听(除非在 setting 页面设置)
6061- [x] 统一获取配置
6162- [x] 终端显示图片
6263- [x] 自动更新应用
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ require (
2020 github.com/mitchellh/go-homedir v1.1.0
2121 github.com/muesli/reflow v0.3.0
2222 github.com/muesli/termenv v0.16.0
23+ github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
2324 github.com/puzpuzpuz/xsync/v4 v4.1.0
2425 github.com/samber/lo v1.51.0
2526 github.com/stretchr/testify v1.10.0
@@ -70,7 +71,6 @@ require (
7071 github.com/muesli/cancelreader v0.2.2 // indirect
7172 github.com/nwaples/rardecode/v2 v2.1.0 // indirect
7273 github.com/pierrec/lz4/v4 v4.1.21 // indirect
73- github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
7474 github.com/pmezard/go-difflib v1.0.0 // indirect
7575 github.com/rivo/uniseg v0.4.7 // indirect
7676 github.com/rogpeppe/go-internal v1.10.0 // indirect
Original file line number Diff line number Diff line change 1+ package messages
2+
3+ type BossInitMsg struct {}
4+ type BossStartInstallPkgMsg struct {}
5+ type BossEndInstallPkgMsg string
You can’t perform that action at this time.
0 commit comments