From a35217e7d7af9683435126815d3b6349854f62df Mon Sep 17 00:00:00 2001 From: zyxkad Date: Wed, 11 Sep 2024 22:10:31 -0600 Subject: [PATCH 1/2] add unit test plugin --- plugins/utester/plugin_info.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/utester/plugin_info.json diff --git a/plugins/utester/plugin_info.json b/plugins/utester/plugin_info.json new file mode 100644 index 00000000000..5ffd54215f6 --- /dev/null +++ b/plugins/utester/plugin_info.json @@ -0,0 +1,15 @@ +{ + "id": "utester", + "authors": [{ + "name": "zyxkad", + "link": "https://github.com/zyxkad" + }], + "repository": "https://github.com/kmcsr/utester_mcdr", + "branch": "main", + "related_path": ".", + "labels": ["tool"], + "introduction": { + "en_us": "README.md", + "zh_cn": "README_zh.md" + } +} \ No newline at end of file From d52cd1bdc1d87814f948c30d14e53c9fce8aa505 Mon Sep 17 00:00:00 2001 From: zyxkad Date: Wed, 11 Sep 2024 22:16:13 -0600 Subject: [PATCH 2/2] rename md -> MD --- plugins/utester/plugin_info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/utester/plugin_info.json b/plugins/utester/plugin_info.json index 5ffd54215f6..b6483714ebc 100644 --- a/plugins/utester/plugin_info.json +++ b/plugins/utester/plugin_info.json @@ -9,7 +9,7 @@ "related_path": ".", "labels": ["tool"], "introduction": { - "en_us": "README.md", - "zh_cn": "README_zh.md" + "en_us": "README.MD", + "zh_cn": "README_zh.MD" } } \ No newline at end of file