mirror of
https://shylinux.com/x/community
synced 2025-07-02 13:41:18 +08:00
add some
This commit is contained in:
parent
d4417489e8
commit
1c1156f1b1
@ -53,7 +53,6 @@ func (s Table) Exit(m *ice.Message, arg ...string) {
|
|||||||
s.Table.Exit(m, arg...)
|
s.Table.Exit(m, arg...)
|
||||||
}
|
}
|
||||||
func (s Table) AfterMigrate(m *ice.Message, arg ...string) {
|
func (s Table) AfterMigrate(m *ice.Message, arg ...string) {
|
||||||
// kit.If(m.Config(web.PORTAL) == ice.TRUE, func() { Portal{}.Show(m, m.PrefixKey()) })
|
|
||||||
}
|
}
|
||||||
func (s Table) Inputs(m *ice.Message, arg ...string) {
|
func (s Table) Inputs(m *ice.Message, arg ...string) {
|
||||||
switch arg[0] {
|
switch arg[0] {
|
||||||
|
@ -4,10 +4,10 @@ Volcanos(chat.ONIMPORT, {
|
|||||||
can.onimport.itemcards(can, msg, function(value) { value._style = [value[PLACE_TYPE]||"", value[USER_PLACE_ROLE]||""]
|
can.onimport.itemcards(can, msg, function(value) { value._style = [value[PLACE_TYPE]||"", value[USER_PLACE_ROLE]||""]
|
||||||
return [
|
return [
|
||||||
{view: html.TITLE, list:[{text: [value.name||value.user_name]},
|
{view: html.TITLE, list:[{text: [value.name||value.user_name]},
|
||||||
can.onimport.textView(can, value, PLACE_TYPE, mdb.TYPE),
|
can.onimport.textView(can, value, PLACE_TYPE, mdb.TYPE), can.onimport.textView(can, value, USER_PLACE_ROLE, aaa.ROLE),
|
||||||
can.onimport.textView(can, value, USER_PLACE_ROLE, aaa.ROLE),
|
|
||||||
]},
|
]},
|
||||||
{view: html.STATUS, list: [value.uid && {text: value.uid.slice(0, 6)}, {text: can.base.TimeTrim(value.created_at||value.updated_at)}]},
|
{view: html.STATUS, list: [value.uid && {text: value.uid.slice(0, 6)}, {text: can.base.TimeTrim(value.created_at||value.updated_at)}]},
|
||||||
|
value.address && {view: html.STATUS, list: [{text: value.address}]},
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user