diff --git a/ica-rs/src/py/config.rs b/ica-rs/src/py/config.rs index f07f4fb..183f6d1 100644 --- a/ica-rs/src/py/config.rs +++ b/ica-rs/src/py/config.rs @@ -138,7 +138,11 @@ impl PluginConfigFile { let plugins = PyStatus::get_mut(); fn fmt_bool(b: bool) -> String { - if b { "启用".green().to_string() } else { "禁用".red().to_string() } + if b { + "启用".green().to_string() + } else { + "禁用".red().to_string() + } } plugins.files.iter_mut().for_each(|(path, status)| { diff --git a/readme.md b/readme.md index 67f8731..80d0cd5 100644 --- a/readme.md +++ b/readme.md @@ -5,6 +5,8 @@ > 出于某个企鹅, 和保护 作者 和 原项目 ( ica ) 的原因 \ > 功能请自行理解 +[插件市场(确信)](https://github.com/shenjackyuanjie/shenbot-plugins) + ## 通用环境准备 - 安装 Python 3.8+ @@ -15,6 +17,8 @@ choco install python # 或者 scoop install python +# 又或者 +uv venv ``` - 启动 icalingua 后端