feat: 实现基于 Cloudflare Worker 的 WPS 表单数据转发至 GoToSocial 功能

This commit is contained in:
2026-01-20 11:16:00 +08:00
commit 2d3be3e2af
4 changed files with 317 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "wps-gotosocial-bot",
"version": "1.0.0",
"description": "WPS表单数据推送到GoToSocial的Cloudflare Worker",
"main": "src/worker.js",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy",
"tail": "wrangler tail"
},
"devDependencies": {
"wrangler": "^3.0.0"
}
}