From ca3fa9ffc36f0ab888eb6548278397fc1e8720fb Mon Sep 17 00:00:00 2001 From: DIYgod Date: Mon, 13 Apr 2026 09:43:21 +0800 Subject: [PATCH] feat: expose ota version badges --- README.md | 10 +- apps/ota/src/__tests__/sync.test.ts | 203 +++++++++++++++++++++++++++- apps/ota/src/index.ts | 2 + apps/ota/src/lib/constants.ts | 1 + apps/ota/src/lib/kv.ts | 21 +++ apps/ota/src/lib/sync.ts | 38 +++++- apps/ota/src/routes/versions.ts | 67 +++++++++ 7 files changed, 336 insertions(+), 6 deletions(-) create mode 100644 apps/ota/src/routes/versions.ts diff --git a/README.md b/README.md index bae550000..244061224 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,12 @@
- - - - + + + + + +