已关闭
relationalStore.d.ts 修复失效的 docroot 文档链接 #26513
guochao95创建于 11 天前关闭于 11 天前
openharmony_ci
11 天前 评论:
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.


11 天前 添加了label:waiting_for_assign
11 天前 关闭了 issue
11 天前 issue状态由 待办的 改变为 已完成
问题
zh-cn/api/@ohos.data.relationalStore.d.ts中存在 17 处使用docroot://相对路径引用的文档链接(如docroot://database/data-sync-of-rdb-store.md、docroot://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