Skip to content

Commit

Permalink
feat: v0.0.3 add more help
Browse files Browse the repository at this point in the history
  • Loading branch information
misaka20002 committed Oct 13, 2024
1 parent f90d8a3 commit 76c8f21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions apps/Help.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ export class help extends plugin {
},
{
"icon": 7,
"title": "#sf绘图 [描述][步数20]",
"desc": "指定绘画步数"
"title": "#sf绘图 [描述]",
"desc": "使用 Siliconflow 预设模型绘画"
},
{
"icon": 11,
"title": "#sf绘图 [描述][横图]",
"desc": "指定绘画长宽 [横图|竖图|方图|512*512]"
"desc": "指定绘画参数 [横图|竖图|方图|512*512|步数20]"
},
// {
// "icon": 54,
Expand All @@ -74,12 +74,12 @@ export class help extends plugin {
{
"icon": 91,
"title": "#mjp帮助",
"desc": "设置默认推理步数"
"desc": "获取 mjp 帮助"
},
{
"icon": 3,
"title": "#sf设置帮助",
"desc": "帮助"
"desc": "获取 sf 设置帮助"
},
{
"icon": 38,
Expand Down
4 changes: 2 additions & 2 deletions apps/SF_Painting.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,10 @@ SF插件设置帮助:
2. 设置翻译模型:#flux设置翻译模型 [模型名]
3. 开关提示词生成:#flux设置生成提示词 开/关
4. 开关提示词生成:#flux设置推理步数 [值]
5. 查看帮助:#flux帮助
5. 查看帮助:#sf帮助
注意:设置命令仅限主人使用。
可用别名:siliconflow、硅基流动
可用别名:#flux绘画
`.trim()

await this.reply(helpMessage)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siliconflow-plugin",
"version": "0.0.2",
"version": "0.0.3",
"description": "Yunzai-Bot插件",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 76c8f21

Please sign in to comment.