From 90c869cf5f048d443b0e752b0df75bcc57504ab0 Mon Sep 17 00:00:00 2001 From: dongjiang Date: Tue, 30 Jun 2026 17:02:52 +0800 Subject: [PATCH 1/3] add huggingface and modelscope link Signed-off-by: dongjiang --- .cache/project-stats.json | 26 +++++++++++++------------- src/components/widgets/Footer.astro | 9 +++++++-- src/navigation.ts | 23 ++++++++++++++++------- 3 files changed, 36 insertions(+), 22 deletions(-) diff --git a/.cache/project-stats.json b/.cache/project-stats.json index 353d817..b753b43 100644 --- a/.cache/project-stats.json +++ b/.cache/project-stats.json @@ -1,40 +1,40 @@ { - "updated_at": "2026-06-29T19:52:07.480Z", + "updated_at": "2026-06-30T08:52:30.822Z", "repos": { "iflytek/astron-agent": { - "stars": 8586, + "stars": 8584, "forks": 857, - "updated_at": "2026-06-29T19:52:05.502Z" + "updated_at": "2026-06-30T08:52:28.383Z" }, "iflytek/astron-rpa": { - "stars": 5188, + "stars": 5190, "forks": 582, - "updated_at": "2026-06-29T19:52:05.828Z" + "updated_at": "2026-06-30T08:52:28.542Z" }, "iflytek/astronclaw-tutorial": { "stars": 411, "forks": 44, - "updated_at": "2026-06-29T19:52:06.142Z" + "updated_at": "2026-06-30T08:52:28.850Z" }, "harnessclaw/harnessclaw-engine": { "stars": 266, "forks": 91, - "updated_at": "2026-06-29T19:52:06.475Z" + "updated_at": "2026-06-30T08:52:29.401Z" }, "harnessclaw/harnessclaw": { "stars": 322, - "forks": 83, - "updated_at": "2026-06-29T19:52:06.815Z" + "forks": 84, + "updated_at": "2026-06-30T08:52:30.444Z" }, "iflytek/iFly-Skills": { "stars": 192, "forks": 24, - "updated_at": "2026-06-29T19:52:07.144Z" + "updated_at": "2026-06-30T08:52:30.565Z" }, "iflytek/skillhub": { - "stars": 3624, - "forks": 536, - "updated_at": "2026-06-29T19:52:07.480Z" + "stars": 3632, + "forks": 537, + "updated_at": "2026-06-30T08:52:30.822Z" } } } \ No newline at end of file diff --git a/src/components/widgets/Footer.astro b/src/components/widgets/Footer.astro index 9f66941..afb0969 100644 --- a/src/components/widgets/Footer.astro +++ b/src/components/widgets/Footer.astro @@ -9,6 +9,7 @@ interface Link { href?: string; ariaLabel?: string; icon?: string; + iconHtml?: string; } interface Links { @@ -92,7 +93,7 @@ const { socialLinks = [], secondaryLinks = [], links = [], footNote = '', theme { socialLinks?.length ? (