feat: about

pull/4/head
xingyu 2023-04-23 16:41:23 +08:00
parent a84f9e789b
commit 5cd08a7697
1 changed files with 9 additions and 2 deletions

View File

@ -5,7 +5,8 @@
<span class="flex-1"> <span class="flex-1">
<a :href="GITHUB_URL" target="_blank">{{ name }}</a> <a :href="GITHUB_URL" target="_blank">{{ name }}</a>
基于Vue3.0Vite Ant-Design-Vue TypeScript 基于Vue3.0Vite Ant-Design-Vue TypeScript
的后台解决方案目标是为中大型项目开发,提供现成的开箱解决方案及丰富的示例,原则上不会限制任何代码用于商用 的后台解决方案目标是为中大型项目开发,提供现成的开箱解决方案及丰富的示例,原则上不会限制任何代码用于商用<br />
同时我们也提供<a :href="SITE_URL" target="_blank">外包服务</a>
</span> </span>
</div> </div>
</template> </template>
@ -56,6 +57,11 @@ const infoSchema: DescItem[] = [
label: 'Github', label: 'Github',
field: 'github', field: 'github',
render: commonLinkRender('Github') render: commonLinkRender('Github')
},
{
label: '外包服务',
field: 'outsourcing',
render: commonLinkRender('外包服务')
} }
] ]
@ -64,7 +70,8 @@ const infoData = {
lastBuildTime, lastBuildTime,
doc: DOC_URL, doc: DOC_URL,
preview: SITE_URL, preview: SITE_URL,
github: GITHUB_URL github: GITHUB_URL,
outsourcing: SITE_URL
} }
Object.keys(dependencies).forEach((key) => { Object.keys(dependencies).forEach((key) => {