mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
add dark
This commit is contained in:
parent
cfb3446c1b
commit
6156a52c13
@ -22,7 +22,7 @@ ish_miss_prepare_operate
|
||||
# ish_miss_prepare webview
|
||||
# ish_miss_prepare echarts
|
||||
# ish_miss_prepare icons
|
||||
# ish_miss_prepare gogit
|
||||
ish_miss_prepare gogit
|
||||
|
||||
# ish_miss_prepare wubi-dict
|
||||
# ish_miss_prepare word-dict
|
||||
|
@ -1,4 +1,4 @@
|
||||
vimer "http://localhost:9020/chat/cmd/web.code.vimer?topic=black&debug=true"
|
||||
vimer "http://localhost:9020/chat/cmd/web.code.vimer?topic=dark"
|
||||
# goods "http://localhost:9020/chat/cmd/web.mall.goods"
|
||||
# plan "http://localhost:9020/chat/cmd/web.team.plan"
|
||||
# localhost http://localhost:9020
|
||||
|
@ -2,6 +2,7 @@ package hi
|
||||
|
||||
import (
|
||||
"shylinux.com/x/ice"
|
||||
"shylinux.com/x/icebergs/base/ctx"
|
||||
)
|
||||
|
||||
type hi struct {
|
||||
@ -17,10 +18,7 @@ func (s hi) Show(m *ice.Message, arg ...string) {
|
||||
|
||||
func (s hi) List(m *ice.Message, arg ...string) {
|
||||
s.Zone.ListPage(m, arg...)
|
||||
m.Echo("hello world")
|
||||
m.Echo("hello world")
|
||||
m.Echo("hello world")
|
||||
m.Echo("hello world")
|
||||
ctx.Display
|
||||
}
|
||||
|
||||
func init() { ice.Cmd("web.code.hi.hi", hi{}) }
|
||||
|
Loading…
x
Reference in New Issue
Block a user