We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5998361 commit a2bc26fCopy full SHA for a2bc26f
README.md
@@ -1,8 +1,22 @@
1
-# miniprogram-demo
+# 微信小程序示例
2
+微信小程序示例源码,扫描以下小程序码体验。
3
-微信小程序示例源码
4
-> 请使用微信开发者工具或微信客户端 6.7.2 及以上版本运行。
+> 提示:请使用微信开发者工具或微信客户端 6.7.2 及以上版本运行。
5
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
+## 截图
21
22

0 commit comments