diff --git a/plugin_acgimage/classify.go b/plugin_acgimage/classify.go index 5c5ea40d70..c15e15b5da 100644 --- a/plugin_acgimage/classify.go +++ b/plugin_acgimage/classify.go @@ -23,7 +23,7 @@ const ( var ( botpath, _ = os.Getwd() datapath = botpath + "/data/acgimage/" - cacheuri = "file:///" + datapath + "cache" + cacheuri = "file:/" + datapath + "cache" // r18有一定保护,一般不会发出图片 randapi = "&loli=true&r18=true" msgof = make(map[int64]int64)