refactor: 清理无用配置和优化类型导入

- 移除 wrangler.toml 中未使用的 UA_BLACKLIST 和 USER_AGENT 配置
- 将 zip.vue 中的 TableColumn 类型更新为 DataTableColumns
- 精简 components.d.ts 中未使用的 naive-ui 组件类型声明
This commit is contained in:
2025-10-08 17:03:17 +08:00
parent 30ac5c76be
commit 54a3ee6e9d
3 changed files with 3 additions and 12 deletions

View File

@@ -10,9 +10,7 @@ bucket = "./dist"
# 这些变量都有默认值,可以根据需要自定义
[vars]
# User-Agent 黑名单JSON 数组格式)
UA_BLACKLIST = "[]"
# 自定义 User-Agent可选有默认值
USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0"
# 代理IP配置可选用于绕过Pixiv WAF
PROXY_IP = "ProxyIP.US.CMLiussss.net"
# 自定义图片代理 URL可选默认使用 Pixiv 原始 URL