From 2412bc1da422c76935a2170381bc109192b7f81f Mon Sep 17 00:00:00 2001 From: chenchun Date: Fri, 8 Nov 2024 13:41:03 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E5=BC=80=E5=A7=8B?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Bbs.Vue3/src/views/start/Index.vue | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/Yi.Bbs.Vue3/src/views/start/Index.vue b/Yi.Bbs.Vue3/src/views/start/Index.vue index e4cc2b56..d3f15dea 100644 --- a/Yi.Bbs.Vue3/src/views/start/Index.vue +++ b/Yi.Bbs.Vue3/src/views/start/Index.vue @@ -16,7 +16,8 @@ const form = reactive({ }); const installText = "> dotnet tool install -g Yi.Abp.Tool"; const cloneText = "> yi-abp clone "; - +const listText="> yi-abp new list "; +const helpText="> yi-abp -h "; const nugetData=reactive({ versions:"0.0.0", downloadNumber:0 @@ -40,7 +41,9 @@ const dbData = [ const typeData = [{ name: '模块', key: 'module', value: 'module' }, -{ name: '模块', key: 'project', value: 'project' }] +{ name: '模块', key: 'module', value: 'module' }, + { name: '模块', key: 'module', value: 'module' }, + { name: '模块', key: 'module', value: 'module' }] const addModuleComputed=computed(()=>{ return `> yi-abp add-module ${form.name}`; @@ -139,6 +142,18 @@ onUnmounted(() => { + +

模板库

+

现在已经支持公开模板库,地址:https://gitee.com/ccnetcore/yi-template

+

每个分支代表一个模板,你可以通过提交pr,或联系管理员上传你自定义的模板

+ +

通过以上命令,可查询当前可用模板

+ + +

帮助

+

更详细的实时帮助,可执行帮助命令

+ +

如还有疑惑,或错误,可在社区对应板块发布问题