From 680085d16f157585a4a23c3de28abad7f573172d Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Tue, 17 Jan 2023 14:30:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4plugins/=5F=5Finit=5F?= =?UTF-8?q?=5F.py=E7=9A=84=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/__init__.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/plugins/__init__.py b/plugins/__init__.py index 27b6735e..e69de29b 100644 --- a/plugins/__init__.py +++ b/plugins/__init__.py @@ -1,14 +0,0 @@ -# 在此处填写的插件仓库将会被自动下载并加载 -# 支持gitee和github仓库 -# 这种加载插件的方式是推荐的,便于插件的获取和更新 -# -# 示例: -# plugin_repos = [ -# 'https://github.com/SampleUser/SampleRepo', -# 'https://gitee.com/SampleUser/SampleRepo' -# ] - - -remote_repos = [ - -]