1
0
mirror of https://shylinux.com/x/icebergs synced 2025-05-12 23:40:15 +08:00
This commit is contained in:
harveyshao 2022-12-25 21:12:51 +08:00
parent 4d2ae25ee0
commit 6c32c58599
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ func init() {
ls := strings.SplitN(v, ice.EQ, 2)
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) {
if os.Getenv(CTX_DEV) == "" || os.Getenv(CTX_POD) == "" {

View File

@ -7,7 +7,7 @@ import (
type cache struct {
ice.Hash
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:"缓存"`
}