From e9de8600589cff87d646e64b042d7c93fa54169f Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Wed, 17 Nov 2021 15:59:19 +0800 Subject: [PATCH] move files --- src/plugins/{nonebot_hk_reporter => nonebot_bison}/__init__.py | 0 src/plugins/{nonebot_hk_reporter => nonebot_bison}/config.py | 0 .../{nonebot_hk_reporter => nonebot_bison}/config_manager.py | 0 .../{nonebot_hk_reporter => nonebot_bison}/platform/__init__.py | 0 .../{nonebot_hk_reporter => nonebot_bison}/platform/arknights.py | 0 .../{nonebot_hk_reporter => nonebot_bison}/platform/bilibili.py | 0 .../{nonebot_hk_reporter => nonebot_bison}/platform/ncm_artist.py | 0 .../{nonebot_hk_reporter => nonebot_bison}/platform/platform.py | 0 .../{nonebot_hk_reporter => nonebot_bison}/platform/rss.py | 0 .../{nonebot_hk_reporter => nonebot_bison}/platform/wechat.py | 0 .../{nonebot_hk_reporter => nonebot_bison}/platform/weibo.py | 0 .../{nonebot_hk_reporter => nonebot_bison}/plugin_config.py | 0 src/plugins/{nonebot_hk_reporter => nonebot_bison}/post.py | 0 src/plugins/{nonebot_hk_reporter => nonebot_bison}/scheduler.py | 0 src/plugins/{nonebot_hk_reporter => nonebot_bison}/send.py | 0 src/plugins/{nonebot_hk_reporter => nonebot_bison}/types.py | 0 src/plugins/{nonebot_hk_reporter => nonebot_bison}/utils.py | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename src/plugins/{nonebot_hk_reporter => nonebot_bison}/__init__.py (100%) rename src/plugins/{nonebot_hk_reporter => nonebot_bison}/config.py (100%) rename src/plugins/{nonebot_hk_reporter => nonebot_bison}/config_manager.py (100%) rename src/plugins/{nonebot_hk_reporter => nonebot_bison}/platform/__init__.py (100%) rename src/plugins/{nonebot_hk_reporter => nonebot_bison}/platform/arknights.py (100%) rename src/plugins/{nonebot_hk_reporter => nonebot_bison}/platform/bilibili.py (100%) rename src/plugins/{nonebot_hk_reporter => nonebot_bison}/platform/ncm_artist.py (100%) rename src/plugins/{nonebot_hk_reporter => nonebot_bison}/platform/platform.py (100%) rename src/plugins/{nonebot_hk_reporter => nonebot_bison}/platform/rss.py (100%) rename src/plugins/{nonebot_hk_reporter => nonebot_bison}/platform/wechat.py (100%) rename src/plugins/{nonebot_hk_reporter => nonebot_bison}/platform/weibo.py (100%) rename src/plugins/{nonebot_hk_reporter => nonebot_bison}/plugin_config.py (100%) rename src/plugins/{nonebot_hk_reporter => nonebot_bison}/post.py (100%) rename src/plugins/{nonebot_hk_reporter => nonebot_bison}/scheduler.py (100%) rename src/plugins/{nonebot_hk_reporter => nonebot_bison}/send.py (100%) rename src/plugins/{nonebot_hk_reporter => nonebot_bison}/types.py (100%) rename src/plugins/{nonebot_hk_reporter => nonebot_bison}/utils.py (100%) diff --git a/src/plugins/nonebot_hk_reporter/__init__.py b/src/plugins/nonebot_bison/__init__.py similarity index 100% rename from src/plugins/nonebot_hk_reporter/__init__.py rename to src/plugins/nonebot_bison/__init__.py diff --git a/src/plugins/nonebot_hk_reporter/config.py b/src/plugins/nonebot_bison/config.py similarity index 100% rename from src/plugins/nonebot_hk_reporter/config.py rename to src/plugins/nonebot_bison/config.py diff --git a/src/plugins/nonebot_hk_reporter/config_manager.py b/src/plugins/nonebot_bison/config_manager.py similarity index 100% rename from src/plugins/nonebot_hk_reporter/config_manager.py rename to src/plugins/nonebot_bison/config_manager.py diff --git a/src/plugins/nonebot_hk_reporter/platform/__init__.py b/src/plugins/nonebot_bison/platform/__init__.py similarity index 100% rename from src/plugins/nonebot_hk_reporter/platform/__init__.py rename to src/plugins/nonebot_bison/platform/__init__.py diff --git a/src/plugins/nonebot_hk_reporter/platform/arknights.py b/src/plugins/nonebot_bison/platform/arknights.py similarity index 100% rename from src/plugins/nonebot_hk_reporter/platform/arknights.py rename to src/plugins/nonebot_bison/platform/arknights.py diff --git a/src/plugins/nonebot_hk_reporter/platform/bilibili.py b/src/plugins/nonebot_bison/platform/bilibili.py similarity index 100% rename from src/plugins/nonebot_hk_reporter/platform/bilibili.py rename to src/plugins/nonebot_bison/platform/bilibili.py diff --git a/src/plugins/nonebot_hk_reporter/platform/ncm_artist.py b/src/plugins/nonebot_bison/platform/ncm_artist.py similarity index 100% rename from src/plugins/nonebot_hk_reporter/platform/ncm_artist.py rename to src/plugins/nonebot_bison/platform/ncm_artist.py diff --git a/src/plugins/nonebot_hk_reporter/platform/platform.py b/src/plugins/nonebot_bison/platform/platform.py similarity index 100% rename from src/plugins/nonebot_hk_reporter/platform/platform.py rename to src/plugins/nonebot_bison/platform/platform.py diff --git a/src/plugins/nonebot_hk_reporter/platform/rss.py b/src/plugins/nonebot_bison/platform/rss.py similarity index 100% rename from src/plugins/nonebot_hk_reporter/platform/rss.py rename to src/plugins/nonebot_bison/platform/rss.py diff --git a/src/plugins/nonebot_hk_reporter/platform/wechat.py b/src/plugins/nonebot_bison/platform/wechat.py similarity index 100% rename from src/plugins/nonebot_hk_reporter/platform/wechat.py rename to src/plugins/nonebot_bison/platform/wechat.py diff --git a/src/plugins/nonebot_hk_reporter/platform/weibo.py b/src/plugins/nonebot_bison/platform/weibo.py similarity index 100% rename from src/plugins/nonebot_hk_reporter/platform/weibo.py rename to src/plugins/nonebot_bison/platform/weibo.py diff --git a/src/plugins/nonebot_hk_reporter/plugin_config.py b/src/plugins/nonebot_bison/plugin_config.py similarity index 100% rename from src/plugins/nonebot_hk_reporter/plugin_config.py rename to src/plugins/nonebot_bison/plugin_config.py diff --git a/src/plugins/nonebot_hk_reporter/post.py b/src/plugins/nonebot_bison/post.py similarity index 100% rename from src/plugins/nonebot_hk_reporter/post.py rename to src/plugins/nonebot_bison/post.py diff --git a/src/plugins/nonebot_hk_reporter/scheduler.py b/src/plugins/nonebot_bison/scheduler.py similarity index 100% rename from src/plugins/nonebot_hk_reporter/scheduler.py rename to src/plugins/nonebot_bison/scheduler.py diff --git a/src/plugins/nonebot_hk_reporter/send.py b/src/plugins/nonebot_bison/send.py similarity index 100% rename from src/plugins/nonebot_hk_reporter/send.py rename to src/plugins/nonebot_bison/send.py diff --git a/src/plugins/nonebot_hk_reporter/types.py b/src/plugins/nonebot_bison/types.py similarity index 100% rename from src/plugins/nonebot_hk_reporter/types.py rename to src/plugins/nonebot_bison/types.py diff --git a/src/plugins/nonebot_hk_reporter/utils.py b/src/plugins/nonebot_bison/utils.py similarity index 100% rename from src/plugins/nonebot_hk_reporter/utils.py rename to src/plugins/nonebot_bison/utils.py