From 7796353f4e557c4d4f73670a32a84d43e093d875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=9B=E7=A3=8A?= Date: Thu, 21 Sep 2023 14:44:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E8=BD=AC=E6=AD=A3=E5=88=A0?= =?UTF-8?q?=E9=99=A4patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 薛磊 --- README.md | 1 - README_zh.md | 1 - patches/patches.json | 9 --------- 3 files changed, 11 deletions(-) delete mode 100644 patches/patches.json diff --git a/README.md b/README.md index 7f6ff07..53e5f51 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 4101085..4b1b133 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 441e672..0000000 --- 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 -- Gitee