chore: update

This commit is contained in:
CharleeWa 2024-12-27 13:49:41 +08:00
parent 00e9bfa687
commit c3e7b28b92
5 changed files with 17 additions and 9 deletions

View File

@ -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>
[![Netlify Status](https://api.netlify.com/api/v1/badges/e6828bd2-2904-4c3e-a67c-b97d32aa1275/deploy-status)](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>

View File

@ -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>
[![Netlify Status](https://api.netlify.com/api/v1/badges/e6828bd2-2904-4c3e-a67c-b97d32aa1275/deploy-status)](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>

View File

@ -38,7 +38,7 @@
"profile": {
"login": "Login",
"settings": "Settings",
"doc": "documentation"
"docs": "Docs"
},
"keepAlive": {
"label": "The current component will be cached"

View File

@ -38,7 +38,7 @@
"profile": {
"login": "登录",
"settings": "设置",
"doc": "文档"
"docs": "文档"
},
"keepAlive": {
"label": "当前组件将会被缓存"

View File

@ -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>