Files
OpenList-APIPages/package.json
BrandonStudio f021ae7882 feat(driver): Add 115 QR Code (#76)
* Add 115 QR Code

- Refactor QR Code
- Update dev method
- Update dependencies (see PR description for details)

* Remove argument from refreshQRCode

I forget why it appears. Hopefully this patch is correct

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: BrandonStudio <55647556+BrandonStudio@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Pikachu Ren <40362270+PIKACHUIM@users.noreply.github.com>

* Update src/driver/115cloud_qr.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Pikachu Ren <40362270+PIKACHUIM@users.noreply.github.com>

* Update public/static/115qr.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Pikachu Ren <40362270+PIKACHUIM@users.noreply.github.com>

---------

Signed-off-by: BrandonStudio <55647556+BrandonStudio@users.noreply.github.com>
Signed-off-by: Pikachu Ren <40362270+PIKACHUIM@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Pikachu Ren <40362270+PIKACHUIM@users.noreply.github.com>
2026-03-31 19:54:19 +08:00

39 lines
1.1 KiB
JSON

{
"name": "cf-worker-api",
"scripts": {
"dev-js": "tsx watch --include \"public/**\" src/basic.ts",
"build-js": "webpack --mode production",
"deploy-js": "node dist/bundle.js",
"dev-cf": "wrangler dev",
"deploy-cf": "wrangler deploy --minify",
"dev-eo": "edgeone pages dev",
"build-eo": "edgeone pages build",
"deploy-eo": "edgeone pages deploy ./ -n edgeone-hono-app -t ",
"cf-typegen": "wrangler types --env-interface CloudflareBindings"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20250610.0",
"@edgeone/ef-types": "^1.0.5",
"@google-cloud/local-auth": "^2.1.0",
"@hono/node-server": "^1.15.0",
"dotenv": "^17.0.1",
"edgeone": "^1.0.27",
"googleapis": "^105.0.0",
"hono": "^4.8.2",
"hono-alibaba-cloud-fc3-adapter": "^1.0.2",
"http-server": "^14.1.1",
"sweetalert2": "^11.6.13"
},
"devDependencies": {
"@serverless-devs/s": "^3.1.10",
"esbuild": "^0.25.5",
"wrangler": "^4.4.0",
"tsx": "^4.7.1",
"@types/node": "^20.11.17",
"typescript": "^5.8.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"ts-loader": "^9.5.1"
}
}