Compare commits

..

1 Commits

Author SHA1 Message Date
ThelevenFD
af53fa0e86
Merge 1dc5ff5cdb into 4b8013d2d6 2025-10-17 16:48:58 +00:00

View File

@ -263,9 +263,10 @@ class StoreManager:
"""安装插件
参数:
plugin_info: 插件信息
github_url: 仓库地址
module_path: 模块路径
is_dir: 是否是文件夹
is_external: 是否是外部仓库
source:
"""
repo_type = RepoType.GITHUB if is_external else None
if source == "ali":