From 1f504dec696f0f26247abffd782ae86f9a086ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E9=9B=BE=E4=B8=89=E8=AF=AD?= <32354856+baiwusanyu-c@users.noreply.github.com> Date: Wed, 16 Aug 2023 20:47:48 +0800 Subject: [PATCH 1/2] docs: add ikun-ui --- src/lib/stars.json | 1 + src/routes/components/components.json | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/src/lib/stars.json b/src/lib/stars.json index 3de56f7e0..41064e9ca 100755 --- a/src/lib/stars.json +++ b/src/lib/stars.json @@ -119,6 +119,7 @@ "himynameisdave/svelte-flex": 72, "himynameisdave/svelte-frappe-charts": 282, "hperrin/svelte-material-ui": 3089, + "kun-svelte/ikun-ui": 653, "idleberg/sveltekit-adapter-html-like": 16, "illright/attractions": 919, "importantimport/urara": 434, diff --git a/src/routes/components/components.json b/src/routes/components/components.json index 7bd0cc6c7..2b4bc0c88 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -853,6 +853,16 @@ "title": "svelte-material-ui", "url": "https://github.com/hperrin/svelte-material-ui" }, + { + "addedOn": "2020-09-29T14:39:13Z", + "category": "Design System", + "description": "A Svelte.js based UnoCSS UI library that allows you to make websites", + "npm": "@ikun-ui/core", + "stars": 650, + "tags": ["components and libraries", "component sets"], + "title": "ikun-ui", + "url": "https://github.com/ikun-svelte/ikun-ui" + }, { "addedOn": "2020-09-29T14:39:13Z", "category": "Design System", From c6fb9f5ad4997ab40e27e9a31df4f0fb7bd1788f Mon Sep 17 00:00:00 2001 From: baiwusanyu-c <740132583@qq.com> Date: Thu, 17 Aug 2023 09:21:45 +0800 Subject: [PATCH 2/2] docs: updated code --- src/lib/stars.json | 2 +- src/routes/components/components.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/stars.json b/src/lib/stars.json index 41064e9ca..8401c55c8 100755 --- a/src/lib/stars.json +++ b/src/lib/stars.json @@ -119,7 +119,7 @@ "himynameisdave/svelte-flex": 72, "himynameisdave/svelte-frappe-charts": 282, "hperrin/svelte-material-ui": 3089, - "kun-svelte/ikun-ui": 653, + "ikun-svelte/ikun-ui": 653, "idleberg/sveltekit-adapter-html-like": 16, "illright/attractions": 919, "importantimport/urara": 434, diff --git a/src/routes/components/components.json b/src/routes/components/components.json index 2b4bc0c88..55b4de67f 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -858,10 +858,9 @@ "category": "Design System", "description": "A Svelte.js based UnoCSS UI library that allows you to make websites", "npm": "@ikun-ui/core", - "stars": 650, "tags": ["components and libraries", "component sets"], "title": "ikun-ui", - "url": "https://github.com/ikun-svelte/ikun-ui" + "repository": "https://github.com/ikun-svelte/ikun-ui" }, { "addedOn": "2020-09-29T14:39:13Z",