This commit is contained in:
1-6
2023-07-26 10:10:22 +08:00
parent 88cd60dfcd
commit 58c898aff2
9 changed files with 178 additions and 81 deletions
+4 -1
View File
@@ -28,6 +28,7 @@ func init() {
var processes sync.Map
func initNodePlugins() {
initLanguage()
root := utils.ExecPath + "/plugins"
plugins := []string{root}
os.Mkdir(root, 0755)
@@ -426,5 +427,7 @@ func defaultScript(title string) string {
* @description 🐒这个人很懒什么都没有留下
* @author ` + sillyGirl.GetString("author", "佚名") + `
* @version v1.0.0
*/`
*/
const { sender: s, Bucket, Adapter, sleep } = require("sillygirl");`
}