From 4289d5fe027d8f3a375c5c1831a9b48a6a0dbeaa Mon Sep 17 00:00:00 2001 From: ridemountainpig Date: Thu, 2 Apr 2026 09:14:21 +0800 Subject: [PATCH] feature: add @flightcn registry --- apps/v4/public/r/registries.json | 6 ++++++ apps/v4/registry/directory.json | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index cc3be560dd..a7f0014401 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -239,6 +239,12 @@ "url": "https://formcn.dev/r/{name}.json", "description": "Build production-ready forms with a few clicks using shadcn components and modern tools." }, + { + "name": "@flightcn", + "homepage": "https://flightcn.yencheng.dev", + "url": "https://flightcn.yencheng.dev/r/{name}.json", + "description": "Flight routes on interactive maps with great-circle arcs, airport markers, multi-leg journeys, and optional animation, built for mapcn." + }, { "name": "@gaia", "homepage": "https://ui.heygaia.io", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 45eac876d3..89f8f9719c 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -279,6 +279,13 @@ "description": "Build production-ready forms with a few clicks using shadcn components and modern tools.", "logo": "" }, + { + "name": "@flightcn", + "homepage": "https://flightcn.yencheng.dev", + "url": "https://flightcn.yencheng.dev/r/{name}.json", + "description": "Flight routes on interactive maps with great-circle arcs, airport markers, multi-leg journeys, and optional animation, built for mapcn.", + "logo": "" + }, { "name": "@gaia", "homepage": "https://ui.heygaia.io",