Add terminal update announcements

This commit is contained in:
2569718930@qq.com
2026-06-07 00:04:08 +08:00
parent a40b1ba137
commit 3951735259
11 changed files with 648 additions and 31 deletions
+1
View File
@@ -37,6 +37,7 @@ function isPublicApi(pathname: string) {
pathname === "/api/payments/config" ||
pathname === "/api/scan/terminal" ||
pathname === "/api/system/status" ||
pathname === "/api/system/update-announcement" ||
pathname === "/api/vitals" ||
/^\/api\/city\/[^/]+$/i.test(pathname) ||
/^\/api\/city\/[^/]+\/summary$/i.test(pathname) ||