mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-04-12 14:40:47 +08:00
docs: update design resources link (#3829)
Co-authored-by: Jiwen Bai <56228105@qq.com>
This commit is contained in:
parent
19b8d84e8f
commit
943530e76f
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
||||
## 贡献
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user