1
0
mirror of https://shylinux.com/x/icebergs synced 2025-05-12 23:40:15 +08:00

Compare commits

...

2 Commits

Author SHA1 Message Date
harveyshao
b65875c3e5 opt some 2022-12-25 21:15:02 +08:00
harveyshao
6c32c58599 opt some 2022-12-25 21:12:51 +08:00
4 changed files with 5 additions and 5 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) == "" {

2
go.mod
View File

@ -5,6 +5,6 @@ go 1.11
require (
shylinux.com/x/creackpty v0.0.1
shylinux.com/x/go-qrcode v0.0.1
shylinux.com/x/toolkits v0.7.1
shylinux.com/x/toolkits v0.7.2
shylinux.com/x/websocket v0.0.1
)

4
go.sum
View File

@ -2,7 +2,7 @@ shylinux.com/x/creackpty v0.0.1 h1:o+qDE39jFsHLZB9BRAm0EI6qScjw5PuvdkROqhTcupM=
shylinux.com/x/creackpty v0.0.1/go.mod h1:d7DnPv3oGc23WlzrN8hW7p88wNLPAO/XG4ICVEq96i0=
shylinux.com/x/go-qrcode v0.0.1 h1:/eOGqMj1qtgs9Ymd12zTUa1gcJZs9S92kj2lb0QzKsE=
shylinux.com/x/go-qrcode v0.0.1/go.mod h1:KAbtU+KwiiABMZ/CJ0zh9PI2AX82Uf9rRYcQ4ODm4po=
shylinux.com/x/toolkits v0.7.1 h1:XzF7lyKBtb9xzqgRDODf5cEDFoQKeOZnB1ARkMZWyKs=
shylinux.com/x/toolkits v0.7.1/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=
shylinux.com/x/toolkits v0.7.2 h1:/Q9Zy6JLEZki1hLmfzxlYx/LJ3e2ffnamW9+ts+sLiw=
shylinux.com/x/toolkits v0.7.2/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=
shylinux.com/x/websocket v0.0.1 h1:OBc21DxqsGlQ2+Pz76xqLyDNo1LV+PUUqfWi+1PZPDE=
shylinux.com/x/websocket v0.0.1/go.mod h1:AaSpMToOxbMULKQytzczeHPuqb708vK1vrAzCxLo/XE=

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:"缓存"`
}