docs: update design resources link (#3829)

Co-authored-by: Jiwen Bai <56228105@qq.com>
This commit is contained in:
Mr.Bai 2022-10-08 20:13:09 +08:00 committed by GitHub
parent 19b8d84e8f
commit 943530e76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 10 deletions

View File

@ -70,7 +70,7 @@ Naive UI recommends using [xicons](https://www.xicons.org) as icon library.
### Design Resources
[Naive UI (Sketch)](https://naive-ui.oss-accelerate.aliyuncs.com/NaiveUI-Design-Library%28Square-Corner%29.sketch).
[Naive UI (Sketch)](https://naive-ui.oss-accelerate.aliyuncs.com/NaiveUI-Design-Library-en-US.sketch).
## Contributing

View File

@ -72,7 +72,7 @@ naive-ui 建议使用 [xicons](https://www.xicons.org) 作为图标库。
### 设计资源
[Naive UI (Sketch)](https://naive-ui.oss-accelerate.aliyuncs.com/NaiveUI-Design-Library%28Square-Corner%29.sketch)
[Naive UI (Sketch)](https://naive-ui.oss-accelerate.aliyuncs.com/NaiveUI-Design-Library-zh-CN.sketch)
## 贡献

View File

@ -35,7 +35,7 @@ naive-ui recommends using [xicons](https://www.xicons.org) as icon library.
<template #footer>
<n-button
tag="a"
href="https://naive-ui.oss-accelerate.aliyuncs.com/NaiveUI-Design-Library%28Square-Corner%29.sketch"
href="https://naive-ui.oss-accelerate.aliyuncs.com/NaiveUI-Design-Library-en-US.sketch"
text
target="_blank"
icon-placement="right"

View File

@ -35,7 +35,7 @@ naive-ui 建议使用 [xicons](https://www.xicons.org) 作为图标库。
<template #footer>
<n-button
tag="a"
href="https://naive-ui.oss-accelerate.aliyuncs.com/NaiveUI-Design-Library%28Square-Corner%29.sketch"
href="https://naive-ui.oss-accelerate.aliyuncs.com/NaiveUI-Design-Library-zh-CN.sketch"
text
target="_blank"
icon-placement="right"

View File

@ -11,12 +11,7 @@
<n-text depth="1" class="col-header">
{{ t('resources') }}
</n-text>
<n-button
text
tag="a"
href="https://naive-ui.oss-accelerate.aliyuncs.com/NaiveUI-Design-Library%28Square-Corner%29.sketch"
download
>
<n-button text tag="a" :href="t('sketchLink')" download>
{{ t('designResources') }}
</n-button>
<n-button text tag="a" target="_blank" href="https://www.xicons.org">
@ -129,6 +124,8 @@ export default defineComponent({
dingTalkGroupChat: '钉钉交流群',
memberLimitReached: '(已满)',
reportBug: '报告 Bug',
sketchLink:
'https://naive-ui.oss-accelerate.aliyuncs.com/NaiveUI-Design-Library-zh-CN.sketch',
joinUsLink: 'https://app.mokahr.com/campus_apply/tusenweilai/3232#/'
},
'en-US': {
@ -147,6 +144,8 @@ export default defineComponent({
dingTalkGroupChat: 'DingTalk Group Chat',
memberLimitReached: '(Member limit reached)',
reportBug: 'Report Bug',
sketchLink:
'https://naive-ui.oss-accelerate.aliyuncs.com/NaiveUI-Design-Library-en-US.sketch',
joinUsLink:
'https://boards.greenhouse.io/tusimplerelocationjobs/jobs/5137805002?gh_src=7908a9242us'
}