mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 17:44:05 +08:00
12 lines
219 B
Go
12 lines
219 B
Go
package mdb
|
|
|
|
import (
|
|
ice "shylinux.com/x/icebergs"
|
|
)
|
|
|
|
const ENGINE = "engine"
|
|
|
|
func init() {
|
|
Index.MergeCommands(ice.Commands{ENGINE: {Name: "engine type name text auto", Help: "引擎", Actions: RenderAction()}})
|
|
}
|