From 7a2a37801adb334b55de822a4e9f6c49f9b85806 Mon Sep 17 00:00:00 2001 From: aaron yang Date: Thu, 4 Jul 2024 20:08:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs:=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=96=87=E6=A1=A3=EF=BC=8C=E6=B7=BB=E5=8A=A0github=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-cn.md | 4 +++- README.md | 6 ++++-- package.json | 8 +++++++- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README-cn.md b/README-cn.md index e11a1bb..0ecb969 100644 --- a/README-cn.md +++ b/README-cn.md @@ -1,6 +1,8 @@ # Slidev-theme-rich -[English](README.md) [Live demo](https://zillionare.github.io/slidev-theme-rich/) +[English](README.md) +▶️▶️[Live demo](https://zillionare.github.io/slidev-theme-rich/) +[Github](https://github.com/zillionare/slidev-theme-rich) [![NPM version](https://img.shields.io/npm/v/slidev-theme-rich?color=3AB9D4&label=)](https://www.npmjs.com/package/slidev-theme-rich) diff --git a/README.md b/README.md index 30baf25..cfc2894 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # slidev-theme-rich -[中文文档](README-cn.md) [Live demo](https://zillionare.github.io/slidev-theme-rich/) +[中文文档](https://github.com/zillionare/slidev-theme-rich/blob/main/README-cn.md) +[Live demo](https://zillionare.github.io/slidev-theme-rich/) +[Github](https://github.com/zillionare/slidev-theme-rich) [![NPM version](https://img.shields.io/npm/v/slidev-theme-rich?color=3AB9D4&label=)](https://www.npmjs.com/package/slidev-theme-rich) @@ -19,7 +21,7 @@ A Slidev theme that offers rich UI components and stunning visual effects. The f * [Animation](#animated-css) ![](https://images.jieyu.ai/images/2024/07/cover.gif) -![alt text](https://images.jieyu.ai/images/2024/07/mockup-device.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) diff --git a/package.json b/package.json index b9eedba..e9d75ff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,11 @@ { "name": "slidev-theme-rich", - "version": "0.2.0", + "version": "0.2.2", "type": "module", + "description": "A Slidev theme that offers rich UI components and stunning visual effects. ", + "documentaion":{ + "zh": "README-cn.md" + }, "keywords": [ "slidev-theme", "slidev", @@ -9,6 +13,8 @@ "animate-css", "markdown admonition", "markmap", + "timeline", + "vue3", "device mockup" ], "engines": {