Files
Sillyv2/core/env.go
T
2021-10-12 09:41:18 +08:00

18 lines
369 B
Go
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
package core
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
// `
// }