mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-12 02:00:24 +00:00
wfapi 锁问题修复,设置TLS请求为1.2 (#663)
Co-authored-by: GenesisAN <501946815@qq.com>
This commit is contained in:
@@ -81,6 +81,9 @@ func (w *world) refresh(api *wfapi) {
|
||||
|
||||
w.w[2].NextTime = api.CambionCycle.Expiry.Local()
|
||||
w.w[2].IsDay = api.CambionCycle.Active == "fass"
|
||||
for _, t := range w.w {
|
||||
t.Unlock()
|
||||
}
|
||||
}
|
||||
|
||||
// 游戏时间更新
|
||||
|
||||
Reference in New Issue
Block a user