mirror of
https://wget.la/https://github.com/Wxw-Gu/WechatExplorer
synced 2026-08-17 03:27:00 +08:00
补充 Cloudflare Worker、R2 存储、微信 JS-SDK 签名与上传鉴权 增加自动部署 Skill 和配置引导文档 优化报告工具栏、微信卡片弹窗及窄屏响应式布局 补充 Worker 鉴权、卡片生成、过期清理与安全转义测试
26 lines
522 B
JSON
26 lines
522 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "wechatexplorer-share-card",
|
|
"main": "src/index.js",
|
|
"compatibility_date": "2026-07-23",
|
|
"routes": [
|
|
{
|
|
"pattern": "share.example.com",
|
|
"custom_domain": true
|
|
}
|
|
],
|
|
"r2_buckets": [
|
|
{
|
|
"binding": "REPORTS",
|
|
"bucket_name": "wechatexplorer-share-reports"
|
|
}
|
|
],
|
|
"triggers": {
|
|
"crons": ["17 3 * * *"]
|
|
},
|
|
"vars": {
|
|
"PUBLIC_ORIGIN": "https://share.example.com",
|
|
"DEFAULT_EXPIRY_DAYS": "7"
|
|
}
|
|
}
|