## Plugin Commands ### 轻雪`liteyuki` ```shell reload-liteyuki # 重载轻雪 update-liteyuki # 更新轻雪 liteyuki # 查看轻雪信息 ``` ### 轻雪Nonebot插件管理 `liteyuki_npm` ```shell npm update # 更新插件索引 npm install # 安装插件 npm uninstall # 卸载插件 npm search # 搜索插件 ------ Alias: npm 插件, update 更新, install 安装, uninstall 卸载, search 搜索 ``` ```shell enable # 启用插件 disable # 禁用插件 enable-global # 全局启用插件 disable-global # 全局禁用插件 list-plugin # 列出所有插件 ------ Alias: enable 启用, disable 停用, enable-global 全局启用, disable-global 全局停用, list-plugin 列出插件/插件列表 ``` ### 轻雪用户管理`liteyuki_user` ```shell profile # 查看用户信息菜单 profile set [value] # 设置用户信息或打开属性设置菜单 profile get # 获取用户信息 ------ Alias: profile 个人信息, set 设置, get 查询 ```