mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-20 14:30:10 +08:00
Update tl.go
This commit is contained in:
parent
1304611ab7
commit
34bc8e3a3c
@ -1,3 +1,4 @@
|
|||||||
|
// Package translation 翻译
|
||||||
package translation
|
package translation
|
||||||
|
|
||||||
import (
|
import (
|
||||||
@ -18,7 +19,7 @@ import (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
prio = 100
|
prio = 100
|
||||||
bucket = rate.NewManager(time.Minute, 20) // 接口回复
|
bucket = rate.NewManager(time.Minute, 20) // 接口回复
|
||||||
)
|
)
|
||||||
|
|
||||||
func tl(d string) ([]byte, error) {
|
func tl(d string) ([]byte, error) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user