feat: add custom folder

This commit is contained in:
源文雨
2024-11-01 14:55:01 +09:00
parent 7c5a17761e
commit f5e1c197dd
4 changed files with 9 additions and 0 deletions

4
custom/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
!.gitignore
!doc.go
!plugin
*

2
custom/doc.go Normal file
View File

@@ -0,0 +1,2 @@
// Package custom 注册用户自定义插件于此
package custom

2
custom/plugin/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
!.gitignore
*