diff --git a/APP_Framework/Applications/app_test/test_hash/README.md b/APP_Framework/Applications/app_test/test_hash/README.md index 4534c3e78..d0e745377 100644 --- a/APP_Framework/Applications/app_test/test_hash/README.md +++ b/APP_Framework/Applications/app_test/test_hash/README.md @@ -230,19 +230,19 @@ PRIV_SHELL_CMD_FUNCTION(TestHash, a hash test sample, PRIV_SHELL_CMD_MAIN_ATTR); ## 4. 运行结果 1. 创建一个新的哈希表,添加三个元素并输出结果
-![创建一个新的哈希表,添加三个元素并输出结果](images/1.png) +![创建一个新的哈希表,添加三个元素并输出结果](https://www.gitlink.org.cn/api/chuyunfei/xiuos/raw/APP_Framework/Applications/app_test/test_hash/images/1.png?ref=2023_open_source_contest) 2. 再次添加三个元素并输出结果
-![再次添加三个元素并输出结果](images/2.png) +![再次添加三个元素并输出结果](https://www.gitlink.org.cn/api/chuyunfei/xiuos/raw/APP_Framework/Applications/app_test/test_hash/images/2.png?ref=2023_open_source_contest) 3. 查找数据结果输出,删除指定数据后输出结果
-![查找数据结果输出,删除指定数据后输出结果](images/3.png) +![查找数据结果输出,删除指定数据后输出结果](https://www.gitlink.org.cn/api/chuyunfei/xiuos/raw/APP_Framework/Applications/app_test/test_hash/images/3.png?ref=2023_open_source_contest) 4. 修改指定数据后输出结果
-![修改指定数据后输出结果](images/4.png) +![修改指定数据后输出结果](https://www.gitlink.org.cn/api/chuyunfei/xiuos/raw/APP_Framework/Applications/app_test/test_hash/images/4.png?ref=2023_open_source_contest) 5. 添加更多数据触发扩容操作后输出结果
-![添加更多数据触发扩容操作后输出结果](images/5-1.png) -![添加更多数据触发扩容操作后输出结果](images/5-2.png) +![添加更多数据触发扩容操作后输出结果](https://www.gitlink.org.cn/api/chuyunfei/xiuos/raw/APP_Framework/Applications/app_test/test_hash/images/5-1.png?ref=2023_open_source_contest) +![添加更多数据触发扩容操作后输出结果](https://www.gitlink.org.cn/api/chuyunfei/xiuos/raw/APP_Framework/Applications/app_test/test_hash/images/5-2.png?ref=2023_open_source_contest) 6. 扩容后进行查询操作,然后输出结果
-![扩容后进行查询操作,然后输出结果](images/6-1.png) -![扩容后进行查询操作,然后输出结果](images/6-2.png) +![扩容后进行查询操作,然后输出结果](https://www.gitlink.org.cn/api/chuyunfei/xiuos/raw/APP_Framework/Applications/app_test/test_hash/images/6-1.png?ref=2023_open_source_contest) +![扩容后进行查询操作,然后输出结果](https://www.gitlink.org.cn/api/chuyunfei/xiuos/raw/APP_Framework/Applications/app_test/test_hash/images/6-2.png?ref=2023_open_source_contest) 7. 清空哈希表后输出结果
-![清空哈希表后输出结果](images/7-1.png) -![清空哈希表后输出结果](images/7-2.png) +![清空哈希表后输出结果](https://www.gitlink.org.cn/api/chuyunfei/xiuos/raw/APP_Framework/Applications/app_test/test_hash/images/7-1.png?ref=2023_open_source_contest) +![清空哈希表后输出结果](https://www.gitlink.org.cn/api/chuyunfei/xiuos/raw/APP_Framework/Applications/app_test/test_hash/images/7-2.png?ref=2023_open_source_contest)