已合并
docs: 升级 README 文档至模板 v0.4.2,仅保留0.82分支内容 #101
docs: 升级 README 文档至模板 v0.4.2,仅保留0.82分支内容 #101
已合并
fangzhen创建于 22 天前
fangzhen
fangzhen成员
22 天前

docs: 升级 README 文档至模板 v0.4.2,仅保留0.82分支内容

likedislike
Pull Request已成功合入, 合并人@openharmony_ci
(感谢 fangzhen 的贡献)
openharmony_ci
openharmony_ci成员
22 天前 评论:

感谢提交 Pull Requests!
Thanks for submitting a pull request.

likedislike
openharmony_ciopenharmony_ci成员
22 天前 添加了label:dco检查成功
fangzhenfangzhen成员
22 天前 关联了issue:升级0.82分支readme到0.4.2
cpf-manager
cpf-manager22 天前进行代码检视2
README.md
@@ -10,0 +732,4 @@
732+| backTitle | 返回按钮文本内容 | property | No | iOS Android | Yes |
733+| backTitleFontSize | 返回按钮文本字号大小 | property | No | iOS Android | Yes |
734+| backTitleVisible | 返回按钮文本是否显示 | property | No | iOS Android | Yes |
735+| backTitleVisible | 返回按钮文本是否显示 | property | No | iOS Android | No |
cpf-manager
cpf-manager22 天前评论:

【AI-Review】【一般】【基础代码问题】【代码逻辑错误】backTitleVisible 属性重复定义且 HarmonyOS Support 取值矛盾

● 问题: 在社区版 ScreenStackHeaderConfigProps 属性表(<details> 折叠块)中,backTitleVisible 属性被列出了两次,且两次的 HarmonyOS Support 值相互矛盾:

  • 第 734 行:| backTitleVisible | 返回按钮文本是否显示 | property | No | iOS Android | Yes |
  • 第 735 行:| backTitleVisible | 返回按钮文本是否显示 | property | No | iOS Android | No |
    同一属性在同一个表中同时声明为"支持(Yes)"和"不支持(No)",二者无法同时成立。

● 影响: 一般。用户在查阅该表时无法判断 backTitleVisible 在 HarmonyOS 平台是否可用,会误导使用决策;同时同一属性出现两行也会造成表格冗余,降低文档可维护性。

● 建议: 删除其中一行,仅保留与实际实现一致的状态。若实际未实现,应保留 No 并删除第 734 行;若已实现,则保留 Yes 并删除第 735 行。另外,英文版 README-en.md 第 735 行与第 755 行存在完全相同的问题,请一并修正。

likedislike
fangzhen
fangzhen成员
3 天前 评论:

已修改

cpf-manager
cpf-manager22 天前进行代码检视3
README.md
已过期
@@ -10,0 +745,4 @@
745+| onChangeText | 搜索栏文本变更 | function | No | iOS Android | Yes |
746+| cancelButtonText | 取消按钮文本内容 | property | No | iOS Android | Yes |
747+| barTintColor | 搜索背景色 | property | No | iOS Android | Yes |
748+| tintColor | 搜索提示文字颜色 | property | No | iOS Android | Yes |
cpf-manager
cpf-manager22 天前评论:

【AI-Review】【一般】【基础代码问题】【可读性问题】tintColor 属性重复定义且描述错误

● 问题: 在社区版属性表(<details> 折叠块)中,tintColor 被列出了两次,且两次的 Description 不一致:

  • 第 748 行:| tintColor | 搜索提示文字颜色 | property | No | iOS Android | Yes |
  • 第 756 行:| tintColor | 光标 insertion 符和取消按钮文本的颜色 | property | No | iOS | Yes |
    而本文档上方 SearchBarProps 主表(第 475 行)对 tintColor 的描述为"光标插入符号和取消按钮文本的颜色",与第 756 行一致。因此第 748 行的描述"搜索提示文字颜色"是错误的——tintColor 控制的是光标插入符和取消按钮文本的颜色,并非搜索提示文字颜色(搜索提示文字颜色对应的是 hintTextColor 属性,见第 486 行)。

● 影响: 一般。用户按第 748 行的描述使用 tintColor 调整搜索提示文字颜色时将无法得到预期效果,造成使用困惑;同一属性出现两行不同描述也会降低文档可信度。

● 建议: 删除第 748 行的重复条目,仅保留第 756 行的正确描述;或将第 748 行的描述更正为"光标插入符和取消按钮文本的颜色"并合并去重。

likedislike
System
系统消息系统
3 天前 评论:

changed this line on be6964ee view diff detail

fangzhen
fangzhen成员
3 天前 评论:

已修改

此处折叠了64条消息 查看更多
openharmony_ci
openharmony_ci成员
3 天前 评论:

代码门禁通过
您可以通过如下链接查看门禁报告:http://dcp.openharmony.cn/workbench/cicd/detail/6a9675f164650f998b722069/runlist

静态检查:

# check type result report
1 codeCheck pass >>>

likedislike
dingchengjiedingchengjie成员
3 天前 将dingchengjie设为审查人
dingchengjiedingchengjie成员
3 天前 通过审查
openharmony_ciopenharmony_ci成员
3 天前 关闭了关联的issue
openharmony_ciopenharmony_ci成员
3 天前 合入了pull request,合并节点 SHA:95a217c5187ea633dcdab47ea7353bc8b2b75709