mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-18 20:50:12 +08:00
feat: add custom folder
This commit is contained in:
parent
7c5a17761e
commit
f5e1c197dd
4
custom/.gitignore
vendored
Normal file
4
custom/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
!.gitignore
|
||||
!doc.go
|
||||
!plugin
|
||||
*
|
||||
2
custom/doc.go
Normal file
2
custom/doc.go
Normal file
@ -0,0 +1,2 @@
|
||||
// Package custom 注册用户自定义插件于此
|
||||
package custom
|
||||
2
custom/plugin/.gitignore
vendored
Normal file
2
custom/plugin/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
!.gitignore
|
||||
*
|
||||
1
main.go
1
main.go
@ -62,6 +62,7 @@ import (
|
||||
// vvvvvvvvvvvvvv //
|
||||
// vvvv //
|
||||
|
||||
_ "github.com/FloatTech/ZeroBot-Plugin/custom" // 自定义插件合集
|
||||
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/ahsai" // ahsai tts
|
||||
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/aifalse" // 服务器监控
|
||||
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/aiwife" // 随机老婆
|
||||
|
||||
Loading…
Reference in New Issue
Block a user