Skip to content

Commit 8aef252

Browse files
committed
chore: add cover
1 parent 2d47779 commit 8aef252

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
// Disable the MD033 rule
1616
"markdownlint.config": {
1717
"default": true,
18-
"MD033": false
18+
"MD033": false,
19+
"MD041": false
1920
},
2021

2122
// Silent the stylistic rules in you IDE, but still auto fix them

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
<h1 align="center">vue3-vant-mobile</h1>
2-
31
<div align="center">
42

3+
<img src="https://cdn.jsdelivr.net/gh/easy-temps/easy-static/cover.png" alt="cover" />
4+
5+
<h1>vue3-vant-mobile</h1>
6+
57
English / [简体中文](./README.zh-CN.md)
68

79
An mobile web apps template based on the Vue 3 ecosystem.

0 commit comments

Comments
 (0)