From e1ccbeaf8975423e50c12fed4c636fe360fafcc5 Mon Sep 17 00:00:00 2001 From: Mooling0602 <147964268+Mooling0602@users.noreply.github.com> Date: Thu, 19 Sep 2024 00:26:27 +0800 Subject: [PATCH 1/2] Create plugin_info.json --- plugins/time_query/plugin_info.json | 1 + 1 file changed, 1 insertion(+) 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..8b137891791 --- /dev/null +++ b/plugins/time_query/plugin_info.json @@ -0,0 +1 @@ + From bd925238a6f0f724044f9f1459d7c3bd342c47e9 Mon Sep 17 00:00:00 2001 From: Mooling0602 <147964268+Mooling0602@users.noreply.github.com> Date: Thu, 19 Sep 2024 00:28:35 +0800 Subject: [PATCH 2/2] Update plugin_info.json --- plugins/time_query/plugin_info.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/plugins/time_query/plugin_info.json b/plugins/time_query/plugin_info.json index 8b137891791..ba025afadbc 100644 --- a/plugins/time_query/plugin_info.json +++ b/plugins/time_query/plugin_info.json @@ -1 +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" + } +}