mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-11 02:31:25 +08:00
fix:优化插件分身性能
feat:分身插件删除时清理文件
This commit is contained in:
@@ -34,6 +34,8 @@ class _PluginBase(metaclass=ABCMeta):
|
||||
plugin_desc: Optional[str] = ""
|
||||
# 插件顺序
|
||||
plugin_order: Optional[int] = 9999
|
||||
# 是否为插件分身
|
||||
is_clone: bool = False
|
||||
|
||||
def __init__(self):
|
||||
# 插件数据
|
||||
|
||||
Reference in New Issue
Block a user