Skip to content

Commit 468cabf

Browse files
authored
fix api (#235)
1 parent 3319f4f commit 468cabf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin/kokomi/kokomi.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
18-
api = "http://8.134.179.136/genshin/"
18+
api = "http://47.93.28.113/genshin/"
1919
)
2020

2121
func init() {

plugin/vtbwife/vtb.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/wdvxdr1123/ZeroBot/message"
1313
)
1414

15-
const url = "http://8.134.179.136/vtbwife?id="
15+
const url = "http://47.93.28.113/vtbwife?id="
1616

1717
func init() { // 插件主体
1818
engine := control.Register("vtbwife", &ctrl.Options[*zero.Ctx]{

0 commit comments

Comments
 (0)