From 03b128f714edaaebb0c40df57b75c57c411c601d Mon Sep 17 00:00:00 2001 From: linju Date: Mon, 6 Feb 2023 11:53:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 2 + manifest.json | 4 +- .../components/cloud-image/cloud-image.vue | 73 ------------------- 3 files changed, 4 insertions(+), 75 deletions(-) delete mode 100644 uni_modules/uni-id-pages/components/cloud-image/cloud-image.vue diff --git a/changelog.md b/changelog.md index 91c5195..e4993a1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +## 2.1.2(2023-02-06) +- ## 2.1.1(2023-02-02) - 重要 分包加载uni-id-pages 优化后 运行时主包大小为:637KB 分包为:78KB,发布后主包大小为:585KB 分包为:75KB - 新增 微信小程序端 支持选择使用微信资料的“头像”和“昵称” 设置用户资料 [详情参考](https://wdoc-76491.picgzc.qpic.cn/MTY4ODg1MDUyNzQyMDUxNw_21263_rTNhg68FTngQGdvQ_1647431233?w=1280&h=695.7176470588236) diff --git a/manifest.json b/manifest.json index ede3b16..42d06b1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "uni-starter", - "appid" : "", + "appid" : "__UNI__07F7150", "description" : "云端一体应用快速开发基本项目模版", "versionName" : "1.0.0", "versionCode" : "100", @@ -46,7 +46,7 @@ }, "quickapp" : {}, "mp-weixin" : { - "appid" : "", + "appid" : "wx999bf02c8e05dfc9", "setting" : { "urlCheck" : false }, diff --git a/uni_modules/uni-id-pages/components/cloud-image/cloud-image.vue b/uni_modules/uni-id-pages/components/cloud-image/cloud-image.vue deleted file mode 100644 index 5f99a39..0000000 --- a/uni_modules/uni-id-pages/components/cloud-image/cloud-image.vue +++ /dev/null @@ -1,73 +0,0 @@ - - - \ No newline at end of file -- GitLab