| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Fix sample errors and add Disassembler Issue: https://gitcode.com/HarmonyOS_Samples/guide-snippets/issues/2131 Co-Authored-By: Agent Signed-off-by: shendeyu <shendeyu1@huawei.com> AI[100%] Human Fixed[0%] Human[0%] AI Adopted[100%] Co-authored-by: opencode (glm-5.2) <ai@local> | 17 天前 | |
add expandPath and expandPathSideEffects samples Signed-off-by: wanghaha1204 <wangxiaojia5@h-partners.com> | 30 天前 | |
!2764 merge fix-dynamicimport-test-master into master 修正 DynamicImport 测试用例调用方式 Created-by: k1ngqaquuu Commit-by: duyuhan Merged-by: openharmony_ci Description: ### Issue https://gitcode.com/HarmonyOS_Samples/guide-snippets/issues/2124 ### 修改原因 DynamicImport 示例的测试用例 testDynamicImport026 中,对动态导入的 HAR 模块调用方式与 HAR 实际导出的 API 不一致。har1 模块(har1/Index.ets)导出的是 ClassHar1 类,对外方法为 ClassHar1.add(a, b);示例内其他模块(har2、har3、entry/src/main/ets/pages/Index.ets)均通过 ns.ClassHar1.add(...) 调用,并不存在 addHar1 导出。测试用例中的 har.addHar1(4, 5) 与实际导出 API 不符。 ### 修改内容 将 ArkTS/ArkTSRuntime/ArkTSModule/DynamicImport/entry/src/ohosTest/ets/test/DynamicImport.test.ets 中 testDynamicImport026 用例的 har.addHar1(4, 5) 改为 har.ClassHar1.add(4, 5),使其与 HAR 导出结构及示例其他调用点保持一致。 ### 测试 - [x] 仅修改测试用例调用方式,不涉及产线代码 - [x] 调用方式与 har2/har3/entry 中 ClassHar1.add(...) 调用点一致 cherry-pick 自 PR #2352。 See merge request: HarmonyOS_Samples/guide-snippets!2764 | 19 天前 | |
sync sample Signed-off-by: liujia178 <liujia178@huawei.com> | 6 个月前 | |
将文档链接从gitee迁移至gitcode Issue: https://gitcode.com/HarmonyOS_Samples/guide-snippets/issues/2120 Co-Authored-By: Agent Signed-off-by: k1ngqaquuu <duyuhan2@huawei.com> AI[0%] Human Fixed[0%] Human[100%] AI Adopted[0%] | 19 天前 | |
修改错别字 Signed-off-by: zoumujia <zoumujia0920@163.com> | 16 天前 | |
!2854 merge temp into master update napi simple Created-by: tu-xiaohang Commit-by: tuxiaohang Merged-by: shilei123 Description: https://gitcode.com/HarmonyOS_Samples/guide-snippets/issues/2183 update napi simple See merge request: HarmonyOS_Samples/guide-snippets!2854 | 10 天前 | |
Add ambient enum sample to ArkTS guide Issue: https://gitcode.com/HarmonyOS_Samples/guide-snippets/issues/2137 Co-Authored-By: Agent Signed-off-by: shendeyu <shendeyu1@huawei.com> AI[0%] Human Fixed[0%] Human[100%] AI Adopted[0%] | 17 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 17 天前 | ||
| 30 天前 | ||
| 19 天前 | ||
| 6 个月前 | ||
| 19 天前 | ||
| 16 天前 | ||
| 10 天前 | ||
| 17 天前 |