From 10a45c328f96e825db12b2fd92fdabcc754ff4a3 Mon Sep 17 00:00:00 2001 From: Anne_LXM Date: Tue, 5 Nov 2024 15:55:27 +0800 Subject: [PATCH] 1.1.4 --- uni_modules/uni-id-pages-x/changelog.md | 2 +- uni_modules/uni-id-pages-x/package.json | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/uni_modules/uni-id-pages-x/changelog.md b/uni_modules/uni-id-pages-x/changelog.md index a3aa023..ca6f2be 100644 --- a/uni_modules/uni-id-pages-x/changelog.md +++ b/uni_modules/uni-id-pages-x/changelog.md @@ -1,4 +1,4 @@ -## 1.1.4(2024-11-04) +## 1.1.4(2024-11-05) - uni-id-co 修复 没有配置敏感信息解密密钥时导致登录报错的问题 - 修复部分场景下loginBySmsCode组件实例不释放的Bug ## 1.1.3(2024-08-02) diff --git a/uni_modules/uni-id-pages-x/package.json b/uni_modules/uni-id-pages-x/package.json index a0ebb03..017d629 100644 --- a/uni_modules/uni-id-pages-x/package.json +++ b/uni_modules/uni-id-pages-x/package.json @@ -1,7 +1,7 @@ { "id": "uni-id-pages-x", "displayName": "uni-id-pages-x", - "version": "1.1.3", + "version": "1.1.4", "description": "适用于 uni-app-x 的云端一体简单、统一、可扩展的用户中心页面模版", "keywords": [ "用户中心", @@ -57,9 +57,10 @@ "vue3": "y" }, "App": { - "app-vue": "n", - "app-nvue": "n", - "app-uvue": "y" + "app-vue": "n", + "app-nvue": "n", + "app-uvue": "y", + "app-harmony": "u" }, "H5-mobile": { "Safari": "n", -- GitLab