File tree Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 1- <div align =" center " >
1+ <div id = " top " align =" center " >
22
33<img src =" https://cdn.jsdelivr.net/gh/easy-temps/easy-static/cover.png " alt =" cover " />
44
@@ -20,7 +20,7 @@ An mobile web apps template based on the Vue 3 ecosystem.
2020
2121[ 文档] ( 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 )
2222
23- <a href =" https://vue3-vant-mobile.netlify.app " >🖥 Live Demo </a >
23+ 🖥 <a href =" https://vue3-vant-mobile.netlify.app " >Online Preview </a >
2424
2525[ ![ 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 )
2626
@@ -227,9 +227,13 @@ Our contributors have made this project better. Thank you! 🙏
227227<a href =" https://github.com/xyy94813 " ><img src =" https://avatars.githubusercontent.com/u/17971352?v=4 " width =" 60px " alt =" xyy94813 " /></a >
228228<a href =" https://github.com/faukwaa " ><img src =" https://avatars.githubusercontent.com/u/133618995?v=4 " width =" 60px " alt =" faukwaa " /></a >
229229<a href =" https://github.com/chensongni " ><img src =" https://avatars.githubusercontent.com/u/18071921?v=4 " width =" 60px " alt =" chensongni " /></a >
230- <a href =" https://github.com/csheng-github " ><img src =" https://avatars.githubusercontent.com/u/88492404?v=4 " width =" 60px " alt =" chensongni " /></a >
230+ <a href =" https://github.com/csheng-github " ><img src =" https://avatars.githubusercontent.com/u/88492404?v=4 " width =" 60px " alt =" csheng-github " /></a >
231231</p >
232232
233233## License
234234
235235[ MIT] ( ./LICENSE ) License
236+
237+ <p align =" right " >
238+ <a href =" #top " >⬆️ Back to Top</a >
239+ </p >
Original file line number Diff line number Diff line change 1- <div align =" center " >
1+ <div id = " top " align =" center " >
22
33<img src =" https://cdn.jsdelivr.net/gh/easy-temps/easy-static/cover.png " alt =" cover " />
44
@@ -20,7 +20,7 @@ An mobile web apps template based on the Vue 3 ecosystem.
2020
2121[ 文档] ( 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 )
2222
23- <a href =" https://vue3-vant-mobile.netlify.app " >🖥 在线 Demo </a >
23+ 🖥 <a href =" https://vue3-vant-mobile.netlify.app " >在线预览 </a >
2424
2525[ ![ 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 )
2626
@@ -227,9 +227,13 @@ pnpm build
227227<a href =" https://github.com/xyy94813 " ><img src =" https://avatars.githubusercontent.com/u/17971352?v=4 " width =" 60px " alt =" xyy94813 " /></a >
228228<a href =" https://github.com/faukwaa " ><img src =" https://avatars.githubusercontent.com/u/133618995?v=4 " width =" 60px " alt =" faukwaa " /></a >
229229<a href =" https://github.com/chensongni " ><img src =" https://avatars.githubusercontent.com/u/18071921?v=4 " width =" 60px " alt =" chensongni " /></a >
230- <a href =" https://github.com/csheng-github " ><img src =" https://avatars.githubusercontent.com/u/88492404?v=4 " width =" 60px " alt =" chensongni " /></a >
230+ <a href =" https://github.com/csheng-github " ><img src =" https://avatars.githubusercontent.com/u/88492404?v=4 " width =" 60px " alt =" csheng-github " /></a >
231231</p >
232232
233233## License
234234
235235[ MIT] ( ./LICENSE ) License
236+
237+ <p align =" right " >
238+ <a href =" #top " >⬆️ 回到顶部</a >
239+ </p >
Original file line number Diff line number Diff line change 3838 "profile" : {
3939 "login" : " Login" ,
4040 "settings" : " Settings" ,
41- "doc " : " documentation "
41+ "docs " : " Docs "
4242 },
4343 "keepAlive" : {
4444 "label" : " The current component will be cached"
Original file line number Diff line number Diff line change 3838 "profile" : {
3939 "login" : " 登录" ,
4040 "settings" : " 设置" ,
41- "doc " : " 文档"
41+ "docs " : " 文档"
4242 },
4343 "keepAlive" : {
4444 "label" : " 当前组件将会被缓存"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ function login() {
3232
3333 <VanCellGroup :inset =" true" class =" !mt-16" >
3434 <van-cell :title =" $t('profile.settings')" icon =" setting-o" is-link to =" /settings" />
35- <van-cell :title =" $t('profile.doc ')" icon =" description -o" is-link url =" https://easy-temps.github.io/easy-docs/vue3-vant-mobile/" />
35+ <van-cell :title =" $t('profile.docs ')" icon =" flower -o" is-link url =" https://easy-temps.github.io/easy-docs/vue3-vant-mobile/" />
3636 </VanCellGroup >
3737 </div >
3838</template >
You can’t perform that action at this time.
0 commit comments