diff --git a/README.md b/README.md index a53464b..f1d7821 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,17 @@ MoviePilot三方插件市场:https://github.com/thsrite/MoviePilot-Plugins/ ### 插件新增 -- [站点数据统计 1.0](plugins_record%2FSiteStatisticNoMsg.md) (无未读消息版本) -- [站点未读消息 1.2](plugins_record%2FSiteUnreadMsg.md) -- [云盘Strm生成 1.7](plugins_record%2FCloudStrm.md) -- [Strm文件模式转换 1.0](plugins_record%2FStrmConvert.md) -- [清理订阅缓存 1.0](plugins_record%2FSubscribeClear.md) -- [添加种子下载 1.0](plugins_record%2FDownloadTorrent.md) -- [删除站点种子 1.1](plugins_record%2FRemoveTorrent.md) -- [插件自动更新 1.2](plugins_record%2FPluginAutoUpdate.md) -- [插件强制重装 1.2](plugins_record%2FPluginReInstall.md) -- [群辉Webhook通知 1.1](plugins_record%2FSynologyNotify.md) -- [同步CookieCloud 1.1](plugins_record%2FSyncCookieCloud.md) -- [日程提醒 1.0](plugins_record%2FScheduleReminder.md) -- [订阅提醒 1.1](plugins_record%2FSubscribeReminder.md) +- [站点数据统计 1.0](docs%2FSiteStatisticNoMsg.md) (无未读消息版本) +- [站点未读消息 1.2](docs%2FSiteUnreadMsg.md) +- [云盘Strm生成 1.7](docs%2FCloudStrm.md) +- [Strm文件模式转换 1.0](docs%2FStrmConvert.md) +- [清理订阅缓存 1.0](docs%2FSubscribeClear.md) +- [添加种子下载 1.0](docs%2FDownloadTorrent.md) +- [删除站点种子 1.1](docs%2FRemoveTorrent.md) +- [插件自动更新 1.2](docs%2FPluginAutoUpdate.md) +- [插件强制重装 1.2](docs%2FPluginReInstall.md) +- [群辉Webhook通知 1.1](docs%2FSynologyNotify.md) +- [同步CookieCloud 1.1](docs%2FSyncCookieCloud.md) +- [日程提醒 1.0](docs%2FScheduleReminder.md) +- [订阅提醒 1.1](docs%2FSubscribeReminder.md) diff --git a/plugins_record/CloudStrm.md b/docs/CloudStrm.md similarity index 100% rename from plugins_record/CloudStrm.md rename to docs/CloudStrm.md diff --git a/plugins_record/DownloadTorrent.md b/docs/DownloadTorrent.md similarity index 100% rename from plugins_record/DownloadTorrent.md rename to docs/DownloadTorrent.md diff --git a/plugins_record/PluginAutoUpdate.md b/docs/PluginAutoUpdate.md similarity index 100% rename from plugins_record/PluginAutoUpdate.md rename to docs/PluginAutoUpdate.md diff --git a/plugins_record/PluginReInstall.md b/docs/PluginReInstall.md similarity index 100% rename from plugins_record/PluginReInstall.md rename to docs/PluginReInstall.md diff --git a/plugins_record/RemoveTorrent.md b/docs/RemoveTorrent.md similarity index 100% rename from plugins_record/RemoveTorrent.md rename to docs/RemoveTorrent.md diff --git a/plugins_record/ScheduleReminder.md b/docs/ScheduleReminder.md similarity index 100% rename from plugins_record/ScheduleReminder.md rename to docs/ScheduleReminder.md diff --git a/plugins_record/SiteStatisticNoMsg.md b/docs/SiteStatisticNoMsg.md similarity index 100% rename from plugins_record/SiteStatisticNoMsg.md rename to docs/SiteStatisticNoMsg.md diff --git a/plugins_record/SiteUnreadMsg.md b/docs/SiteUnreadMsg.md similarity index 100% rename from plugins_record/SiteUnreadMsg.md rename to docs/SiteUnreadMsg.md diff --git a/plugins_record/StrmConvert.md b/docs/StrmConvert.md similarity index 100% rename from plugins_record/StrmConvert.md rename to docs/StrmConvert.md diff --git a/plugins_record/SubscribeClear.md b/docs/SubscribeClear.md similarity index 100% rename from plugins_record/SubscribeClear.md rename to docs/SubscribeClear.md diff --git a/plugins_record/SubscribeReminder.md b/docs/SubscribeReminder.md similarity index 100% rename from plugins_record/SubscribeReminder.md rename to docs/SubscribeReminder.md diff --git a/plugins_record/SyncCookieCloud.md b/docs/SyncCookieCloud.md similarity index 100% rename from plugins_record/SyncCookieCloud.md rename to docs/SyncCookieCloud.md diff --git a/plugins_record/SynologyNotify.md b/docs/SynologyNotify.md similarity index 100% rename from plugins_record/SynologyNotify.md rename to docs/SynologyNotify.md diff --git a/plugins/cloudstrm/__init__.py b/plugins/cloudstrm/__init__.py index bfd7347..4415fce 100644 --- a/plugins/cloudstrm/__init__.py +++ b/plugins/cloudstrm/__init__.py @@ -637,7 +637,7 @@ class CloudStrm(_PluginBase): 'type': 'info', 'variant': 'tonal', 'text': '配置说明:' - 'https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/plugins_record/CloudStrm.md' + 'https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/docs/CloudStrm.md' } } ] diff --git a/plugins/strmconvert/__init__.py b/plugins/strmconvert/__init__.py index ef51b0d..4d4b35f 100644 --- a/plugins/strmconvert/__init__.py +++ b/plugins/strmconvert/__init__.py @@ -295,7 +295,7 @@ class StrmConvert(_PluginBase): 'type': 'info', 'variant': 'tonal', 'text': '配置说明:' - 'https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/plugins_record/PluginAutoUpdate.md' + 'https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/docs/PluginAutoUpdate.md' } } ]