From e414b8d4982fad572da8803b6a2c84edd570a01e Mon Sep 17 00:00:00 2001 From: godkun Date: Fri, 4 Nov 2022 20:59:05 +0800 Subject: [PATCH] docs: add slidev ppt template with naive-ui (#97) --- .vitepress/showcases.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.vitepress/showcases.ts b/.vitepress/showcases.ts index 43b35266..80db948e 100644 --- a/.vitepress/showcases.ts +++ b/.vitepress/showcases.ts @@ -143,6 +143,17 @@ export const showcases: ShowCaseInfo[] = [ cover: 'https://raw.githubusercontent.com/alstn2468/2022-jsconf-presentation/main/public/images/og.png', datetime: '2022-09-16', }, + { + title: 'Blazing slidev ppt template with naive-ui', + author: { + name: 'godkun', + }, + at: 'personal sharing', + slidesLink: 'https://ppt.godkun.top', + sourceLink: 'https://github.com/godkun/ppt-template', + cover: 'https://github.com/godkun/ppt-template/raw/main/public/show.gif', + datetime: '2022-10-24', + }, // Add yours here! { title: 'Yours?',