File tree 5 files changed +17
-9
lines changed
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 " >
2
2
3
3
<img src =" https://cdn.jsdelivr.net/gh/easy-temps/easy-static/cover.png " alt =" cover " />
4
4
@@ -20,7 +20,7 @@ An mobile web apps template based on the Vue 3 ecosystem.
20
20
21
21
[ 文档] ( 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 )
22
22
23
- <a href =" https://vue3-vant-mobile.netlify.app " >🖥 Live Demo </a >
23
+ 🖥 <a href =" https://vue3-vant-mobile.netlify.app " >Online Preview </a >
24
24
25
25
[ ![ 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 )
26
26
@@ -227,9 +227,13 @@ Our contributors have made this project better. Thank you! 🙏
227
227
<a href =" https://github.com/xyy94813 " ><img src =" https://avatars.githubusercontent.com/u/17971352?v=4 " width =" 60px " alt =" xyy94813 " /></a >
228
228
<a href =" https://github.com/faukwaa " ><img src =" https://avatars.githubusercontent.com/u/133618995?v=4 " width =" 60px " alt =" faukwaa " /></a >
229
229
<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 >
231
231
</p >
232
232
233
233
## License
234
234
235
235
[ 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 " >
2
2
3
3
<img src =" https://cdn.jsdelivr.net/gh/easy-temps/easy-static/cover.png " alt =" cover " />
4
4
@@ -20,7 +20,7 @@ An mobile web apps template based on the Vue 3 ecosystem.
20
20
21
21
[ 文档] ( 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 )
22
22
23
- <a href =" https://vue3-vant-mobile.netlify.app " >🖥 在线 Demo </a >
23
+ 🖥 <a href =" https://vue3-vant-mobile.netlify.app " >在线预览 </a >
24
24
25
25
[ ![ 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 )
26
26
@@ -227,9 +227,13 @@ pnpm build
227
227
<a href =" https://github.com/xyy94813 " ><img src =" https://avatars.githubusercontent.com/u/17971352?v=4 " width =" 60px " alt =" xyy94813 " /></a >
228
228
<a href =" https://github.com/faukwaa " ><img src =" https://avatars.githubusercontent.com/u/133618995?v=4 " width =" 60px " alt =" faukwaa " /></a >
229
229
<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 >
231
231
</p >
232
232
233
233
## License
234
234
235
235
[ 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 38
38
"profile" : {
39
39
"login" : " Login" ,
40
40
"settings" : " Settings" ,
41
- "doc " : " documentation "
41
+ "docs " : " Docs "
42
42
},
43
43
"keepAlive" : {
44
44
"label" : " The current component will be cached"
Original file line number Diff line number Diff line change 38
38
"profile" : {
39
39
"login" : " 登录" ,
40
40
"settings" : " 设置" ,
41
- "doc " : " 文档"
41
+ "docs " : " 文档"
42
42
},
43
43
"keepAlive" : {
44
44
"label" : " 当前组件将会被缓存"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ function login() {
32
32
33
33
<VanCellGroup :inset =" true" class =" !mt-16" >
34
34
<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/" />
36
36
</VanCellGroup >
37
37
</div >
38
38
</template >
You can’t perform that action at this time.
0 commit comments