| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix: 修复剩余无风险告警 G.OBJ.04/G.FMT.02/G.FMT.06/G.FMT.10/G.FMT.11/G.DCL.01/G.EXT.03/TypeScript export type/冗余代码 G.OBJ.04 点号访问属性: 6个文件12处 obj['key']→obj.key (语法等价) G.FMT.02 行宽过长: 6个文件9处 长行换行拆分 (纯格式) G.FMT.06 else/catch位置: 1个文件1处 } catch同行 (纯格式) G.FMT.10 大括号同行: 1个文件1处 { 后换行 (纯格式) G.FMT.11 if加括号: 1个文件1处 if(x)y→if(x){y} (语义不变) G.DCL.01 var→const: 1个文件1处 (块级作用域等价) G.EXT.03 T[]数组类型: 2个文件2处 Array<T>→T[] (语法等价) TypeScript export type: 1个文件1处 export{Type}→export type{Type} (纯类型导出) 冗余代码: 6个文件6处 删除注释import/测试代码 (死代码删除) 共修改19个文件32处,逐行验证均为语法等价/纯格式变换,无功能逻辑改变 Signed-off-by: jiaxuan_wong <1801330925@qq.com> AI[74%] Human Fixed[0%] Human[26%] AI Adopted[100%] Co-authored-by: opencode (glm-5.2) <ai@local> | 1 个月前 | |
fix: 修复代码扫描告警 G.TYP.04/G.FMT.12/G.EXP.02/G.FMT.08/G.FMT.11/G.OTH.03 G.TYP.04 建议字符串使用单引号: 125个文件双引号转单引号 G.FMT.12 每句代码后加分号: 57个文件补充缺失分号176处 G.EXP.02 判断相等时应使用===和!==: 4个文件6处同类型比较转换 G.FMT.08 用空格突出关键字和重要信息: 2处多余空格修正 G.FMT.11 条件语句必须使用大括号: 2处if补大括号 G.OTH.03 不用的代码段直接删除: 4个文件删除注释代码 共修改140个文件,仅修复77-main.txt文档范围内的告警,无额外修改 Signed-off-by: jiaxuan_wong <1801330925@qq.com> | 1 个月前 | |
docs(Docs): add WebSocket heartbeat configuration guide WebSocket心跳检测配置说明 Signed-off-by: fangyygw <fang_zhen@hoperun.com> | 7 天前 | |
fix: 补充修复77-main.xlsx全量告警 G.TYP.04/G.FMT.08/G.FMT.12 G.TYP.04 建议字符串使用单引号: 31个文件双引号转单引号 G.FMT.08 用空格突出关键字和重要信息: 26个hvigorfile.ts多余空格修正 G.FMT.12 每句代码后加分号: 12个文件补充缺失分号45处 补充修复依据: 77-main.xlsx全量告警清单(609条) 本次补充修复196条遗漏告警,此前已修复221条 逐行精确配对验证: 159处变更均为引号/分号/空格,无语法逻辑改变 Signed-off-by: jiaxuan_wong <1801330925@qq.com> AI[0%] Human Fixed[0%] Human[100%] AI Adopted[0%] | 1 个月前 | |
chore: add patch:rn script and update react-native patching instructions Co-authored-by: Arkadiusz Kasprzyk<arkadiusz.kasprzyk@swmansion.com> # message auto-generated for no-merge-commit merge: merge kas/patch-react-native into 0.77.1-rc.1-ohos chore: add patch:rn script and update react-native patching instructions Created-by: arkadiuszkasprzyk Commit-by: Arkadiusz Kasprzyk Merged-by: huangyouhua Description: ## Description pnpm patch:rn simplifies the process of patching react-native for RNOH_MAINTAINERS. I expect it to happen more often in the nearest future due to active development of interop 61 package. This MR also updates react-native patching and upgrading instructions because they are outdated. ## Changes - [chore] added pnpm patch:rn script - [chore] updated react-native patching and upgrading instructions ## Test Plan Play around with pnpm patch:rn. Try adding custom style in View.js. ## Checklist - [x] Does not involve incompatible changes; if involved, has been reviewed accordingly. - [x] Does not impact performance, or performance testing has been conducted without degradation. - [x] Complies with the relevant coding standards. - [x] Does not involve documentation updates, or the documentation has been updated. - [x] Meets testability requirements with necessary self-test cases, appropriate logging, or trace information added. - [x] No illegal file inclusions exist, such as images or code. See merge request: openharmony-sig/ohos_react_native!1458 | 1 年前 | |
docs(Docs): add WebSocket heartbeat configuration guide WebSocket心跳检测配置说明 Signed-off-by: fangyygw <fang_zhen@hoperun.com> | 7 天前 |