MaaAssistantArknights/MaaCopilotServer

“包含干员”选择某些干员时不生效

MistEO opened this issue · 2 comments

目前发现了:陈、山、斯卡蒂,可能还有别的,没继续试了

image
UTI5NV{S8MTV2 )7L){0FDT

随便试了几个其他干员似乎都是可以的

image

/// <summary>
/// The operator query string. Use `,` to split multiple expressions. All expressions will be combined with AND.
/// The expression defaults to `Include`, add `~` at the beginning to perform an `Exclude` operation. Eg: `A,~B,C`
/// will be translate to `Must include A and C, and must exclude B`. The operator query will not be only applied to
/// the `Operators` field of copilot operation. It will not be applied to the `Groups` field, because this field is
/// too complex to perform a query on. Be aware that `Exclude` operation is performed before `Include` operation.
/// </summary>
[FromQuery(Name = "operator")]
public string? Operator { get; set; } = null;

#103 无人问津的 pr(