mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
Compare commits
3 Commits
ce59f79556
...
fac9354d2c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fac9354d2c | ||
|
|
37f0096b5c | ||
|
|
eb6d90ae88 |
@ -1 +1 @@
|
|||||||
__version__: v0.2.4-da6d5b4
|
__version__: v0.2.4-eb6d90a
|
||||||
|
|||||||
@ -263,10 +263,9 @@ class StoreManager:
|
|||||||
"""安装插件
|
"""安装插件
|
||||||
|
|
||||||
参数:
|
参数:
|
||||||
github_url: 仓库地址
|
plugin_info: 插件信息
|
||||||
module_path: 模块路径
|
|
||||||
is_dir: 是否是文件夹
|
|
||||||
is_external: 是否是外部仓库
|
is_external: 是否是外部仓库
|
||||||
|
source: 源
|
||||||
"""
|
"""
|
||||||
repo_type = RepoType.GITHUB if is_external else None
|
repo_type = RepoType.GITHUB if is_external else None
|
||||||
if source == "ali":
|
if source == "ali":
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user