From db1960599670a88eb2fcb5b104f90962ec032f2a Mon Sep 17 00:00:00 2001 From: Tham Kei Lok <78125781+keiloktql@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:44:24 +0800 Subject: [PATCH] feat: add @8starlabs-ui to directory.json and registries.json (#8976) --- apps/v4/public/r/registries.json | 1 + apps/v4/registry/directory.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 70a3f61e83..402cce0b6d 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1,5 +1,6 @@ { "@8bitcn": "https://8bitcn.com/r/{name}.json", + "@8starlabs-ui": "https://ui.8starlabs.com/r/{name}.json", "@97cn": "https://97cn.itzik.co/r/{name}.json", "@abstract": "https://build.abs.xyz/r/{name}/json", "@abui": "https://abui.io/r/{name}.json", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index a50e9b8d78..a59ea945c1 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -6,6 +6,13 @@ "description": "A set of 8-bit styled retro components. Works with your favorite frameworks. Open Source. Open Code.", "logo": "" }, + { + "name": "@8starlabs-ui", + "homepage": "https://ui.8starlabs.com", + "url": "https://ui.8starlabs.com/r/{name}.json", + "description": "A set of beautifully designed components designed for developers who want niche, high-utility UI elements that you won't find in standard libraries.", + "logo": " " + }, { "name": "@abui", "homepage": "https://abui.io",