From 304d1b35cb408d756fac161625c060271af3237e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Mon, 10 Mar 2025 16:42:47 +0800 Subject: [PATCH] =?UTF-8?q?refactor(hospital):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E7=9B=B8=E5=85=B3=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 ApiConfig 文件,添加分号 - 重命名 ConversationBean 中的属性,首字母大写 - 移除 HosConversationVIew 中的 onLoadMore 方法 - 新增 MessageHelper工具类,用于解析和处理消息 - 优化 HttpHelper 中的 response 处理逻辑 - 在 ToolsHelper 中添加 toString 方法,用于处理 ArrayBuffer (cherry picked from commit 73d8d98bbd6df6fef768a680c2af674a4b633013) # Conflicts: # app/src/main/ets/hospital/pages/reception/reception/HosConversationVIew.ets # app/src/main/ets/hospital/utils/MessageHelper.ets --- BuildProfile.ets | 6 +++--- CHANGELOG.md | 2 +- oh-package.json5 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BuildProfile.ets b/BuildProfile.ets index 761a945..498b3ec 100644 --- a/BuildProfile.ets +++ b/BuildProfile.ets @@ -1,9 +1,9 @@ /** * Use these variables when you tailor your ArkTS code. They must be of the const type. */ -export const HAR_VERSION = '1.0.6'; -export const BUILD_MODE_NAME = 'debug'; -export const DEBUG = true; +export const HAR_VERSION = '1.0.7'; +export const BUILD_MODE_NAME = 'release'; +export const DEBUG = false; export const TARGET_NAME = 'default'; /** diff --git a/CHANGELOG.md b/CHANGELOG.md index d98812d..02ee5dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# [v1.0.7] 2025.xx.xx +# [v1.0.7] 2025.03.11 ------ > - 调整web相关,添加JavaScript机制,用来做H5和原生通信 diff --git a/oh-package.json5 b/oh-package.json5 index 3b51f1e..1f66ad3 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -1,9 +1,9 @@ { "name": "@szyx/sdk_base", - "version": "1.0.6", + "version": "1.0.7", "description": "数字医信公司,鸿蒙app开发基础工具。", "main": "Index.ets", - "author": "szyx", + "author": "数字医信", "license": "Apache-2.0", "repository": "", "dependencies": {}