mirror of
https://shylinux.com/x/icebergs
synced 2025-05-12 23:40:15 +08:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b65875c3e5 | ||
![]() |
6c32c58599 |
@ -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
2
go.mod
@ -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
4
go.sum
@ -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=
|
||||
|
@ -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:"缓存"`
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user