forked from x/ContextOS
opt some
This commit is contained in:
parent
29b77a2962
commit
f434ea1231
@ -18,6 +18,9 @@ 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")
|
||||
}
|
||||
|
||||
func init() { ice.Cmd("web.code.hi.hi", hi{}) }
|
||||
|
@ -1,4 +1,4 @@
|
||||
Volcanos("onimport", {help: "导入数据", _init: function(can, msg) {
|
||||
Volcanos(chat.ONIMPORT, {help: "导入数据", _init: function(can, msg) {
|
||||
msg.Echo("hello world")
|
||||
msg.Echo("hello world")
|
||||
msg.Echo("hello world")
|
||||
|
@ -1,5 +1,10 @@
|
||||
#! /bin/sh
|
||||
|
||||
function show() {
|
||||
echo "hello world"
|
||||
}
|
||||
|
||||
show
|
||||
_list
|
||||
echo
|
||||
|
||||
|
@ -62,7 +62,7 @@ profile "测试群"
|
||||
toolkit "工具 toolkit"
|
||||
~ web.code favor xterm inner vimer bench pprof oauth
|
||||
language "语言 language"
|
||||
~ web.code c sh shy go js py
|
||||
~ web.code c sh py shy js go
|
||||
operate "运维群"
|
||||
aaa "权限 aaa"
|
||||
- user totp sess role
|
||||
|
Loading…
x
Reference in New Issue
Block a user