From 65aadfd700c86e864e4a7c03e4fc02fa039f811e Mon Sep 17 00:00:00 2001 From: Anne_LXM <54163582+anne-lxm@users.noreply.github.com> Date: Tue, 20 Feb 2024 16:04:13 +0800 Subject: [PATCH] 1.1.18 --- manifest.json | 8 ++++---- uni_modules/uni-id-pages/changelog.md | 2 ++ uni_modules/uni-id-pages/package.json | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 9938dff..315d6a6 100644 --- a/manifest.json +++ b/manifest.json @@ -49,7 +49,7 @@ "dSYMs" : false, "capabilities" : { "entitlements" : { - "com.apple.developer.associated-domains" : [ "applinks:static-9f641af8-e860-44e5-b18f-f68dd8fe3fe4.bspapp.com" ] + "com.apple.developer.associated-domains" : [ "" ] } } }, @@ -58,8 +58,8 @@ "oauth" : { "univerify" : {}, "weixin" : { - "appid" : "wxffdd8fa6ec4ef2a0", - "UniversalLinks" : "https://static-9f641af8-e860-44e5-b18f-f68dd8fe3fe4.bspapp.com/uni-universallinks/__UNI__0B1B311/" + "appid" : "", + "UniversalLinks" : "" }, "apple" : {} }, @@ -143,7 +143,7 @@ "mode" : "hash" } }, - "_spaceID" : "9f641af8-e860-44e5-b18f-f68dd8fe3fe4", + "_spaceID" : "", "fallbackLocale" : "zh-Hans", "locale" : "zh-Hans" } diff --git a/uni_modules/uni-id-pages/changelog.md b/uni_modules/uni-id-pages/changelog.md index db54fa0..439227f 100644 --- a/uni_modules/uni-id-pages/changelog.md +++ b/uni_modules/uni-id-pages/changelog.md @@ -1,3 +1,5 @@ +## 1.1.18(2024-02-20) +- 修复 PC设置头像无效的问题 ## 1.1.17(2023-12-14) - uni-id-co 移除一键登录、短信的调用凭据 ## 1.1.16(2023-10-18) diff --git a/uni_modules/uni-id-pages/package.json b/uni_modules/uni-id-pages/package.json index c36b4ea..262c3d2 100644 --- a/uni_modules/uni-id-pages/package.json +++ b/uni_modules/uni-id-pages/package.json @@ -1,7 +1,7 @@ { "id": "uni-id-pages", "displayName": "uni-id-pages", - "version": "1.1.17", + "version": "1.1.18", "description": "云端一体简单、统一、可扩展的用户中心页面模版", "keywords": [ "用户管理", -- GitLab