mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
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) {
|
func (s hi) List(m *ice.Message, arg ...string) {
|
||||||
s.Zone.ListPage(m, arg...)
|
s.Zone.ListPage(m, arg...)
|
||||||
m.Echo("hello world")
|
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{}) }
|
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")
|
msg.Echo("hello world")
|
||||||
msg.Echo("hello world")
|
msg.Echo("hello world")
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
|
function show() {
|
||||||
|
echo "hello world"
|
||||||
|
}
|
||||||
|
|
||||||
|
show
|
||||||
_list
|
_list
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ profile "测试群"
|
|||||||
toolkit "工具 toolkit"
|
toolkit "工具 toolkit"
|
||||||
~ web.code favor xterm inner vimer bench pprof oauth
|
~ web.code favor xterm inner vimer bench pprof oauth
|
||||||
language "语言 language"
|
language "语言 language"
|
||||||
~ web.code c sh shy go js py
|
~ web.code c sh py shy js go
|
||||||
operate "运维群"
|
operate "运维群"
|
||||||
aaa "权限 aaa"
|
aaa "权限 aaa"
|
||||||
- user totp sess role
|
- user totp sess role
|
||||||
|
Loading…
x
Reference in New Issue
Block a user