From 5cd08a769720a4fb9201b1ad1711cb4c26b6a2af Mon Sep 17 00:00:00 2001 From: xingyu Date: Sun, 23 Apr 2023 16:41:23 +0800 Subject: [PATCH] feat: about --- src/views/base/about/index.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/views/base/about/index.vue b/src/views/base/about/index.vue index f4b2ae50..88a5aae4 100644 --- a/src/views/base/about/index.vue +++ b/src/views/base/about/index.vue @@ -5,7 +5,8 @@ {{ name }} 基于Vue3.0、Vite、 Ant-Design-Vue 、TypeScript - 的后台解决方案,目标是为中大型项目开发,提供现成的开箱解决方案及丰富的示例,原则上不会限制任何代码用于商用。 + 的后台解决方案,目标是为中大型项目开发,提供现成的开箱解决方案及丰富的示例,原则上不会限制任何代码用于商用。
+ 同时,我们也提供外包服务
@@ -56,6 +57,11 @@ const infoSchema: DescItem[] = [ label: 'Github', field: 'github', render: commonLinkRender('Github') + }, + { + label: '外包服务', + field: 'outsourcing', + render: commonLinkRender('外包服务') } ] @@ -64,7 +70,8 @@ const infoData = { lastBuildTime, doc: DOC_URL, preview: SITE_URL, - github: GITHUB_URL + github: GITHUB_URL, + outsourcing: SITE_URL } Object.keys(dependencies).forEach((key) => {