fix(wrangler): 更新图片代理域名配置并清理临时文件

更新wrangler.toml中的图片代理域名配置,从pixiv.re更改为0721030.xyz域名
清理并重建.wrangler/tmp目录下的中间件和检查fetch相关临时文件
This commit is contained in:
2025-10-08 16:29:27 +08:00
parent 32956bad14
commit bc351f5d48
6 changed files with 13 additions and 13 deletions

View File

@@ -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"