mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
chore: test
This commit is contained in:
Submodule src/MaaMacGui updated: 566df925b7...e45eeb86ea
@@ -12,5 +12,6 @@ namespace MaaWpfGui.Models.AsstTasks;
|
||||
public class AsstDGLabTask : AsstBaseTask
|
||||
{
|
||||
public override AsstTaskType TaskType => AsstTaskType.DGLab;
|
||||
|
||||
public override (AsstTaskType TaskType, JObject Params) Serialize() => (TaskType, JObject.FromObject(this));
|
||||
}
|
||||
|
||||
Submodule src/maa-cli updated: c7bd77c920...bc26b6110a
Reference in New Issue
Block a user