diff --git a/README.md b/README.md index 2868fee..a058952 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -27,6 +27,7 @@ npm run build - css类名: 小写驼峰 中间用 - 隔开 - js函数方法: 开头小写后面开头大写驼峰 - .vue 文件命名: 统一大写驼峰 +- 常量命名: 全部大写 以_拼接, 具体例子见: /src/config/models下的文件 ### git 提交规范 - feature 新增一个功能 @@ -53,4 +54,11 @@ build - 增加 环境设置脚本 - 增加 nginx.conf文件 fix -- 修复 路由history模式原因引起的页面空白的问题 \ No newline at end of file +- 修复 路由history模式原因引起的页面空白的问题 + +### v1.0.1 +`2022.02.25` +feature +- 增加 非支付宝浏览环境下扫码切换支付宝弹窗提示 +- 增加 android和ios设备支付宝下载链接 +- 增加 android设备复制粘贴下载链接功能 \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 1b58adb..ef212b3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,8 @@