Skip to content

Commit

Permalink
fix: description wrong (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaarChaffee authored Mar 21, 2024
1 parent a240ea2 commit 5e5accd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lolibooru/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ namespace LolibooruImageSource {
login: Schema.string().required().description('用户名'),
password: Schema.string().required().role('secret').description('密码'),
}),
).description('Konachan 的登录凭据。'),
).description('Lolibooru 的登录凭据。'),
}).description('搜索设置'),
])
}
Expand Down

0 comments on commit 5e5accd

Please sign in to comment.