@ohos-cpf/3rdloop 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (219) hide show
  1. package/README.md +25 -0
  2. package/lib/cli.js +22 -5
  3. package/lib/doctor.js +111 -10
  4. package/lib/mcp.js +498 -0
  5. package/package.json +6 -2
  6. package/vendor/Archive/data/.index/meta.json +7 -0
  7. package/vendor/Archive/data/.index/search.db +0 -0
  8. package/vendor/Archive/data/docs/experiences/arkts-check-tool-pitfalls-baseline-comparison.md +13 -0
  9. package/vendor/Archive/data/docs/experiences/arkts-deep-path-import-recognition.md +31 -0
  10. package/vendor/Archive/data/docs/experiences/arkts-demo-coverage-entry-file-case-mismatch.md +25 -0
  11. package/vendor/Archive/data/docs/experiences/arkts-demo-coverage-import-trailing-slash.md +20 -0
  12. package/vendor/Archive/data/docs/experiences/arkts-library-source-files-may-be-ts.md +18 -0
  13. package/vendor/Archive/data/docs/experiences/arkts-typedarray-buffer-interface-cast-compile-fixes.md +36 -0
  14. package/vendor/Archive/data/docs/experiences/arkts-xts-compile-error-clustering-fix.md +24 -0
  15. package/vendor/Archive/data/docs/experiences/arkts-xts-doc-expected-value-runtime-probe.md +35 -0
  16. package/vendor/Archive/data/docs/experiences/arkts-xts-fixture-rawfile-testability-injection.md +33 -0
  17. package/vendor/Archive/data/docs/experiences/code-linter-chinese-comment-false-positive.md +16 -0
  18. package/vendor/Archive/data/docs/experiences/esobject-new-expression-variable-tracking.md +33 -0
  19. package/vendor/Archive/data/docs/experiences/filesystem-case-sensitivity-module-resolution.md +31 -0
  20. package/vendor/Archive/data/docs/experiences/gitcode-clone-redirect-warning-normal.md +13 -0
  21. package/vendor/Archive/data/docs/experiences/kn_msgvq1w585ec8319.md +77 -0
  22. package/vendor/Archive/data/docs/experiences/kn_msovnm6rd46de72c.md +98 -0
  23. package/vendor/Archive/data/docs/experiences/kn_mspt8vntfe708576.md +87 -0
  24. package/vendor/Archive/data/docs/experiences/kn_mspu1ei77adbbb48.md +133 -0
  25. package/vendor/Archive/data/docs/experiences/kn_mspubgak8d30bfce.md +128 -0
  26. package/vendor/Archive/data/docs/experiences/kn_mspug2de3cb1f7c3.md +115 -0
  27. package/vendor/Archive/data/docs/experiences/kn_skill_opt_001.md +38 -0
  28. package/vendor/Archive/data/docs/experiences/loop-artifacts-verification-evidence-triangle.md +19 -0
  29. package/vendor/Archive/data/docs/experiences/macos-bash-replace-build-ps1.md +19 -0
  30. package/vendor/Archive/data/docs/experiences/macos-bsd-diff-q-illegal-option.md +15 -0
  31. package/vendor/Archive/data/docs/experiences/migrate-cjs-compatible-api-version-map-limit.md +17 -0
  32. package/vendor/Archive/data/docs/experiences/mp3agic-arkts-library-behavior-quirks.md +21 -0
  33. package/vendor/Archive/data/docs/experiences/ohos-face-detection-scan-api-mapping.md +15 -0
  34. package/vendor/Archive/data/docs/experiences/pr-metadata-and-diff-integrity-verification.md +12 -0
  35. package/vendor/Archive/data/docs/experiences/rn-coverage-index-signature-pseudo-member-false-negative.md +32 -0
  36. package/vendor/Archive/data/docs/experiences/rn-memory-check-severity-calibration.md +21 -0
  37. package/vendor/Archive/data/docs/experiences/rn-platform-specific-api-exclusion-evidence.md +24 -0
  38. package/vendor/Archive/data/docs/experiences/rn-upstream-version-diff-pitfalls.md +17 -0
  39. package/vendor/Archive/data/docs/experiences/rn-version-gap-risk-rating-rules.md +13 -0
  40. package/vendor/Archive/data/docs/experiences/rn-view-lib-native-contract-diff-fabric-spec.md +16 -0
  41. package/vendor/Archive/data/docs/experiences/rnoh-adapter-package-version-field-semantics.md +18 -0
  42. package/vendor/Archive/data/docs/experiences/rnoh-arkts-sqlite-rows-array-format.md +18 -0
  43. package/vendor/Archive/data/docs/experiences/rnoh-dependency-residue-scan-strategy.md +18 -0
  44. package/vendor/Archive/data/docs/experiences/rnoh-example-local-lib-dep-use-tgz.md +53 -0
  45. package/vendor/Archive/data/docs/experiences/rnoh-example-prereserve-rntesterlist.md +17 -0
  46. package/vendor/Archive/data/docs/experiences/rnoh-example-template-compatiblesdkversion-upgrade.md +29 -0
  47. package/vendor/Archive/data/docs/experiences/rnoh-example-turbomodule-shell-adaptation-checklist.md +41 -0
  48. package/vendor/Archive/data/docs/experiences/rnoh-mcp-build-project-tool-risk.md +18 -0
  49. package/vendor/Archive/data/docs/experiences/rnoh-npm-devdependencies-version-precheck.md +29 -0
  50. package/vendor/Archive/data/docs/experiences/rnoh-repo-baseline-version-verification.md +13 -0
  51. package/vendor/Archive/data/docs/experiences/rnoh-repo-upstream-directory-mapping.md +18 -0
  52. package/vendor/Archive/data/docs/experiences/rnoh-stateless-library-zero-leak-verification.md +31 -0
  53. package/vendor/Archive/data/docs/experiences/rnoh-template-npmrc-credential-removal.md +15 -0
  54. package/vendor/Archive/data/docs/experiences/rnoh-turbomodule-codegen-wiring-verification.md +19 -0
  55. package/vendor/Archive/data/docs/experiences/rnoh-turbomodule-cpp-methodmap-compatibility-check.md +20 -0
  56. package/vendor/Archive/data/docs/experiences/scenario-doc-vs-source-signature-diff-four-patterns.md +24 -0
  57. package/vendor/Archive/data/docs/experiences/static-analysis-grep-cross-validation.md +29 -0
  58. package/vendor/Archive/demo.js +489 -0
  59. package/vendor/Archive/index.js +43 -0
  60. package/vendor/Archive/package.json +16 -0
  61. package/vendor/Archive/src/constants.js +83 -0
  62. package/vendor/Archive/src/data/stopwords.txt +110 -0
  63. package/vendor/Archive/src/data/synonyms.json +25 -0
  64. package/vendor/Archive/src/data/terms.txt +59 -0
  65. package/vendor/Archive/src/db/sqlite-backend.js +312 -0
  66. package/vendor/Archive/src/db/sqlite-schema.js +64 -0
  67. package/vendor/Archive/src/engine.js +501 -0
  68. package/vendor/Archive/src/index/index-manager.js +203 -0
  69. package/vendor/Archive/src/index/index-state.js +94 -0
  70. package/vendor/Archive/src/index/search-text-builder.js +106 -0
  71. package/vendor/Archive/src/index.js +22 -0
  72. package/vendor/Archive/src/parser/api-identifiers.js +121 -0
  73. package/vendor/Archive/src/parser/api-suffixes.js +48 -0
  74. package/vendor/Archive/src/parser/heading-normalize.js +40 -0
  75. package/vendor/Archive/src/parser/markdown-splitter.js +215 -0
  76. package/vendor/Archive/src/search/catalog-routing.js +87 -0
  77. package/vendor/Archive/src/search/fts-search.js +289 -0
  78. package/vendor/Archive/src/search/query-normalizer.js +159 -0
  79. package/vendor/Archive/src/search/query-rewriter.js +72 -0
  80. package/vendor/Archive/src/search/search-engine.js +72 -0
  81. package/vendor/Archive/src/search/snippet.js +64 -0
  82. package/vendor/Archive/src/store/dir-store.js +103 -0
  83. package/vendor/Archive/src/store/doc-store.js +36 -0
  84. package/vendor/Archive/src/tokenizer/lexicon.js +151 -0
  85. package/vendor/Archive/src/tokenizer/tokenizer.js +167 -0
  86. package/vendor/Archive/src/types.js +86 -0
  87. package/vendor/Archive/src/utils/hash.js +16 -0
  88. package/vendor/Archive/src/utils/lock.js +73 -0
  89. package/vendor/Archive/src/utils/path-safety.js +96 -0
  90. package/vendor/Archive/src/utils/paths.js +39 -0
  91. package/vendor/BadCase/rn/INDEX.md +127 -0
  92. package/vendor/BadCase/rn/cases/KI-001-webview/350/247/206/351/242/221/346/227/240/346/263/225/346/250/252/345/261/217.md +52 -0
  93. package/vendor/BadCase/rn/cases/KI-002-fastImage/347/203/255/346/233/264/346/226/260/345/233/276/347/211/207/345/244/261/350/264/245.md +37 -0
  94. package/vendor/BadCase/rn/cases/KI-003-wechat/347/274/251/347/225/245/345/233/276/346/234/254/345/234/260/345/233/276/347/211/207.md +62 -0
  95. package/vendor/BadCase/rn/cases/KI-004-wechat/345/233/236/350/260/203/346/227/266/345/272/217.md +47 -0
  96. package/vendor/BadCase/rn/cases/KI-005-geolocation/345/257/274/345/205/245/350/267/257/345/276/204/345/220/216/347/274/200.md +31 -0
  97. package/vendor/BadCase/rn/cases/KI-006-SmartRefreshLayout/346/231/272/350/203/275/346/214/207/351/222/210/345/264/251/346/272/203.md +55 -0
  98. package/vendor/BadCase/rn/cases/KI-007-orientation-locker/344/274/240/346/204/237/345/231/250/345/210/235/345/247/213/345/214/226.md +58 -0
  99. package/vendor/BadCase/rn/cases/KI-008-orientation-locker/344/274/240/346/204/237/345/231/250/345/274/225/347/224/250/350/256/241/346/225/260.md +47 -0
  100. package/vendor/BadCase/rn/cases/KI-009-pager-view/345/265/214/345/245/227/346/273/221/345/212/250.md +38 -0
  101. package/vendor/BadCase/rn/cases/KI-010-screens/346/211/213/345/212/277/345/206/262/347/252/201.md +48 -0
  102. package/vendor/BadCase/rn/cases/KI-011-spring-scrollview/346/211/213/345/212/277/351/207/215/345/244/215/347/273/221/345/256/232.md +49 -0
  103. package/vendor/BadCase/rn/cases/KI-012-qr-camera/346/250/252/345/261/217/351/200/202/351/205/215.md +59 -0
  104. package/vendor/BadCase/rn/cases/KI-013-webview/346/267/261/350/211/262/346/250/241/345/274/217/350/203/214/346/231/257/350/211/262.md +37 -0
  105. package/vendor/BadCase/rn/cases/KI-014-amap-geolocation/345/233/236/350/260/203/347/274/272/345/244/261.md +42 -0
  106. package/vendor/BadCase/rn/cases/KI-015-reanimated/350/277/220/350/241/214/346/227/266/346/236/220/346/236/204/345/264/251/346/272/203.md +54 -0
  107. package/vendor/BadCase/rn/cases/KI-016-fs/346/226/207/344/273/266/350/257/273/345/217/226/347/274/226/347/240/201.md +58 -0
  108. package/vendor/BadCase/rn/cases/KI-017-blob-util/345/217/202/346/225/260/347/274/226/347/240/201/351/224/231/350/257/257.md +39 -0
  109. package/vendor/BadCase/rn/cases/KI-018-modal/345/274/271/347/252/227/351/227/252/347/203/201.md +53 -0
  110. package/vendor/BadCase/rn/cases/KI-019-code-push/351/207/215/345/220/257/351/200/273/350/276/221/345/244/261/346/225/210.md +79 -0
  111. package/vendor/BadCase/rn/cases/KI-020-netinfo/346/225/217/346/204/237/344/277/241/346/201/257/346/263/204/351/234/262.md +60 -0
  112. package/vendor/BadCase/rn/cases/KI-021-video/346/234/254/345/234/260/350/247/206/351/242/221/346/222/255/346/224/276/345/274/202/345/270/270.md +79 -0
  113. package/vendor/BadCase/rn/cases/KI-022-audio-recorder-player/346/236/232/344/270/276/347/274/272/345/244/261.md +38 -0
  114. package/vendor/BadCase/rn/cases/KI-023-svg/346/270/220/345/217/230/347/273/247/346/211/277/345/244/261/346/225/210.md +62 -0
  115. package/vendor/BadCase/rn/generalization-log.md +55 -0
  116. package/vendor/BadCase/rn/pr-info/rntpc_react-native-SmartRefreshLayout-32.json +328 -0
  117. package/vendor/BadCase/rn/pr-info/rntpc_react-native-SmartRefreshLayout-32.md +382 -0
  118. package/vendor/BadCase/rn/pr-info/rntpc_react-native-amap-geolocation-27.json +1351 -0
  119. package/vendor/BadCase/rn/pr-info/rntpc_react-native-amap-geolocation-27.md +1176 -0
  120. package/vendor/BadCase/rn/pr-info/rntpc_react-native-audio-recorder-player-22.json +538 -0
  121. package/vendor/BadCase/rn/pr-info/rntpc_react-native-audio-recorder-player-22.md +1488 -0
  122. package/vendor/BadCase/rn/pr-info/rntpc_react-native-blob-util-23.json +211 -0
  123. package/vendor/BadCase/rn/pr-info/rntpc_react-native-blob-util-23.md +35 -0
  124. package/vendor/BadCase/rn/pr-info/rntpc_react-native-code-push-17.json +2048 -0
  125. package/vendor/BadCase/rn/pr-info/rntpc_react-native-code-push-17.md +3866 -0
  126. package/vendor/BadCase/rn/pr-info/rntpc_react-native-fast-image-102.json +198 -0
  127. package/vendor/BadCase/rn/pr-info/rntpc_react-native-fast-image-102.md +40 -0
  128. package/vendor/BadCase/rn/pr-info/rntpc_react-native-fs-38.json +751 -0
  129. package/vendor/BadCase/rn/pr-info/rntpc_react-native-fs-38.md +883 -0
  130. package/vendor/BadCase/rn/pr-info/rntpc_react-native-geolocation-24.json +1544 -0
  131. package/vendor/BadCase/rn/pr-info/rntpc_react-native-geolocation-24.md +2598 -0
  132. package/vendor/BadCase/rn/pr-info/rntpc_react-native-modal-20.json +246 -0
  133. package/vendor/BadCase/rn/pr-info/rntpc_react-native-modal-20.md +554 -0
  134. package/vendor/BadCase/rn/pr-info/rntpc_react-native-netinfo-31.json +211 -0
  135. package/vendor/BadCase/rn/pr-info/rntpc_react-native-netinfo-31.md +54 -0
  136. package/vendor/BadCase/rn/pr-info/rntpc_react-native-orientation-locker-45.json +1626 -0
  137. package/vendor/BadCase/rn/pr-info/rntpc_react-native-orientation-locker-45.md +2213 -0
  138. package/vendor/BadCase/rn/pr-info/rntpc_react-native-orientation-locker-51.json +208 -0
  139. package/vendor/BadCase/rn/pr-info/rntpc_react-native-orientation-locker-51.md +77 -0
  140. package/vendor/BadCase/rn/pr-info/rntpc_react-native-pager-view-32.json +377 -0
  141. package/vendor/BadCase/rn/pr-info/rntpc_react-native-pager-view-32.md +174 -0
  142. package/vendor/BadCase/rn/pr-info/rntpc_react-native-qr-decode-image-camera-37.json +232 -0
  143. package/vendor/BadCase/rn/pr-info/rntpc_react-native-qr-decode-image-camera-37.md +194 -0
  144. package/vendor/BadCase/rn/pr-info/rntpc_react-native-reanimated-82.json +198 -0
  145. package/vendor/BadCase/rn/pr-info/rntpc_react-native-reanimated-82.md +67 -0
  146. package/vendor/BadCase/rn/pr-info/rntpc_react-native-screens-87.json +198 -0
  147. package/vendor/BadCase/rn/pr-info/rntpc_react-native-screens-87.md +38 -0
  148. package/vendor/BadCase/rn/pr-info/rntpc_react-native-screens-93.json +208 -0
  149. package/vendor/BadCase/rn/pr-info/rntpc_react-native-screens-93.md +34 -0
  150. package/vendor/BadCase/rn/pr-info/rntpc_react-native-spring-scrollview-38.json +222 -0
  151. package/vendor/BadCase/rn/pr-info/rntpc_react-native-spring-scrollview-38.md +56 -0
  152. package/vendor/BadCase/rn/pr-info/rntpc_react-native-svg-117.json +463 -0
  153. package/vendor/BadCase/rn/pr-info/rntpc_react-native-svg-117.md +383 -0
  154. package/vendor/BadCase/rn/pr-info/rntpc_react-native-video-66.json +464 -0
  155. package/vendor/BadCase/rn/pr-info/rntpc_react-native-video-66.md +565 -0
  156. package/vendor/BadCase/rn/pr-info/rntpc_react-native-webview-112.json +198 -0
  157. package/vendor/BadCase/rn/pr-info/rntpc_react-native-webview-112.md +47 -0
  158. package/vendor/BadCase/rn/pr-info/rntpc_react-native-webview-121.json +232 -0
  159. package/vendor/BadCase/rn/pr-info/rntpc_react-native-webview-121.md +422 -0
  160. package/vendor/BadCase/rn/pr-info/rntpc_react-native-wechat-lib-15.json +295 -0
  161. package/vendor/BadCase/rn/pr-info/rntpc_react-native-wechat-lib-15.md +1038 -0
  162. package/vendor/BadCase/rn/rules/R-01-/345/205/250/345/261/217/347/252/227/345/217/243/347/212/266/346/200/201/347/256/241/347/220/206/345/256/214/346/225/264/346/200/247.md +20 -0
  163. package/vendor/BadCase/rn/rules/R-02-/350/265/204/346/272/220URI/345/275/242/346/200/201/345/210/206/346/224/257/350/246/206/347/233/226.md +21 -0
  164. package/vendor/BadCase/rn/rules/R-03-/351/231/204/345/261/236/346/223/215/344/275/234/345/244/261/350/264/245/351/230/273/346/226/255/344/270/273/346/265/201/347/250/213.md +20 -0
  165. package/vendor/BadCase/rn/rules/R-04-/345/274/202/346/255/245/345/233/236/350/260/203/346/263/250/345/206/214/346/227/266/345/272/217.md +20 -0
  166. package/vendor/BadCase/rn/rules/R-05-/346/250/241/345/235/227/345/257/274/345/205/245/350/267/257/345/276/204/350/247/204/350/214/203.md +19 -0
  167. package/vendor/BadCase/rn/rules/R-06-/344/274/240/346/204/237/345/231/250/347/241/254/344/273/266/346/235/203/351/231/220/346/214/211/351/234/200/350/216/267/345/217/226.md +21 -0
  168. package/vendor/BadCase/rn/rules/R-07-/346/231/272/350/203/275/346/214/207/351/222/210/347/224/237/345/221/275/345/221/250/346/234/237/347/256/241/347/220/206.md +20 -0
  169. package/vendor/BadCase/rn/rules/R-08-/346/211/213/345/212/277/344/272/213/344/273/266/346/263/250/345/206/214/344/270/216/345/206/262/347/252/201/345/244/204/347/220/206.md +22 -0
  170. package/vendor/BadCase/rn/rules/R-09-/346/250/252/347/253/226/345/261/217/345/244/232/345/275/242/346/200/201/345/270/203/345/261/200/351/200/202/351/205/215.md +20 -0
  171. package/vendor/BadCase/rn/rules/R-10-/346/267/261/350/211/262/346/250/241/345/274/217/344/270/273/351/242/230/351/242/234/350/211/262/351/200/202/351/205/215.md +19 -0
  172. package/vendor/BadCase/rn/rules/R-11-/346/216/245/345/217/243/345/233/236/350/260/203/345/256/236/347/216/260/345/256/214/346/225/264/346/200/247.md +20 -0
  173. package/vendor/BadCase/rn/rules/R-12-/345/216/237/347/224/237/350/277/220/350/241/214/346/227/266/350/265/204/346/272/220/346/236/220/346/236/204/346/227/266/345/272/217.md +20 -0
  174. package/vendor/BadCase/rn/rules/R-13-/346/226/207/344/273/266/346/225/260/346/215/256/347/274/226/347/240/201/344/270/216/346/240/274/345/274/217/345/205/274/345/256/271.md +21 -0
  175. package/vendor/BadCase/rn/rules/R-14-/345/212/250/347/224/273/345/210/235/345/247/213/345/214/226/346/227/266/345/272/217/344/270/216/347/212/266/346/200/201/345/220/214/346/255/245.md +20 -0
  176. package/vendor/BadCase/rn/rules/R-15-/347/212/266/346/200/201/346/214/201/344/271/205/345/214/226/344/270/216/351/207/215/345/220/257/351/200/273/350/276/221/344/270/200/350/207/264/346/200/247.md +20 -0
  177. package/vendor/BadCase/rn/rules/R-16-/346/225/217/346/204/237/344/277/241/346/201/257/346/227/245/345/277/227/346/263/204/351/234/262.md +19 -0
  178. package/vendor/BadCase/rn/rules/R-17-/345/252/222/344/275/223/350/265/204/346/272/220/347/224/237/345/221/275/345/221/250/346/234/237/344/270/216/351/224/231/350/257/257/345/244/204/347/220/206.md +21 -0
  179. package/vendor/BadCase/rn/rules/R-18-/350/203/275/345/212/233/346/236/232/344/270/276/351/205/215/347/275/256/345/256/214/346/225/264/346/200/247.md +19 -0
  180. package/vendor/BadCase/rn/rules/R-19-/345/233/276/345/275/242/346/270/262/346/237/223/345/261/236/346/200/247/347/273/247/346/211/277/344/270/216/351/207/215/347/275/256.md +19 -0
  181. package/vendor/MCP/README.md +490 -0
  182. package/vendor/MCP/config.json +29 -0
  183. package/vendor/MCP/package.json +23 -0
  184. package/vendor/MCP/scripts/analyze-demo-coverage.cjs +1203 -0
  185. package/vendor/MCP/scripts/analyze-xts-coverage.cjs +1245 -0
  186. package/vendor/MCP/scripts/deveco_docs.js +247 -0
  187. package/vendor/MCP/scripts/extract-interfaces.cjs +1487 -0
  188. package/vendor/MCP/scripts/flutter-analyze-demo-coverage.cjs +666 -0
  189. package/vendor/MCP/scripts/flutter-analyze-xts-coverage.cjs +684 -0
  190. package/vendor/MCP/scripts/flutter-extract-interfaces.cjs +1251 -0
  191. package/vendor/MCP/scripts/flutter-render-spec-doc.cjs +351 -0
  192. package/vendor/MCP/scripts/render-spec-doc.cjs +347 -0
  193. package/vendor/MCP/scripts/rn-analyze-demo-coverage.cjs +645 -0
  194. package/vendor/MCP/scripts/rn-analyze-test-coverage.cjs +614 -0
  195. package/vendor/MCP/scripts/rn-extract-interfaces.cjs +1462 -0
  196. package/vendor/MCP/scripts/rn-render-spec-doc.cjs +327 -0
  197. package/vendor/MCP/scripts/rn-scan-exports.cjs +1336 -0
  198. package/vendor/MCP/src/client/MCPClientPool.js +220 -0
  199. package/vendor/MCP/src/config/ConfigLoader.js +189 -0
  200. package/vendor/MCP/src/executor/ScriptExecutor.js +110 -0
  201. package/vendor/MCP/src/gateway/Gateway.js +451 -0
  202. package/vendor/MCP/src/index.js +87 -0
  203. package/vendor/MCP/src/library/KBToolProvider.js +229 -0
  204. package/vendor/MCP/src/library/logger.js +60 -0
  205. package/vendor/MCP/src/registry/ScriptRegistry.js +238 -0
  206. package/vendor/MCP/src/registry/ToolRegistry.js +111 -0
  207. package/vendor/MCP/src/types.js +115 -0
  208. package/vendor/Server/Skills/arkts-library-test-coverage-check/references/MCP_TOOL_USAGE.md +4 -2
  209. package/vendor/Server/Skills/arkts-library-xts-coverage/SKILL.md +3 -3
  210. package/vendor/Server/Skills/knowledge-import/SKILL.md +1 -1
  211. package/vendor/Server/Skills/knowledge-import/references/MCP_TOOL_USAGE.md +12 -4
  212. package/vendor/Server/Skills/ohos-lib-pr-push/SKILL.md +5 -4
  213. package/vendor/Server/Skills/rn-library-issue-generalizer/SKILL.md +2 -2
  214. package/vendor/Server/Skills/rn-library-known-issue-check/SKILL.md +2 -2
  215. package/vendor/Server/Skills/rnoh-lib-demo-coverage/SKILL.md +1 -2
  216. package/vendor/Server/Skills/rnoh-lib-test-align/references/port-test-demo-guide.md +1 -1
  217. package/vendor/Server/Skills/rnoh-lib-xts-coverage/SKILL.md +1 -2
  218. package/vendor/Server/package.json +5 -1
  219. package/vendor/VERSION +3 -3
