From 82f83db1d69558f7a1464071bbb906ff6421e65b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E6=B3=A0?= Date: Sun, 26 Jan 2025 19:55:38 +0800 Subject: [PATCH] Create plugin_info.json --- plugins/mutils/plugin_info.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/mutils/plugin_info.json diff --git a/plugins/mutils/plugin_info.json b/plugins/mutils/plugin_info.json new file mode 100644 index 00000000000..e9bed949d8f --- /dev/null +++ b/plugins/mutils/plugin_info.json @@ -0,0 +1,17 @@ +{ + "id": "mutils", + "authors": [ + { + "name": "Mooling0602", + "link": "https://github.com/Mooling0602" + } + ], + "repository": "https://github.com/Mooling0602/MoolingUtils-MCDR", + "branch": "main", + "related_path": ".", + "labels": ["api"], + "introduction": { + "en_us": "README.md", + "zh_cn": "README.md" + } +}