Compare commits

..

1 Commits

Author SHA1 Message Date
AkashiCoin
68d6fb933f 🎉 chore(version): Update version to v0.2.4-4b8013d
Some checks failed
Sequential Lint and Type Check / ruff-call (push) Has been cancelled
Sequential Lint and Type Check / pyright-call (push) Has been cancelled
2025-10-17 01:22:28 +00:00
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
__version__: v0.2.4-eb6d90a
__version__: v0.2.4-4b8013d

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":