mirror of
https://shylinux.com/x/icebergs
synced 2025-04-25 17:18:05 +08:00
8 lines
177 B
Go
8 lines
177 B
Go
package mdb
|
|
|
|
import ice "shylinux.com/x/icebergs"
|
|
|
|
const ENGINE = "engine"
|
|
|
|
func init() { Index.MergeCommands(ice.Commands{ENGINE: {Help: "引擎", Actions: RenderAction()}}) }
|