1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00
icebergs/base/mdb/engine.go
2022-11-24 13:24:09 +08:00

12 lines
183 B
Go

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