Skip to content

Commit a2bc26f

Browse files
committed
update README
1 parent 5998361 commit a2bc26f

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

Diff for: README.md

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
1-
# miniprogram-demo
1+
# 微信小程序示例
2+
微信小程序示例源码,扫描以下小程序码体验。
23

3-
微信小程序示例源码
4-
> 请使用微信开发者工具或微信客户端 6.7.2 及以上版本运行。
4+
> 提示:请使用微信开发者工具或微信客户端 6.7.2 及以上版本运行。
55
6-
![扫码体验](https://developers.weixin.qq.com/miniprogram/dev/image/demo.jpg?t=18091218)
6+
<img width="200" src="https://developers.weixin.qq.com/miniprogram/dev/image/demo.jpg">
7+
8+
## 贡献
9+
如果你有 bug 反馈或建议,欢迎提 issue 给我们。
10+
如果你愿意参与一起完善小程序示例,我们非常欢迎你提 PR。为了保证统一的代码风格,在贡献代码之前请在项目根目录运行以下命令安装依赖:
11+
12+
```
13+
npm install
14+
```
15+
同时,在提交 PR 前确保你的代码可以通过 Lint 检查:
16+
```
17+
npm run lint
18+
```
19+
20+
## 截图
721

822
![截图](https://developers.weixin.qq.com/miniprogram/dev/image/demo.png?t=18091218)

0 commit comments

Comments
 (0)