mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-30 06:37:36 +00:00
[Change] BotCommandProcess 简化Search参数'ContentOption'的名称('contentOption' -> 'option');
This commit is contained in:
parent
3915712337
commit
188309509b
@ -289,7 +289,7 @@ public class BotCommandProcess {
|
|||||||
@Argument(name = "area", force = false) String area,
|
@Argument(name = "area", force = false) String area,
|
||||||
@Argument(name = "in", force = false) String includeKeywords,
|
@Argument(name = "in", force = false) String includeKeywords,
|
||||||
@Argument(name = "ex", force = false) String excludeKeywords,
|
@Argument(name = "ex", force = false) String excludeKeywords,
|
||||||
@Argument(name = "contentOption", force = false) String contentOption,
|
@Argument(name = "option", force = false) String contentOption,
|
||||||
@Argument(name = "page", force = false, defaultValue = "1") int pagesIndex
|
@Argument(name = "page", force = false, defaultValue = "1") int pagesIndex
|
||||||
) throws IOException {
|
) throws IOException {
|
||||||
log.info("正在执行搜索...");
|
log.info("正在执行搜索...");
|
||||||
|
Loading…
Reference in New Issue
Block a user