From 172f6626c0f9428b52a28a1b4c05acbfef80c708 Mon Sep 17 00:00:00 2001 From: shuaiplus <2327005759@qq.com> Date: Fri, 27 Feb 2026 22:07:37 +0800 Subject: [PATCH] feat: add QR code generation support and rate limiting for known device probes --- public/index.html | 2 +- public/web/main.js | 23 +++++++++++++++++++-- public/web/runtime-config.js | 14 ++++++++++++- public/web/styles.css | 25 ++++++++++++++++++++++- public/web/vendor/qrcode-generator.min.js | 1 + src/config/limits.ts | 3 +++ src/router.ts | 7 +++++++ src/services/ratelimit.ts | 11 ++++++++++ 8 files changed, 81 insertions(+), 5 deletions(-) create mode 100644 public/web/vendor/qrcode-generator.min.js diff --git a/public/index.html b/public/index.html index 4b4f505..7b1ecd6 100644 --- a/public/index.html +++ b/public/index.html @@ -8,7 +8,7 @@
+