已关闭
relationalStore.d.ts 修复失效的 docroot 文档链接 #26513
guochao95创建于  11 天前关闭于  11 天前
guochao95
11 天前 创建

问题

zh-cn/api/@ohos.data.relationalStore.d.ts 中存在 17 处使用 docroot:// 相对路径引用的文档链接(如 docroot://database/data-sync-of-rdb-store.mddocroot://reference/errorcode-universal.md 等),这些相对路径无法在 SDK 文档站点正确跳转,导致链接失效。

修复方案

将所有 docroot://... 相对链接替换为 https://gitcode.com/openharmony/docs/blob/master/zh-cn/application-dev/... 完整链接,涉及引用点:批量数据写库指南、通用错误码、数据同步存储机制、StoreConfig、跨设备同步访问控制机制、应用沙箱目录、开发步骤、向量数据库规格限制、RdbStore on/autoSyncProgress/statistics 等。

变更范围

  • 文件:zh-cn/api/@ohos.data.relationalStore.d.ts
  • 变更量:+17 / -17,纯文档链接修正,无接口签名变更
likedislike
openharmony_ci
openharmony_ci成员
11 天前 评论:

感谢提交Issue!关于Issue的交互操作,请访问OpenHarmony社区支持命令清单。如果有问题,请联系 [@xiadengping20241118](https://gitcode.com/xiadengping20241118) 。如果需要调整订阅PR、Issue的变更状态,请访问链接


Thanks for submitting the issue. For more commands, please visit OpenHarmony Command List. If you have any questions, please refer to committer gitcode for help. If you need to change the subscription of a Pull Request or Issue, please visit the link.

likedislike
openharmony_ciopenharmony_ci成员
11 天前 添加了label:waiting_for_assign
Gguochao95
11 天前 关联了pull request:fix(rdb): convert docroot links to gitcode URLs
openharmony_ciopenharmony_ci成员
11 天前 关闭了 issue
openharmony_ciopenharmony_ci成员
11 天前 issue状态由 待办的 改变为 已完成