From d683281cb2c73ee976cafdbea3d03f9a9b40e3f1 Mon Sep 17 00:00:00 2001 From: Mooling0602 <147964268+Mooling0602@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:53:46 +0800 Subject: [PATCH] =?UTF-8?q?Add=20plugin=20IPLocation=20|=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=8F=92=E4=BB=B6IPLocation=20(#416)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/iploc/plugin_info.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/iploc/plugin_info.json diff --git a/plugins/iploc/plugin_info.json b/plugins/iploc/plugin_info.json new file mode 100644 index 00000000000..f583eb32614 --- /dev/null +++ b/plugins/iploc/plugin_info.json @@ -0,0 +1,17 @@ +{ + "id": "iploc", + "authors": [ + { + "name": "Mooling0602", + "link": "https://github.com/Mooling0602" + } + ], + "repository": "https://github.com/Mooling0602/IPLocation-MCDR", + "branch": "main", + "related_path": ".", + "labels": ["information"], + "introduction": { + "en_us": "README.md", + "zh_cn": "README.md" + } +}