This commit is contained in:
cdle
2021-10-12 09:41:18 +08:00
parent c54107e465
commit 3b8105c992
+12 -15
View File
@@ -1,20 +1,17 @@
package core
import "fmt"
var env = NewBucket("env")
func init() {
// var xa = `https://jintia.jintias.cn/api/xatx.php?msg={{1}}`
// replies := []string{
// `你是,(.*)=>你好,我是{{1}}。`,
// `(小爱\S*)=>gjson(req(xa,1), text)`,
// }
// fmt.Println(replies)
var template = `
var content = {{1}}
var data = request
// func init() {
// // var xa = `https://jintia.jintias.cn/api/xatx.php?msg={{1}}`
// // replies := []string{
// // `你是,(.*)=>你好,我是{{1}}。`,
// // `(小爱\S*)=>gjson(req(xa,1), text)`,
// // }
// // fmt.Println(replies)
// var template = `
// var content = {{1}}
// var data = request
`
fmt.Println(template)
}
// `
// }