1
0
forked from x/icebergs
icebergs/base/mdb/engine.go
2022-11-25 21:05:10 +08:00

10 lines
182 B
Go

package mdb
import (
ice "shylinux.com/x/icebergs"
)
const ENGINE = "engine"
func init() { Index.MergeCommands(ice.Commands{ENGINE: {Help: "引擎", Actions: RenderAction()}}) }