mirror of
https://shylinux.com/x/icebergs
synced 2025-05-12 23:40:15 +08:00
opt some
This commit is contained in:
parent
4d2ae25ee0
commit
6c32c58599
@ -195,7 +195,7 @@ func init() {
|
|||||||
ls := strings.SplitN(v, ice.EQ, 2)
|
ls := strings.SplitN(v, ice.EQ, 2)
|
||||||
m.Push(mdb.NAME, ls[0]).Push(mdb.VALUE, ls[1])
|
m.Push(mdb.NAME, ls[0]).Push(mdb.VALUE, ls[1])
|
||||||
}
|
}
|
||||||
m.StatusTimeCount()
|
m.StatusTimeCount().Sort(mdb.NAME)
|
||||||
}},
|
}},
|
||||||
MAKE_DOMAIN: {Hand: func(m *ice.Message, arg ...string) {
|
MAKE_DOMAIN: {Hand: func(m *ice.Message, arg ...string) {
|
||||||
if os.Getenv(CTX_DEV) == "" || os.Getenv(CTX_POD) == "" {
|
if os.Getenv(CTX_DEV) == "" || os.Getenv(CTX_POD) == "" {
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
type cache struct {
|
type cache struct {
|
||||||
ice.Hash
|
ice.Hash
|
||||||
short string `data:"word"`
|
short string `data:"word"`
|
||||||
field string `data:"time,word,translation,definition"`
|
field string `data:"time,word,phonetic,translation,definition"`
|
||||||
list string `name:"list word auto create prunes" help:"缓存"`
|
list string `name:"list word auto create prunes" help:"缓存"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user