fix(wrangler): 更新图片代理域名配置并清理临时文件
更新wrangler.toml中的图片代理域名配置,从pixiv.re更改为0721030.xyz域名 清理并重建.wrangler/tmp目录下的中间件和检查fetch相关临时文件
This commit is contained in:
@@ -13,8 +13,8 @@ UA_BLACKLIST = "[]"
|
||||
# 示例配置:
|
||||
# VITE_PXIMG_BASEURL_I = "https://i.pixiv.re/"
|
||||
# VITE_PXIMG_BASEURL_S = "https://s.pixiv.re/"
|
||||
VITE_PXIMG_BASEURL_I = "https://i.pixiv.re/"
|
||||
VITE_PXIMG_BASEURL_S = "https://s.pixiv.re/"
|
||||
VITE_PXIMG_BASEURL_I = "https://i.1.0721030.xyz/"
|
||||
VITE_PXIMG_BASEURL_S = "https://s.i.0721030.xyz/"
|
||||
|
||||
[[rules]]
|
||||
type = "ESModule"
|
||||
|
||||
Reference in New Issue
Block a user