@@ -0,0 +1,208 @@
1
+ {
2
+ "pr": {
3
+ "id": 9011533,
4
+ "html_url": "https://gitcode.com/CPF-RN/rntpc_react-native-orientation-locker/merge_requests/51",
5
+ "number": 51,
6
+ "state": "merged",
7
+ "title": "perf:优化加速度传感器的打开和关闭",
8
+ "url": "https://api.gitcode.com/api/v5/repos/CPF-RN/rntpc_react-native-orientation-locker/pulls/51",
9
+ "issue_url": "https://api.gitcode.com/api/v5/repos/CPF-RN/rntpc_react-native-orientation-locker/pulls/51/issues",
10
+ "body": "perf:优化加速度传感器的打开和关闭",
11
+ "assignees_number": 3,
12
+ "assignees": [
13
+ {
14
+ "id": "6731c8f2fbbddc0c200a6019",
15
+ "login": "zhu_chengcheng",
16
+ "name": "zhu_chengcheng",
17
+ "avatar_url": "https://cdn-img.gitcode.com/fe/bd/f406eb600317d9bbb6a5c23042b49e5193dfbb7a63ee407f5bbfcbabcd177af1.jpg",
18
+ "html_url": "https://gitcode.com/zhu_chengcheng",
19
+ "assignee": true,
20
+ "code_owner": false,
21
+ "accept": false
22
+ },
23
+ {
24
+ "id": "67fdb69df01e3c566929edd4",
25
+ "login": "gcw_N7oHqLFR",
26
+ "name": "huang_jy",
27
+ "avatar_url": "",
28
+ "html_url": "https://gitcode.com/gcw_N7oHqLFR",
29
+ "assignee": true,
30
+ "code_owner": false,
31
+ "accept": false
32
+ },
33
+ {
34
+ "id": "67316e3733741160e6751351",
35
+ "login": "dingchengjie",
36
+ "name": "dingchengjie",
37
+ "avatar_url": "https://cdn-img.gitcode.com/fa/ed/6fa18810e4276d04d77bccf2f37c2287b44631cdcae7587fc4446f0bd79c2ed3.png",
38
+ "html_url": "https://gitcode.com/dingchengjie",
39
+ "assignee": true,
40
+ "code_owner": false,
41
+ "accept": true
42
+ }
43
+ ],
44
+ "testers": [
45
+ {
46
+ "id": "6541ccea82d8f837210e92c3",
47
+ "login": "openharmony_ci",
48
+ "name": "openharmony_ci",
49
+ "avatar_url": "https://cdn-img.gitcode.com/cb/be/5cb10620b4e9195576142df69cd44bb84df15d769c2a04eff5bf7324b903022c.png?time=1723462328974",
50
+ "html_url": "https://gitcode.com/openharmony_ci",
51
+ "assignee": false,
52
+ "code_owner": false,
53
+ "accept": true
54
+ }
55
+ ],
56
+ "approval_reviewers": [],
57
+ "labels": [
58
+ {
59
+ "id": 13245693,
60
+ "color": "#428BCA",
61
+ "name": "dco检查成功",
62
+ "repository_id": 4368861,
63
+ "created_at": "2026-07-07T17:22:19+08:00",
64
+ "updated_at": "2026-08-10T16:39:16+08:00"
65
+ },
66
+ {
67
+ "id": 13246086,
68
+ "color": "#428BCA",
69
+ "name": "编译成功",
70
+ "repository_id": 4368861,
71
+ "created_at": "2026-07-09T10:15:31+08:00",
72
+ "updated_at": "2026-08-10T19:22:57+08:00"
73
+ },
74
+ {
75
+ "id": 13245696,
76
+ "color": "#428BCA",
77
+ "name": "静态检查成功",
78
+ "repository_id": 4368861,
79
+ "created_at": "2026-07-07T17:33:39+08:00",
80
+ "updated_at": "2026-08-10T19:23:14+08:00"
81
+ }
82
+ ],
83
+ "created_at": "2026-08-10T16:38:38+08:00",
84
+ "updated_at": "2026-08-10T20:04:21+08:00",
85
+ "closed_at": "2026-08-10T20:04:20+08:00",
86
+ "merged_at": "2026-08-10T20:04:20+08:00",
87
+ "merged_by": {
88
+ "id": "6541ccea82d8f837210e92c3",
89
+ "login": "openharmony_ci",
90
+ "name": "openharmony_ci",
91
+ "avatar_url": "https://cdn-img.gitcode.com/cb/be/5cb10620b4e9195576142df69cd44bb84df15d769c2a04eff5bf7324b903022c.png?time=1723462328974",
92
+ "html_url": "https://gitcode.com/openharmony_ci"
93
+ },
94
+ "draft": false,
95
+ "can_merge_check": true,
96
+ "prune_branch": false,
97
+ "mergeable": true,
98
+ "user": {
99
+ "id": "66f4e6edca8388106d213150",
100
+ "login": "qq_434633291111",
101
+ "name": "wupingyuan",
102
+ "avatar_url": "https://cdn-img.gitcode.com/db/bc/dbbc52140cd3dd95d893359fd9341924a707304a0b81ab802ff56cf008923f45.png",
103
+ "html_url": "https://gitcode.com/qq_434633291111"
104
+ },
105
+ "head": {
106
+ "ref": "br_rnoh0.77",
107
+ "sha": "877caf7ef0bf274c68b235b45cca3c75a9a92739",
108
+ "label": "br_rnoh0.77",
109
+ "repo": {
110
+ "path": "rntpc_react-native-orientation-locker",
111
+ "name": "rntpc_react-native-orientation-locker",
112
+ "namespace": {
113
+ "path": "qq_434633291111"
114
+ },
115
+ "full_name": "qq_434633291111/rntpc_react-native-orientation-locker",
116
+ "html_url": "https://gitcode.com/qq_434633291111/rntpc_react-native-orientation-locker.git"
117
+ },
118
+ "user": {
119
+ "id": "66f4e6edca8388106d213150",
120
+ "login": "qq_434633291111",
121
+ "name": "wupingyuan",
122
+ "avatar_url": "https://cdn-img.gitcode.com/db/bc/dbbc52140cd3dd95d893359fd9341924a707304a0b81ab802ff56cf008923f45.png",
123
+ "html_url": "https://gitcode.com/qq_434633291111"
124
+ }
125
+ },
126
+ "base": {
127
+ "ref": "br_rnoh0.77",
128
+ "sha": "27a6f2f6d8a554ad24f2c9139971ed72c39ed720",
129
+ "label": "br_rnoh0.77",
130
+ "repo": {
131
+ "path": "rntpc_react-native-orientation-locker",
132
+ "name": "rntpc_react-native-orientation-locker",
133
+ "namespace": {
134
+ "path": "CPF-RN"
135
+ },
136
+ "full_name": "CPF-RN/rntpc_react-native-orientation-locker",
137
+ "html_url": "https://gitcode.com/CPF-RN/rntpc_react-native-orientation-locker.git"
138
+ }
139
+ },
140
+ "mergeable_state": {
141
+ "merge_request_id": 9011533,
142
+ "state": true,
143
+ "status_without_user_auth": true,
144
+ "conflict_passed": true,
145
+ "branch_missing_passed": true,
146
+ "non_ff_passed": true,
147
+ "mr_state_passed": true,
148
+ "merged_by_user_passed": true,
149
+ "work_in_progress_passed": true,
150
+ "resolve_discussion_passed": true,
151
+ "ci_state_passed": true,
152
+ "merge_by_self_passed": true,
153
+ "can_force_merge": true,
154
+ "approval_reviewers_required_passed": true,
155
+ "approval_approvers_required_passed": true,
156
+ "approval_testers_required_passed": true,
157
+ "merge_request_switch": {
158
+ "review_mode": "approval",
159
+ "merge_method": "merge",
160
+ "only_allow_merge_if_all_discussions_are_resolved": true,
161
+ "disable_merge_by_self": true,
162
+ "only_allow_merge_if_pipeline_succeeds": false,
163
+ "disable_squash_merge": false,
164
+ "squash_merge_with_no_merge_commit": false,
165
+ "approval_required_reviewers_count": 0,
166
+ "approval_required_reviewers_branch": "*",
167
+ "add_notes_after_merged": true,
168
+ "mark_auto_merged_mr_as_closed": false,
169
+ "can_force_merge": true,
170
+ "can_reopen": true
171
+ },
172
+ "reason": {},
173
+ "check_tasks_num": 2,
174
+ "all_depend_merge_request_merged_passed": true,
175
+ "approval_approvers_result": 2,
176
+ "approval_testers_result": 2
177
+ },
178
+ "visibility_reason": "public",
179
+ "close_related_issue": true,
180
+ "squash_merge": false
181
+ },
182
+ "files": [
183
+ {
184
+ "sha": "877caf7ef0bf274c68b235b45cca3c75a9a92739",
185
+ "filename": "src/orientation.harmony.js",
186
+ "additions": 21,
187
+ "deletions": 2,
188
+ "blob_id": "2e23ea468cc6e33f480b03300535d5ac42f27680",
189
+ "blob_url": "https://gitcode.com/CPF-RN/rntpc_react-native-orientation-locker/blob/877caf7ef0bf274c68b235b45cca3c75a9a92739/src/orientation.harmony.js",
190
+ "raw_url": "https://raw.gitcode.com/CPF-RN/rntpc_react-native-orientation-locker/raw/877caf7ef0bf274c68b235b45cca3c75a9a92739/src/orientation.harmony.js",
191
+ "patch": "@@ -21,6 +21,9 @@ var META = \"__listener_id\";\n \n var locked = false;\n \n+// 引用计数:count === 0 时 openSensor()(只一次),count 归 0 时 closeSensor()\n+var deviceOrientationListenerCount = 0;\n+\n function getKey(listener) {\n if (!listener.hasOwnProperty(META)) {\n if (!Object.isExtensible(listener)) {\n@@ -115,8 +118,15 @@ export default class Orientation {\n };\n \n static addDeviceOrientationListener = cb => {\n- OrientationNative.openSensor();\n var key = getKey(cb);\n+ // 同一个 cb 重复添加:不重复 openSensor()、不重复计数\n+ if (!listeners[key]) {\n+ // 引用计数为 0 时才打开 sensor(整个生命周期只调用一次)\n+ if (deviceOrientationListenerCount === 0) {\n+ OrientationNative.openSensor();\n+ }\n+ deviceOrientationListenerCount++;\n+ }\n listeners[key] = deviceEventEmitter.addListener(\n \"deviceOrientationDidChange\",\n body => {\n@@ -136,7 +146,11 @@ export default class Orientation {\n }\n listeners[key].remove();\n listeners[key] = null;\n- OrientationNative.closeSensor();\n+ deviceOrientationListenerCount--;\n+ // 引用计数归 0 时才关闭 sensor\n+ if (deviceOrientationListenerCount === 0) {\n+ OrientationNative.closeSensor();\n+ }\n };\n \n static addLockListener = cb => {\n@@ -163,6 +177,11 @@ export default class Orientation {\n listeners[key].remove();\n listeners[key] = null;\n }\n+ // 所有订阅被清空,若有 device 监听则复位计数并补一次 closeSensor\n+ if (deviceOrientationListenerCount > 0) {\n+ deviceOrientationListenerCount = 0;\n+ OrientationNative.closeSensor();\n+ }\n };\n \n static getInitialOrientation = () => {\n",
192
+ "target_branch": "br_rnoh0.77",
193
+ "source_branch": "br_rnoh0.77",
194
+ "source_project": {
195
+ "id": 9920253,
196
+ "full_name": "qq_434633291111/rntpc_react-native-orientation-locker",
197
+ "human_name": "qq_434633291111 / rntpc_react-native-orientation-locker",
198
+ "path": "rntpc_react-native-orientation-locker"
199
+ },
200
+ "target_project": {
201
+ "id": 4368861,
202
+ "full_name": "CPF-RN/rntpc_react-native-orientation-locker",
203
+ "human_name": "CPF-RN / rntpc_react-native-orientation-locker",
204
+ "path": "rntpc_react-native-orientation-locker"
205
+ }
206
+ }
207
+ ]
208
+ }
@@ -0,0 +1,77 @@
1
+ # PR #51: perf:优化加速度传感器的打开和关闭
2
+
3
+ - **状态**: merged
4
+ - **作者**: qq_434633291111
5
+ - **创建时间**: 2026-08-10T16:38:38+08:00
6
+ - **分支**: br_rnoh0.77 → br_rnoh0.77
7
+ - **变更文件数**: 1
8
+
9
+ ## PR 描述
10
+
11
+ perf:优化加速度传感器的打开和关闭
12
+
13
+ ## 变更文件
14
+
15
+ | 文件 | 变更 | +行 | -行 |
16
+ |------|------|-----|-----|
17
+ | `src/orientation.harmony.js` | ? | +21 | -2 |
18
+
19
+ ## Diff
20
+
21
+ ### `src/orientation.harmony.js`
22
+
23
+ ```diff
24
+ @@ -21,6 +21,9 @@ var META = "__listener_id";
25
+
26
+ var locked = false;
27
+
28
+ +// 引用计数:count === 0 时 openSensor()(只一次),count 归 0 时 closeSensor()
29
+ +var deviceOrientationListenerCount = 0;
30
+ +
31
+ function getKey(listener) {
32
+ if (!listener.hasOwnProperty(META)) {
33
+ if (!Object.isExtensible(listener)) {
34
+ @@ -115,8 +118,15 @@ export default class Orientation {
35
+ };
36
+
37
+ static addDeviceOrientationListener = cb => {
38
+ - OrientationNative.openSensor();
39
+ var key = getKey(cb);
40
+ + // 同一个 cb 重复添加:不重复 openSensor()、不重复计数
41
+ + if (!listeners[key]) {
42
+ + // 引用计数为 0 时才打开 sensor(整个生命周期只调用一次)
43
+ + if (deviceOrientationListenerCount === 0) {
44
+ + OrientationNative.openSensor();
45
+ + }
46
+ + deviceOrientationListenerCount++;
47
+ + }
48
+ listeners[key] = deviceEventEmitter.addListener(
49
+ "deviceOrientationDidChange",
50
+ body => {
51
+ @@ -136,7 +146,11 @@ export default class Orientation {
52
+ }
53
+ listeners[key].remove();
54
+ listeners[key] = null;
55
+ - OrientationNative.closeSensor();
56
+ + deviceOrientationListenerCount--;
57
+ + // 引用计数归 0 时才关闭 sensor
58
+ + if (deviceOrientationListenerCount === 0) {
59
+ + OrientationNative.closeSensor();
60
+ + }
61
+ };
62
+
63
+ static addLockListener = cb => {
64
+ @@ -163,6 +177,11 @@ export default class Orientation {
65
+ listeners[key].remove();
66
+ listeners[key] = null;
67
+ }
68
+ + // 所有订阅被清空,若有 device 监听则复位计数并补一次 closeSensor
69
+ + if (deviceOrientationListenerCount > 0) {
70
+ + deviceOrientationListenerCount = 0;
71
+ + OrientationNative.closeSensor();
72
+ + }
73
+ };
74
+
75
+ static getInitialOrientation = () => {
76
+
77
+ ```
@@ -0,0 +1,377 @@
1
+ {
2
+ "pr": {
3
+ "id": 8970199,
4
+ "html_url": "https://gitcode.com/CPF-RN/rntpc_react-native-pager-view/merge_requests/32",
5
+ "number": 32,
6
+ "state": "merged",
7
+ "title": "fix:修复嵌套滑动时父子组件无法联动响应的问题",
8
+ "url": "https://api.gitcode.com/api/v5/repos/CPF-RN/rntpc_react-native-pager-view/pulls/32",
9
+ "issue_url": "https://api.gitcode.com/api/v5/repos/CPF-RN/rntpc_react-native-pager-view/pulls/32/issues",
10
+ "body": "fix:修复嵌套滑动时父子组件无法联动响应的问题\nClose: [#19](https://gitcode.com/CPF-RN/rntpc_react-native-pager-view/issues/19) ",
11
+ "assignees_number": 3,
12
+ "assignees": [
13
+ {
14
+ "id": "6731c8f2fbbddc0c200a6019",
15
+ "login": "zhu_chengcheng",
16
+ "name": "zhu_chengcheng",
17
+ "avatar_url": "https://cdn-img.gitcode.com/fe/bd/f406eb600317d9bbb6a5c23042b49e5193dfbb7a63ee407f5bbfcbabcd177af1.jpg",
18
+ "html_url": "https://gitcode.com/zhu_chengcheng",
19
+ "assignee": true,
20
+ "code_owner": false,
21
+ "accept": false
22
+ },
23
+ {
24
+ "id": "67fdb69df01e3c566929edd4",
25
+ "login": "gcw_N7oHqLFR",
26
+ "name": "huang_jy",
27
+ "avatar_url": "",
28
+ "html_url": "https://gitcode.com/gcw_N7oHqLFR",
29
+ "assignee": true,
30
+ "code_owner": false,
31
+ "accept": false
32
+ },
33
+ {
34
+ "id": "67316e3733741160e6751351",
35
+ "login": "dingchengjie",
36
+ "name": "dingchengjie",
37
+ "avatar_url": "https://cdn-img.gitcode.com/fa/ed/6fa18810e4276d04d77bccf2f37c2287b44631cdcae7587fc4446f0bd79c2ed3.png",
38
+ "html_url": "https://gitcode.com/dingchengjie",
39
+ "assignee": true,
40
+ "code_owner": false,
41
+ "accept": true
42
+ }
43
+ ],
44
+ "testers": [
45
+ {
46
+ "id": "6541ccea82d8f837210e92c3",
47
+ "login": "openharmony_ci",
48
+ "name": "openharmony_ci",
49
+ "avatar_url": "https://cdn-img.gitcode.com/cb/be/5cb10620b4e9195576142df69cd44bb84df15d769c2a04eff5bf7324b903022c.png?time=1723462328974",
50
+ "html_url": "https://gitcode.com/openharmony_ci",
51
+ "assignee": false,
52
+ "code_owner": false,
53
+ "accept": true
54
+ }
55
+ ],
56
+ "approval_reviewers": [],
57
+ "labels": [
58
+ {
59
+ "id": 13248164,
60
+ "color": "#428BCA",
61
+ "name": "dco检查成功",
62
+ "repository_id": 4369283,
63
+ "created_at": "2026-07-21T15:14:27+08:00",
64
+ "updated_at": "2026-08-01T19:35:37+08:00"
65
+ },
66
+ {
67
+ "id": 13250604,
68
+ "color": "#428BCA",
69
+ "name": "编译成功",
70
+ "repository_id": 4369283,
71
+ "created_at": "2026-08-01T20:31:19+08:00",
72
+ "updated_at": "2026-08-03T13:44:26+08:00"
73
+ },
74
+ {
75
+ "id": 13248162,
76
+ "color": "#428BCA",
77
+ "name": "静态检查成功",
78
+ "repository_id": 4369283,
79
+ "created_at": "2026-07-21T15:02:39+08:00",
80
+ "updated_at": "2026-08-03T11:40:00+08:00"
81
+ }
82
+ ],
83
+ "created_at": "2026-08-01T19:34:53+08:00",
84
+ "updated_at": "2026-08-03T13:45:15+08:00",
85
+ "closed_at": "2026-08-03T13:45:14+08:00",
86
+ "merged_at": "2026-08-03T13:45:14+08:00",
87
+ "merged_by": {
88
+ "id": "6541ccea82d8f837210e92c3",
89
+ "login": "openharmony_ci",
90
+ "name": "openharmony_ci",
91
+ "avatar_url": "https://cdn-img.gitcode.com/cb/be/5cb10620b4e9195576142df69cd44bb84df15d769c2a04eff5bf7324b903022c.png?time=1723462328974",
92
+ "html_url": "https://gitcode.com/openharmony_ci"
93
+ },
94
+ "draft": false,
95
+ "can_merge_check": true,
96
+ "prune_branch": false,
97
+ "mergeable": true,
98
+ "user": {
99
+ "id": "66f4e6edca8388106d213150",
100
+ "login": "qq_434633291111",
101
+ "name": "wupingyuan",
102
+ "avatar_url": "https://cdn-img.gitcode.com/db/bc/dbbc52140cd3dd95d893359fd9341924a707304a0b81ab802ff56cf008923f45.png",
103
+ "html_url": "https://gitcode.com/qq_434633291111"
104
+ },
105
+ "head": {
106
+ "ref": "br_rnoh0.77",
107
+ "sha": "112467b4946ccafb44c95409b4f528d213928c7d",
108
+ "label": "br_rnoh0.77",
109
+ "repo": {
110
+ "path": "rntpc_react-native-pager-view",
111
+ "name": "rntpc_react-native-pager-view",
112
+ "namespace": {
113
+ "path": "qq_434633291111"
114
+ },
115
+ "full_name": "qq_434633291111/rntpc_react-native-pager-view",
116
+ "html_url": "https://gitcode.com/qq_434633291111/rntpc_react-native-pager-view.git"
117
+ },
118
+ "user": {
119
+ "id": "66f4e6edca8388106d213150",
120
+ "login": "qq_434633291111",
121
+ "name": "wupingyuan",
122
+ "avatar_url": "https://cdn-img.gitcode.com/db/bc/dbbc52140cd3dd95d893359fd9341924a707304a0b81ab802ff56cf008923f45.png",
123
+ "html_url": "https://gitcode.com/qq_434633291111"
124
+ }
125
+ },
126
+ "base": {
127
+ "ref": "br_rnoh0.77",
128
+ "sha": "2b92568a37bea3a9cd0a49e9732f94211b6ca4c7",
129
+ "label": "br_rnoh0.77",
130
+ "repo": {
131
+ "path": "rntpc_react-native-pager-view",
132
+ "name": "rntpc_react-native-pager-view",
133
+ "namespace": {
134
+ "path": "CPF-RN"
135
+ },
136
+ "full_name": "CPF-RN/rntpc_react-native-pager-view",
137
+ "html_url": "https://gitcode.com/CPF-RN/rntpc_react-native-pager-view.git"
138
+ }
139
+ },
140
+ "mergeable_state": {
141
+ "merge_request_id": 8970199,
142
+ "state": true,
143
+ "status_without_user_auth": true,
144
+ "conflict_passed": true,
145
+ "branch_missing_passed": true,
146
+ "non_ff_passed": true,
147
+ "mr_state_passed": true,
148
+ "merged_by_user_passed": true,
149
+ "work_in_progress_passed": true,
150
+ "resolve_discussion_passed": true,
151
+ "ci_state_passed": true,
152
+ "merge_by_self_passed": true,
153
+ "can_force_merge": true,
154
+ "approval_reviewers_required_passed": true,
155
+ "approval_approvers_required_passed": true,
156
+ "approval_testers_required_passed": true,
157
+ "merge_request_switch": {
158
+ "review_mode": "approval",
159
+ "merge_method": "merge",
160
+ "only_allow_merge_if_all_discussions_are_resolved": true,
161
+ "disable_merge_by_self": true,
162
+ "only_allow_merge_if_pipeline_succeeds": false,
163
+ "disable_squash_merge": false,
164
+ "squash_merge_with_no_merge_commit": false,
165
+ "approval_required_reviewers_count": 0,
166
+ "approval_required_reviewers_branch": "*",
167
+ "add_notes_after_merged": true,
168
+ "mark_auto_merged_mr_as_closed": false,
169
+ "can_force_merge": true,
170
+ "can_reopen": true
171
+ },
172
+ "reason": {},
173
+ "check_tasks_num": 2,
174
+ "all_depend_merge_request_merged_passed": true,
175
+ "approval_approvers_result": 2,
176
+ "approval_testers_result": 2
177
+ },
178
+ "visibility_reason": "public",
179
+ "close_related_issue": true,
180
+ "squash_merge": false
181
+ },
182
+ "files": [
183
+ {
184
+ "sha": "112467b4946ccafb44c95409b4f528d213928c7d",
185
+ "filename": ".npmignore",
186
+ "status": "added",
187
+ "additions": 2,
188
+ "deletions": 0,
189
+ "blob_id": "2e2ead6f526d8a8d5ddf575b4712100214d94510",
190
+ "blob_url": "https://gitcode.com/CPF-RN/rntpc_react-native-pager-view/blob/112467b4946ccafb44c95409b4f528d213928c7d/.npmignore",
191
+ "raw_url": "https://raw.gitcode.com/CPF-RN/rntpc_react-native-pager-view/raw/112467b4946ccafb44c95409b4f528d213928c7d/.npmignore",
192
+ "patch": "@@ -0,0 +1,2 @@\n+example\n+build\n\\n",
193
+ "target_branch": "br_rnoh0.77",
194
+ "source_branch": "br_rnoh0.77",
195
+ "source_project": {
196
+ "id": 7904914,
197
+ "full_name": "qq_434633291111/rntpc_react-native-pager-view",
198
+ "human_name": "qq_434633291111 / rntpc_react-native-pager-view",
199
+ "path": "rntpc_react-native-pager-view"
200
+ },
201
+ "target_project": {
202
+ "id": 4369283,
203
+ "full_name": "CPF-RN/rntpc_react-native-pager-view",
204
+ "human_name": "CPF-RN / rntpc_react-native-pager-view",
205
+ "path": "rntpc_react-native-pager-view"
206
+ }
207
+ },
208
+ {
209
+ "sha": "112467b4946ccafb44c95409b4f528d213928c7d",
210
+ "filename": "example/harmony/build-profile.template.json5",
211
+ "additions": 4,
212
+ "deletions": 1,
213
+ "blob_id": "cbb7b65d77c38645e1b47000bda0be0889eccefd",
214
+ "blob_url": "https://gitcode.com/CPF-RN/rntpc_react-native-pager-view/blob/112467b4946ccafb44c95409b4f528d213928c7d/example/harmony/build-profile.template.json5",
215
+ "raw_url": "https://raw.gitcode.com/CPF-RN/rntpc_react-native-pager-view/raw/112467b4946ccafb44c95409b4f528d213928c7d/example/harmony/build-profile.template.json5",
216
+ "patch": "@@ -4,7 +4,6 @@\n {\n \"name\": 'default',\n \"signingConfig\": 'default',\n- \"compileSdkVersion\": '5.0.1(13)',\n \"compatibleSdkVersion\": '5.0.0(12)',\n \"runtimeOS\": 'HarmonyOS'\n },\n@@ -31,6 +30,10 @@\n ],\n },\n ],\n+ },\n+ {\n+ name: 'pager_view',\n+ srcPath: '../../harmony/pager_view',\n }\n ],\n }\n\\n",
217
+ "target_branch": "br_rnoh0.77",
218
+ "source_branch": "br_rnoh0.77",
219
+ "source_project": {
220
+ "id": 7904914,
221
+ "full_name": "qq_434633291111/rntpc_react-native-pager-view",
222
+ "human_name": "qq_434633291111 / rntpc_react-native-pager-view",
223
+ "path": "rntpc_react-native-pager-view"
224
+ },
225
+ "target_project": {
226
+ "id": 4369283,
227
+ "full_name": "CPF-RN/rntpc_react-native-pager-view",
228
+ "human_name": "CPF-RN / rntpc_react-native-pager-view",
229
+ "path": "rntpc_react-native-pager-view"
230
+ }
231
+ },
232
+ {
233
+ "sha": "112467b4946ccafb44c95409b4f528d213928c7d",
234
+ "filename": "example/harmony/entry/oh-package.json5",
235
+ "additions": 1,
236
+ "deletions": 1,
237
+ "blob_id": "745605bc313a2c698c98101ef4aef8801a8701e5",
238
+ "blob_url": "https://gitcode.com/CPF-RN/rntpc_react-native-pager-view/blob/112467b4946ccafb44c95409b4f528d213928c7d/example/harmony/entry/oh-package.json5",
239
+ "raw_url": "https://raw.gitcode.com/CPF-RN/rntpc_react-native-pager-view/raw/112467b4946ccafb44c95409b4f528d213928c7d/example/harmony/entry/oh-package.json5",
240
+ "patch": "@@ -5,7 +5,7 @@\n \"description\": \"example description\",\n \"version\": \"1.0.0\",\n \"dependencies\": {\n- \"@rnoh/react-native-openharmony\": \"file:../../node_modules/react-native-harmony/harmony/react_native_openharmony.har\",\n+ \"@rnoh/react-native-openharmony\": \"file:../../node_modules/@react-native-oh/react-native-harmony/react_native_openharmony.har\",\n \"@react-native-ohos/react-native-pager-view\": \"file:../../node_modules/@react-native-ohos/react-native-pager-view/harmony/pager_view.har\"\n }\n }\n\\n",
241
+ "target_branch": "br_rnoh0.77",
242
+ "source_branch": "br_rnoh0.77",
243
+ "source_project": {
244
+ "id": 7904914,
245
+ "full_name": "qq_434633291111/rntpc_react-native-pager-view",
246
+ "human_name": "qq_434633291111 / rntpc_react-native-pager-view",
247
+ "path": "rntpc_react-native-pager-view"
248
+ },
249
+ "target_project": {
250
+ "id": 4369283,
251
+ "full_name": "CPF-RN/rntpc_react-native-pager-view",
252
+ "human_name": "CPF-RN / rntpc_react-native-pager-view",
253
+ "path": "rntpc_react-native-pager-view"
254
+ }
255
+ },
256
+ {
257
+ "sha": "112467b4946ccafb44c95409b4f528d213928c7d",
258
+ "filename": "example/harmony/oh-package.json5",
259
+ "additions": 1,
260
+ "deletions": 1,
261
+ "blob_id": "2e8fa395333000532f0999802fd0eab018c2abe7",
262
+ "blob_url": "https://gitcode.com/CPF-RN/rntpc_react-native-pager-view/blob/112467b4946ccafb44c95409b4f528d213928c7d/example/harmony/oh-package.json5",
263
+ "raw_url": "https://raw.gitcode.com/CPF-RN/rntpc_react-native-pager-view/raw/112467b4946ccafb44c95409b4f528d213928c7d/example/harmony/oh-package.json5",
264
+ "patch": "@@ -6,7 +6,7 @@\n \"repository\": {},\n \"version\": \"1.0.0\",\n \"overrides\": {\n- \"@rnoh/react-native-openharmony\": \"file:./../node_modules/react-native-harmony/harmony/react_native_openharmony.har\"\n+ '@rnoh/react-native-openharmony': 'file:../node_modules/@react-native-oh/react-native-harmony/react_native_openharmony.har'\n },\n \"dynamicDependencies\": {}\n }\n\\n",
265
+ "target_branch": "br_rnoh0.77",
266
+ "source_branch": "br_rnoh0.77",
267
+ "source_project": {
268
+ "id": 7904914,
269
+ "full_name": "qq_434633291111/rntpc_react-native-pager-view",
270
+ "human_name": "qq_434633291111 / rntpc_react-native-pager-view",
271
+ "path": "rntpc_react-native-pager-view"
272
+ },
273
+ "target_project": {
274
+ "id": 4369283,
275
+ "full_name": "CPF-RN/rntpc_react-native-pager-view",
276
+ "human_name": "CPF-RN / rntpc_react-native-pager-view",
277
+ "path": "rntpc_react-native-pager-view"
278
+ }
279
+ },
280
+ {
281
+ "sha": "112467b4946ccafb44c95409b4f528d213928c7d",
282
+ "filename": "example/metro.config.js",
283
+ "additions": 2,
284
+ "deletions": 2,
285
+ "blob_id": "faf86d69d1938eb314cc12c0b287904dfbc6a682",
286
+ "blob_url": "https://gitcode.com/CPF-RN/rntpc_react-native-pager-view/blob/112467b4946ccafb44c95409b4f528d213928c7d/example/metro.config.js",
287
+ "raw_url": "https://raw.gitcode.com/CPF-RN/rntpc_react-native-pager-view/raw/112467b4946ccafb44c95409b4f528d213928c7d/example/metro.config.js",
288
+ "patch": "@@ -5,7 +5,7 @@\n */\n \n const {mergeConfig, getDefaultConfig} = require('@react-native/metro-config');\n-const {createHarmonyMetroConfig} = require('react-native-harmony/metro.config');\n+const {createHarmonyMetroConfig} = require('@react-native-oh/react-native-harmony/metro.config');\n \n /**\n * @type {import(\"metro-config\").ConfigT}\n@@ -24,7 +24,7 @@ const config = {\n module.exports = mergeConfig(\n getDefaultConfig(__dirname),\n createHarmonyMetroConfig({\n- reactNativeHarmonyPackageName: 'react-native-harmony',\n+ reactNativeHarmonyPackageName: '@react-native-oh/react-native-harmony',\n }),\n config,\n );\n",
289
+ "target_branch": "br_rnoh0.77",
290
+ "source_branch": "br_rnoh0.77",
291
+ "source_project": {
292
+ "id": 7904914,
293
+ "full_name": "qq_434633291111/rntpc_react-native-pager-view",
294
+ "human_name": "qq_434633291111 / rntpc_react-native-pager-view",
295
+ "path": "rntpc_react-native-pager-view"
296
+ },
297
+ "target_project": {
298
+ "id": 4369283,
299
+ "full_name": "CPF-RN/rntpc_react-native-pager-view",
300
+ "human_name": "CPF-RN / rntpc_react-native-pager-view",
301
+ "path": "rntpc_react-native-pager-view"
302
+ }
303
+ },
304
+ {
305
+ "sha": "112467b4946ccafb44c95409b4f528d213928c7d",
306
+ "filename": "example/package.json",
307
+ "additions": 2,
308
+ "deletions": 2,
309
+ "blob_id": "e5680ead85e79acf8b8e24ab95589485f791a1cc",
310
+ "blob_url": "https://gitcode.com/CPF-RN/rntpc_react-native-pager-view/blob/112467b4946ccafb44c95409b4f528d213928c7d/example/package.json",
311
+ "raw_url": "https://raw.gitcode.com/CPF-RN/rntpc_react-native-pager-view/raw/112467b4946ccafb44c95409b4f528d213928c7d/example/package.json",
312
+ "patch": "@@ -19,7 +19,7 @@\n \"@react-native-ohos/react-native-pager-view\": \"file:../react-native-ohos-react-native-pager-view-6.7.3.tgz\",\n \"react\": \"18.3.1\",\n \"react-native\": \"0.77.1\",\n- \"react-native-harmony\": \"file:../packages/rnoh-react-native-harmony-0.77.10.tgz\",\n+ \"@react-native-oh/react-native-harmony\": \"npm:@react-native-oh/react-native-harmony@0.77.18-1\",\n \"react-native-reanimated\": \"^3.6.0\"\n },\n \"devDependencies\": {\n@@ -34,7 +34,7 @@\n \"@react-native/eslint-config\": \"0.77.1\",\n \"@react-native/metro-config\": \"^0.77.1\",\n \"@react-native/typescript-config\": \"0.77.1\",\n- \"@rnoh/react-native-harmony-cli\": \"file:../packages/rnoh-react-native-harmony-cli-0.77.10.tgz\",\n+ \"@rnoh/react-native-harmony-cli\": \"npm:@react-native-oh/react-native-harmony-cli@0.77.18\",\n \"@tsconfig/react-native\": \"^3.0.0\",\n \"@types/d3-scale-chromatic\": \"^3.0.0\",\n \"@types/jest\": \"^29.5.13\",\n",
313
+ "target_branch": "br_rnoh0.77",
314
+ "source_branch": "br_rnoh0.77",
315
+ "source_project": {
316
+ "id": 7904914,
317
+ "full_name": "qq_434633291111/rntpc_react-native-pager-view",
318
+ "human_name": "qq_434633291111 / rntpc_react-native-pager-view",
319
+ "path": "rntpc_react-native-pager-view"
320
+ },
321
+ "target_project": {
322
+ "id": 4369283,
323
+ "full_name": "CPF-RN/rntpc_react-native-pager-view",
324
+ "human_name": "CPF-RN / rntpc_react-native-pager-view",
325
+ "path": "rntpc_react-native-pager-view"
326
+ }
327
+ },
328
+ {
329
+ "sha": "112467b4946ccafb44c95409b4f528d213928c7d",
330
+ "filename": "harmony/pager_view/src/main/cpp/SwiperNode.cpp",
331
+ "additions": 4,
332
+ "deletions": 0,
333
+ "blob_id": "29e5b16632f3c4dc8d2f70a829c1722b84d00f2a",
334
+ "blob_url": "https://gitcode.com/CPF-RN/rntpc_react-native-pager-view/blob/112467b4946ccafb44c95409b4f528d213928c7d/harmony/pager_view/src/main/cpp/SwiperNode.cpp",
335
+ "raw_url": "https://raw.gitcode.com/CPF-RN/rntpc_react-native-pager-view/raw/112467b4946ccafb44c95409b4f528d213928c7d/harmony/pager_view/src/main/cpp/SwiperNode.cpp",
336
+ "patch": "@@ -42,6 +42,10 @@ namespace rnoh {\n m_nodeHandle, NODE_SWIPER_EVENT_ON_CONTENT_DID_SCROLL, NODE_SWIPER_EVENT_ON_CONTENT_DID_SCROLL, this));\r\n maybeThrow(NativeNodeApi::getInstance()->registerNodeEvent(\r\n m_nodeHandle, NODE_EVENT_ON_APPEAR, NODE_EVENT_ON_APPEAR, this));\r\n+ // 开启嵌套滑动时的父子联动响应\r\n+ ArkUI_NumberValue indexValue[] = {{.i32 = m_swiperNestedScrollMode}};\r\n+ ArkUI_AttributeItem indexItem = {indexValue, sizeof(indexValue) / sizeof(ArkUI_NumberValue)};\r\n+ maybeThrow(NativeNodeApi::getInstance()->setAttribute(m_nodeHandle, NODE_SWIPER_NESTED_SCROLL, &indexItem));\r\n }\r\n \r\n \r\n",
337
+ "target_branch": "br_rnoh0.77",
338
+ "source_branch": "br_rnoh0.77",
339
+ "source_project": {
340
+ "id": 7904914,
341
+ "full_name": "qq_434633291111/rntpc_react-native-pager-view",
342
+ "human_name": "qq_434633291111 / rntpc_react-native-pager-view",
343
+ "path": "rntpc_react-native-pager-view"
344
+ },
345
+ "target_project": {
346
+ "id": 4369283,
347
+ "full_name": "CPF-RN/rntpc_react-native-pager-view",
348
+ "human_name": "CPF-RN / rntpc_react-native-pager-view",
349
+ "path": "rntpc_react-native-pager-view"
350
+ }
351
+ },
352
+ {
353
+ "sha": "112467b4946ccafb44c95409b4f528d213928c7d",
354
+ "filename": "harmony/pager_view/src/main/cpp/SwiperNode.h",
355
+ "additions": 1,
356
+ "deletions": 0,
357
+ "blob_id": "266704dd86d9dcebfa737c77b7472d889d28c7d8",
358
+ "blob_url": "https://gitcode.com/CPF-RN/rntpc_react-native-pager-view/blob/112467b4946ccafb44c95409b4f528d213928c7d/harmony/pager_view/src/main/cpp/SwiperNode.h",
359
+ "raw_url": "https://raw.gitcode.com/CPF-RN/rntpc_react-native-pager-view/raw/112467b4946ccafb44c95409b4f528d213928c7d/harmony/pager_view/src/main/cpp/SwiperNode.h",
360
+ "patch": "@@ -81,6 +81,7 @@ namespace rnoh {\n std::chrono::high_resolution_clock::time_point animationEnd;\r\n bool m_interceptSendOffset = false;\r\n std::map<void*,ArkUI_NodeHandle> m_nodeHandleMap;\r\n+ ArkUI_SwiperNestedScrollMode m_swiperNestedScrollMode = ARKUI_SWIPER_NESTED_SRCOLL_SELF_FIRST;\r\n public:\r\n SwiperNode();\r\n \r\n",
361
+ "target_branch": "br_rnoh0.77",
362
+ "source_branch": "br_rnoh0.77",
363
+ "source_project": {
364
+ "id": 7904914,
365
+ "full_name": "qq_434633291111/rntpc_react-native-pager-view",
366
+ "human_name": "qq_434633291111 / rntpc_react-native-pager-view",
367
+ "path": "rntpc_react-native-pager-view"
368
+ },
369
+ "target_project": {
370
+ "id": 4369283,
371
+ "full_name": "CPF-RN/rntpc_react-native-pager-view",
372
+ "human_name": "CPF-RN / rntpc_react-native-pager-view",
373
+ "path": "rntpc_react-native-pager-view"
374
+ }
375
+ }
376
+ ]
377
+ }