Skip to content

Commit

Permalink
feat: add custom folder
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Nov 1, 2024
1 parent 7c5a177 commit f5e1c19
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
!.gitignore
!doc.go
!plugin
*
2 changes: 2 additions & 0 deletions custom/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Package custom 注册用户自定义插件于此
package custom
2 changes: 2 additions & 0 deletions custom/plugin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!.gitignore
*
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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" // 随机老婆
Expand Down

0 comments on commit f5e1c19

Please sign in to comment.