From 1c4799d690f45835043c1600f7cf1aeb06f3084d Mon Sep 17 00:00:00 2001 From: kevinyao0901 Date: Wed, 4 Dec 2024 14:40:19 +0800 Subject: [PATCH] update report --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 453fc6d..68f0724 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ private: - 在索引数据库中写入二级索引条目,键为 `"fieldName:field_value-key"`,值为原始数据的键。 示例: -![error](./Report/png/indexDB.png) +![error](Report/png/indexDb.png) #### 核心代码: ```cpp