chore: update
This commit is contained in:
parent
00e9bfa687
commit
c3e7b28b92
10
README.md
10
README.md
|
|
@ -1,4 +1,4 @@
|
|||
<div align="center">
|
||||
<div id="top" align="center">
|
||||
|
||||
<img src="https://cdn.jsdelivr.net/gh/easy-temps/easy-static/cover.png" alt="cover" />
|
||||
|
||||
|
|
@ -20,7 +20,7 @@ An mobile web apps template based on the Vue 3 ecosystem.
|
|||
|
||||
[文档](https://easy-temps.github.io/easy-docs/vue3-vant-mobile/) / [交流](https://github.com/easy-temps/vue3-vant-mobile/issues/56) / [反馈](https://github.com/easy-temps/vue3-vant-mobile/issues)
|
||||
|
||||
<a href="https://vue3-vant-mobile.netlify.app">🖥 Live Demo</a>
|
||||
🖥 <a href="https://vue3-vant-mobile.netlify.app">Online Preview</a>
|
||||
|
||||
[](https://app.netlify.com/sites/vue3-vant-mobile/deploys)
|
||||
|
||||
|
|
@ -227,9 +227,13 @@ Our contributors have made this project better. Thank you! 🙏
|
|||
<a href="https://github.com/xyy94813"><img src="https://avatars.githubusercontent.com/u/17971352?v=4" width="60px" alt="xyy94813" /></a>
|
||||
<a href="https://github.com/faukwaa"><img src="https://avatars.githubusercontent.com/u/133618995?v=4" width="60px" alt="faukwaa" /></a>
|
||||
<a href="https://github.com/chensongni"><img src="https://avatars.githubusercontent.com/u/18071921?v=4" width="60px" alt="chensongni" /></a>
|
||||
<a href="https://github.com/csheng-github"><img src="https://avatars.githubusercontent.com/u/88492404?v=4" width="60px" alt="chensongni" /></a>
|
||||
<a href="https://github.com/csheng-github"><img src="https://avatars.githubusercontent.com/u/88492404?v=4" width="60px" alt="csheng-github" /></a>
|
||||
</p>
|
||||
|
||||
## License
|
||||
|
||||
[MIT](./LICENSE) License
|
||||
|
||||
<p align="right">
|
||||
<a href="#top">⬆️ Back to Top</a>
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<div align="center">
|
||||
<div id="top" align="center">
|
||||
|
||||
<img src="https://cdn.jsdelivr.net/gh/easy-temps/easy-static/cover.png" alt="cover" />
|
||||
|
||||
|
|
@ -20,7 +20,7 @@ An mobile web apps template based on the Vue 3 ecosystem.
|
|||
|
||||
[文档](https://easy-temps.github.io/easy-docs/vue3-vant-mobile/) / [交流](https://github.com/easy-temps/vue3-vant-mobile/issues/56) / [反馈](https://github.com/easy-temps/vue3-vant-mobile/issues)
|
||||
|
||||
<a href="https://vue3-vant-mobile.netlify.app">🖥 在线 Demo</a>
|
||||
🖥 <a href="https://vue3-vant-mobile.netlify.app">在线预览</a>
|
||||
|
||||
[](https://app.netlify.com/sites/vue3-vant-mobile/deploys)
|
||||
|
||||
|
|
@ -227,9 +227,13 @@ pnpm build
|
|||
<a href="https://github.com/xyy94813"><img src="https://avatars.githubusercontent.com/u/17971352?v=4" width="60px" alt="xyy94813" /></a>
|
||||
<a href="https://github.com/faukwaa"><img src="https://avatars.githubusercontent.com/u/133618995?v=4" width="60px" alt="faukwaa" /></a>
|
||||
<a href="https://github.com/chensongni"><img src="https://avatars.githubusercontent.com/u/18071921?v=4" width="60px" alt="chensongni" /></a>
|
||||
<a href="https://github.com/csheng-github"><img src="https://avatars.githubusercontent.com/u/88492404?v=4" width="60px" alt="chensongni" /></a>
|
||||
<a href="https://github.com/csheng-github"><img src="https://avatars.githubusercontent.com/u/88492404?v=4" width="60px" alt="csheng-github" /></a>
|
||||
</p>
|
||||
|
||||
## License
|
||||
|
||||
[MIT](./LICENSE) License
|
||||
|
||||
<p align="right">
|
||||
<a href="#top">⬆️ 回到顶部</a>
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
"profile": {
|
||||
"login": "Login",
|
||||
"settings": "Settings",
|
||||
"doc": "documentation"
|
||||
"docs": "Docs"
|
||||
},
|
||||
"keepAlive": {
|
||||
"label": "The current component will be cached"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
"profile": {
|
||||
"login": "登录",
|
||||
"settings": "设置",
|
||||
"doc": "文档"
|
||||
"docs": "文档"
|
||||
},
|
||||
"keepAlive": {
|
||||
"label": "当前组件将会被缓存"
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ function login() {
|
|||
|
||||
<VanCellGroup :inset="true" class="!mt-16">
|
||||
<van-cell :title="$t('profile.settings')" icon="setting-o" is-link to="/settings" />
|
||||
<van-cell :title="$t('profile.doc')" icon="description-o" is-link url="https://easy-temps.github.io/easy-docs/vue3-vant-mobile/" />
|
||||
<van-cell :title="$t('profile.docs')" icon="flower-o" is-link url="https://easy-temps.github.io/easy-docs/vue3-vant-mobile/" />
|
||||
</VanCellGroup>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue