merge master into master

fix_meeting_issues

Created-by: kirby
Commit-by: kirby
Merged-by: openharmony_ci
Description: ### 一、内容说明(相关的Issue)

https://gitcode.com/openharmony-sig/bundlemanager_bundlemanager_cangjie_wrapper/issues/18

### 二、建议测试周期和提测地址  
  建议测试完成时间:xxxx.xx.xx  
  投产上线时间:xxxx.xx.xx  
  提测地址:CI环境/压测环境  
  测试账号:  

### 三、变更内容
  * 3.1 关联PR列表

  * 3.2 数据库和部署说明  
    1. 常规更新 
    2. 重启unicorn
    3. 重启sidekiq
    4. 迁移任务:是否有迁移任务,没有写 "无"
    5. rake脚本:`bundle exec xxx RAILS_ENV = production`;没有写 "无"

  * 3.4 其他技术优化内容(做了什么,变更了什么)
    - 重构了 xxxx 代码
    - xxxx 算法优化


  * 3.5 废弃通知(什么字段、方法弃用?)



  * 3.6  后向不兼容变更(是否有无法向后兼容的变更?)


  
### 四、研发自测点(自测哪些?冒烟用例全部自测?)
  自测测试结论:


### 五、测试关注点(需要提醒QA重点关注的、可能会忽略的地方)
  检查点:

| 需求名称 | 是否影响xx公共模块 | 是否需要xx功能 | 需求升级是否依赖其他子产品 |
|------|------------|----------|---------------|
| xxx  | 否          | 需要       | 不需要           |
|      |            |          |               |

  接口测试:

  性能测试:

  并发测试:

  其他:


See merge request: openharmony-sig/arkweb_arkweb_cangjie_wrapper!23
This commit is contained in:
openharmony_ci
2025-09-23 18:25:21 +08:00
44 changed files with 10 additions and 4 deletions
+5 -2
View File
@@ -17,6 +17,10 @@ As shown in the architecture:
- BackForwardList: Provides the capability to obtain information about the historical record item at a specified index in the historical list.
- Cangjie ArkWeb FFI Interface: Based on cross-language interoperability via C interfaces to implement ArkWeb Cangjie API.
- webview: Responsible for providing basic webview functions, and encapsulates C interfaces for Cangjie to conduct interoperation.
- multimedia_cangjie_wrapper: Provides the capability to use media resources. The BackForwardList depends on PixelMap from this module.
- arkui_cangjie_wrapper: Provides Cangjie UI component interfaces and basic types. The WebviewController depends on the definition and parsing of basic types from this module.
- cangjie_ark_interop: Responsible for providing APILevel definitions, used for annotating APIs. Also provides the BusinessException exception class definition that is thrown to users.
- hiviewdfx_cangjie_wrapper: Responsible for providing HiLog APIs, used for printing logs at critical paths.
## Directory Structure
@@ -32,8 +36,7 @@ base/web/arkweb_cangjie_wrapper
│ ├── web_cookie_manager.cj # WebCookieManager
│ └── webview_controller.cj # WebviewController
└── test # Cangjie ArkWeb test cases
└── APILevel22
└── webview # Cangjie ArkWeb test cases
└── webview # Cangjie ArkWeb test cases
```
## Usage Guidelines
+5 -2
View File
@@ -17,6 +17,10 @@ Web仓颉接口是在OpenHarmony上基于方舟Web能力之上封装的仓颉API
- 历史信息列表:提供获取历史列表中指定索引的历史记录项信息。
- 仓颉方舟Web FFI接口定义:负责定义C语言互操作仓颉接口,用于实现方舟Web的能力。
- webview基础能力:负责提供webview基础功能,封装C语言接口提供给仓颉进行互操作。
- multimedia_cangjie_wrapper:提供使用媒体资源的能力。历史信息列表依赖其中的PixelMap以获取历史信息中的图标信息。
- arkui_cangjie_wrapper:提供仓颉UI组件接口及基础类型。Web组件控制器依赖其中对基础类型的定义和解析能力。
- cangjie_ark_interop:负责提供仓颉注解类定义,用于对API进行标注。以及提供抛向用户的BusinessException异常类定义。
- hiviewdfx_cangjie_wrapper:负责提供日志接口,用于在关键路径处打印日志。
## 目录
@@ -32,8 +36,7 @@ base/web/arkweb_cangjie_wrapper
│ ├── web_cookie_manager.cj # Cookie管理
│ └── webview_controller.cj # Web组件控制器
└── test # 仓颉方舟Web测试用例
└── APILevel22
└── webview # 仓颉方舟Web测试用例
└── webview # 仓颉方舟Web测试用例
```
## 使用说明
Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB