From cdc06c9e5ea2e853aeafd9abd2a339bca08f4d30 Mon Sep 17 00:00:00 2001 From: aaron Date: Thu, 4 Jul 2024 19:45:43 +0800 Subject: [PATCH 1/2] Update themes.ts, add theme Rich A Slidev theme that offers rich UI components and stunning visual effects --- docs/.vitepress/themes.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/.vitepress/themes.ts b/docs/.vitepress/themes.ts index ac55f4f7ff..972614dcb3 100644 --- a/docs/.vitepress/themes.ts +++ b/docs/.vitepress/themes.ts @@ -490,6 +490,30 @@ export const community: ThemeInfo[] = [ 'cool', ], }, + { + id: 'slidev-theme-rich', + name: 'Rich', + description: 'A Slidev theme that offers rich UI components and stunning visual effects.', + author: { + name: 'Aaron Yang', + link: 'https://github.com/zillionare', + }, + repo: 'https://github.com/zillionare/slidev-theme-rich', + previews: [ + 'https://images.jieyu.ai/images/2024/07/cover.gif', + 'https://images.jieyu.ai/images/2024/07/mockup-device.gif', + 'https://images.jieyu.ai/images/2024/07/markmap.gif', + 'https://images.jieyu.ai/images/2024/07/soartext.gif', + 'https://images.jieyu.ai/images/2024/07/timeline.gif' + ], + tags: [ + 'light', + 'markmap', + 'timeline', + 'animation', + 'mockup' + ], + }, // Add yours here! { id: '', From cb3d59a04f3aadbef4ec34c629deb2e7ab61d263 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 12:56:54 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- docs/.vitepress/themes.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/themes.ts b/docs/.vitepress/themes.ts index 972614dcb3..a55bd3af9d 100644 --- a/docs/.vitepress/themes.ts +++ b/docs/.vitepress/themes.ts @@ -504,14 +504,14 @@ export const community: ThemeInfo[] = [ 'https://images.jieyu.ai/images/2024/07/mockup-device.gif', 'https://images.jieyu.ai/images/2024/07/markmap.gif', 'https://images.jieyu.ai/images/2024/07/soartext.gif', - 'https://images.jieyu.ai/images/2024/07/timeline.gif' + 'https://images.jieyu.ai/images/2024/07/timeline.gif', ], tags: [ 'light', 'markmap', 'timeline', 'animation', - 'mockup' + 'mockup', ], }, // Add yours here!