mirror of
https://shylinux.com/x/icebergs
synced 2025-04-27 01:48:27 +08:00
10 lines
182 B
Go
10 lines
182 B
Go
package mdb
|
|
|
|
import (
|
|
ice "shylinux.com/x/icebergs"
|
|
)
|
|
|
|
const PLUGIN = "plugin"
|
|
|
|
func init() { Index.MergeCommands(ice.Commands{PLUGIN: {Help: "插件", Actions: RenderAction()}}) }
|