mirror of https://github.com/ElemeFE/element
docs: update readme and website example links (#22642)
Co-authored-by: ly321100 <ly321100@alibaba-inc.com>pull/22651/head
parent
9640d0fb70
commit
3eeaea5981
|
@ -42,6 +42,8 @@ Element will stay with Vue 2.x
|
||||||
|
|
||||||
For Vue 3.0, we recommend using [Element Plus](https://github.com/element-plus/element-plus)(Element Plus is a community develop project)
|
For Vue 3.0, we recommend using [Element Plus](https://github.com/element-plus/element-plus)(Element Plus is a community develop project)
|
||||||
|
|
||||||
|
For MiniProgram development, we recommend using [MorJS](https://github.com/eleme/morjs)
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
- Homepage and documentation
|
- Homepage and documentation
|
||||||
- [International users](http://element.eleme.io/#/en-US)
|
- [International users](http://element.eleme.io/#/en-US)
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
<a :href="'/#/' + lang + '/component/custom-theme'" class="footer-main-link" target="_blank">{{ langConfig.theme }}</a>
|
<a :href="'/#/' + lang + '/component/custom-theme'" class="footer-main-link" target="_blank">{{ langConfig.theme }}</a>
|
||||||
<a href="https://github.com/elemefe/element-react" class="footer-main-link" target="_blank">Element-React</a>
|
<a href="https://github.com/elemefe/element-react" class="footer-main-link" target="_blank">Element-React</a>
|
||||||
<a href="https://github.com/ElemeFE/element-angular" class="footer-main-link" target="_blank">Element-Angular</a>
|
<a href="https://github.com/ElemeFE/element-angular" class="footer-main-link" target="_blank">Element-Angular</a>
|
||||||
|
<a href="https://github.com/eleme/morjs" class="footer-main-link" target="_blank">MorJS</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-main">
|
<div class="footer-main">
|
||||||
<h4>{{ langConfig.community }}</h4>
|
<h4>{{ langConfig.community }}</h4>
|
||||||
|
@ -27,8 +28,17 @@
|
||||||
width="120"
|
width="120"
|
||||||
popper-class="footer-popover"
|
popper-class="footer-popover"
|
||||||
trigger="hover">
|
trigger="hover">
|
||||||
<div class="footer-popover-title">{{ langConfig.eleme }} UED</div>
|
<div class="footer-popover-title">{{ langConfig.elemeTech }}</div>
|
||||||
<img src="../assets/images/qrcode.png" alt="">
|
<img src="https://gw.alicdn.com/imgextra/i4/O1CN01dBDgJP1t4R3qikGBP_!!6000000005848-0-tps-344-344.jpg" alt="">
|
||||||
|
</el-popover>
|
||||||
|
<el-popover
|
||||||
|
ref="weixin"
|
||||||
|
placement="top"
|
||||||
|
width="120"
|
||||||
|
popper-class="footer-popover"
|
||||||
|
trigger="hover">
|
||||||
|
<div class="footer-popover-title">{{ langConfig.elemeDesign }}</div>
|
||||||
|
<img src="https://gw.alicdn.com/imgextra/i4/O1CN015ha1O71yg3g1QaKEi_!!6000000006607-0-tps-1280-1280.jpg" alt="">
|
||||||
</el-popover>
|
</el-popover>
|
||||||
<i class="doc-icon-weixin elementdoc" v-popover:weixin></i>
|
<i class="doc-icon-weixin elementdoc" v-popover:weixin></i>
|
||||||
<a href="https://github.com/elemefe" target="_blank">
|
<a href="https://github.com/elemefe" target="_blank">
|
||||||
|
|
|
@ -284,8 +284,10 @@
|
||||||
<div class="headerWrapper">
|
<div class="headerWrapper">
|
||||||
<div id="v3-banner" v-if="isHome">
|
<div id="v3-banner" v-if="isHome">
|
||||||
<template v-if="lang === 'zh-CN'">
|
<template v-if="lang === 'zh-CN'">
|
||||||
您正在浏览基于 Vue 2.x 的 Element UI 文档;
|
您正在浏览基于 Vue 2.x 的文档;
|
||||||
<a href="https://element-plus.org/#/zh-CN">点击这里</a> 查看 Vue 3.x 的升级版本
|
<a href="https://element-plus.org/#/zh-CN">点击查看 Vue 3.x 版本。</a>
|
||||||
|
饿了么开源了自研多端框架 MorJS,
|
||||||
|
<a href="https://github.com/eleme/morjs">欢迎点击查看或试用 👏🏻</a>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
You’re browsing the documentation of Element UI for Vue 2.x version.
|
You’re browsing the documentation of Element UI for Vue 2.x version.
|
||||||
|
|
|
@ -18,7 +18,9 @@
|
||||||
"starter": "脚手架",
|
"starter": "脚手架",
|
||||||
"feedback": "反馈建议",
|
"feedback": "反馈建议",
|
||||||
"contribution": "贡献指南",
|
"contribution": "贡献指南",
|
||||||
"eleme": "饿了么"
|
"eleme": "饿了么",
|
||||||
|
"elemeTech": "饿了么技术",
|
||||||
|
"elemeDesign": "饿了么设计"
|
||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"guide": "指南",
|
"guide": "指南",
|
||||||
|
@ -49,7 +51,9 @@
|
||||||
"starter": "Starter kit",
|
"starter": "Starter kit",
|
||||||
"feedback": "Feedback",
|
"feedback": "Feedback",
|
||||||
"contribution": "Contribution",
|
"contribution": "Contribution",
|
||||||
"eleme": "Eleme"
|
"eleme": "Eleme",
|
||||||
|
"elemeTech": "Eleme Tech",
|
||||||
|
"elemeDesign": "Eleme Design"
|
||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"guide": "Guide",
|
"guide": "Guide",
|
||||||
|
@ -80,7 +84,9 @@
|
||||||
"starter": "Kit de inicio",
|
"starter": "Kit de inicio",
|
||||||
"feedback": "Comentarios",
|
"feedback": "Comentarios",
|
||||||
"contribution": "Contribución",
|
"contribution": "Contribución",
|
||||||
"eleme": "Eleme"
|
"eleme": "Eleme",
|
||||||
|
"elemeTech": "Eleme Tecnología",
|
||||||
|
"elemeDesign": "Eleme Diseño"
|
||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"guide": "Guía",
|
"guide": "Guía",
|
||||||
|
@ -111,7 +117,9 @@
|
||||||
"starter": "Kit de démarrage",
|
"starter": "Kit de démarrage",
|
||||||
"feedback": "Commentaires",
|
"feedback": "Commentaires",
|
||||||
"contribution": "Contribution",
|
"contribution": "Contribution",
|
||||||
"eleme": "Eleme"
|
"eleme": "Eleme",
|
||||||
|
"elemeTech": "Eleme Technologie",
|
||||||
|
"elemeDesign": "Eleme Conception"
|
||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"guide": "Guide",
|
"guide": "Guide",
|
||||||
|
|
Loading…
Reference in New Issue