From 4ad1b7539371cfd32510762da0bb066f622a7597 Mon Sep 17 00:00:00 2001 From: free pan Date: Thu, 15 Dec 2022 23:07:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Evue3-ui-lib=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.ts b/src/index.ts index d05cebf..8497ed2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -36,6 +36,10 @@ const repositoryList: Record = { 'vitepress-doc': { downloadUrl: 'https://gitcode.net/pzy_666/front-project-template/-/raw/master/zip/vitepress-doc.zip?inline=false', desc: '用于编写文档的vitepress模板', +}, +'vue3-ui-lib':{ + downloadUrl: 'https://gitcode.net/pzy_666/front-project-template/-/raw/master/zip/vue3-ui-lib.zip?inline=false', + desc: '用于编写 vue3 ui 组件', } } -- GitLab