diff --git a/core/wiki/chart.go b/core/wiki/chart.go
index bbccf5d7..0735b820 100644
--- a/core/wiki/chart.go
+++ b/core/wiki/chart.go
@@ -64,7 +64,8 @@ func (g *Group) EchoRect(group string, height, width, x, y int, arg ...string) *
height, width, kit.Select("4", arg, 0), kit.Select("4", arg, 1), x, y, kit.JoinKV(ice.EQ, ice.SP, kit.Slice(arg, 2)...))
}
func (g *Group) EchoText(group string, x, y int, text string, arg ...string) *ice.Message {
- return g.Echo(group, "%s", x, y, kit.JoinKV(ice.EQ, ice.SP, arg...), text)
+ float := kit.Int(kit.Select("2", "6", strings.Contains(g.Get(group).Option(ice.MSG_USERUA), "Chrome")))
+ return g.Echo(group, "%s", x, y+float, kit.JoinKV(ice.EQ, ice.SP, arg...), text)
}
func (g *Group) EchoTexts(group string, x, y int, text string, arg ...string) *ice.Message {
m := g.Get(group)
diff --git a/core/wiki/chart/block.go b/core/wiki/chart/block.go
index 9c49859d..a02b035c 100644
--- a/core/wiki/chart/block.go
+++ b/core/wiki/chart/block.go
@@ -51,7 +51,7 @@ func (b *Block) Data(m *ice.Message, meta ice.Any) wiki.Chart {
return b
}
func (b *Block) Draw(m *ice.Message, x, y int) wiki.Chart {
- float := kit.Int(kit.Select("2", "7", strings.Contains(m.Option(ice.MSG_USERUA), "iPhone")))
+ float := kit.Int(kit.Select("2", "6", strings.Contains(m.Option(ice.MSG_USERUA), "Chrome")))
if m.Option(HIDE_BLOCK) != ice.TRUE {
item := wiki.NewItem(`").Dump(m)
diff --git a/misc/git/spide.go b/misc/git/spide.go
index 80022a83..1a464dac 100644
--- a/misc/git/spide.go
+++ b/misc/git/spide.go
@@ -58,6 +58,7 @@ func init() {
m.Push("", value, []string{nfs.PATH})
}, nfs.PATH)
m.Option(nfs.DIR_ROOT, _repos_path(arg[0]))
+ m.StatusTimeCount()
} else if len(arg) == 2 {
}