From c8790f958beaf396896a77839791eaf594008ee0 Mon Sep 17 00:00:00 2001 From: Mooling0602 <147964268+Mooling0602@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:10:09 +0800 Subject: [PATCH] Add Plugin TimeQuery (#402) --- plugins/time_query/plugin_info.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/time_query/plugin_info.json diff --git a/plugins/time_query/plugin_info.json b/plugins/time_query/plugin_info.json new file mode 100644 index 00000000000..ba025afadbc --- /dev/null +++ b/plugins/time_query/plugin_info.json @@ -0,0 +1,17 @@ +{ + "id": "time_query", + "authors": [ + { + "name": "Mooling0602", + "link": "https://github.com/Mooling0602" + } + ], + "repository": "https://github.com/Mooling0602/TimeQuery-MCDR", + "branch": "main", + "related_path": ".", + "labels": ["information"], + "introduction": { + "en_us": "README.md", + "zh_cn": "README.md" + } +}