x
This commit is contained in:
@@ -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");`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user