mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 09:34:05 +08:00
opt some
This commit is contained in:
parent
84460c4d41
commit
a8f7cccf33
@ -107,6 +107,7 @@ func _status_each(m *ice.Message, title string, cmds ...string) {
|
|||||||
} else {
|
} else {
|
||||||
toast(ice.SUCCESS, count, total)
|
toast(ice.SUCCESS, count, total)
|
||||||
}
|
}
|
||||||
|
m.PushRefresh()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
func _status_stat(m *ice.Message, files, adds, dels int) (int, int, int) {
|
func _status_stat(m *ice.Message, files, adds, dels int) (int, int, int) {
|
||||||
@ -240,6 +241,7 @@ func init() {
|
|||||||
|
|
||||||
_repos_cmd(m, m.Option(REPOS), PUSH)
|
_repos_cmd(m, m.Option(REPOS), PUSH)
|
||||||
_repos_cmd(m, m.Option(REPOS), PUSH, "--tags")
|
_repos_cmd(m, m.Option(REPOS), PUSH, "--tags")
|
||||||
|
m.ProcessRefresh3ms()
|
||||||
}},
|
}},
|
||||||
TAGS: {Name: "tags", Help: "标签", Hand: func(m *ice.Message, arg ...string) {
|
TAGS: {Name: "tags", Help: "标签", Hand: func(m *ice.Message, arg ...string) {
|
||||||
_status_tags(m, kit.Select("", arg, 0))
|
_status_tags(m, kit.Select("", arg, 0))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user