diff --git a/README.md b/README.md index 7f6ff079ac39af3a36cba55216573567e117fbbc..53e5f5157a9cb4fdf8a4b6f8850ba5a3389cca48 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ ylong_json ├─ docs # Description documents ├─ examples # ylong_json code example ├─ figures # ylong_json structure charts -├─ patches # patches related information ├─ src │ ├─ value # Array and Object type definitions and related methods │ ├─ adapter.rs # Adapts to the C interface implementation diff --git a/README_zh.md b/README_zh.md index 4101085cb61c5ab3a7321d7c1b16646fa6e2a875..4b1b133a0a44a5163341477525d943309c1754f4 100644 --- a/README_zh.md +++ b/README_zh.md @@ -36,7 +36,6 @@ ylong_json ├─ docs # 说明文档 ├─ examples # ylong_json 代码示例 ├─ figures # ylong_json 架构图 -├─ patches # patches 相关信息 ├─ src │ ├─ value # Array, Object 类型定义和相关方法实现 │ ├─ adapter.rs # 适配 C 的接口实现 diff --git a/patches/patches.json b/patches/patches.json deleted file mode 100644 index 441e67213e375371f100ef1add60bf6872c594d9..0000000000000000000000000000000000000000 --- a/patches/patches.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "patches": [ - { - "project":"productdefine_common", - "path":"productdefine/common", - "pr_url":"https://gitee.com/openharmony/productdefine_common/pulls/680" - } - ] -} \ No newline at end of file