补充km+shell

This commit is contained in:
辉鸭蛋
2025-09-19 00:24:18 +08:00
parent 9b831a5730
commit e8b8a405f2
5 changed files with 69 additions and 8 deletions

View File

@@ -51,9 +51,10 @@ public partial class GearTaskViewModel : ObservableObject
/// <summary>
/// 任务参数存储为JSON字符串
/// shell 脚本存储 shell 命令
/// </summary>
[ObservableProperty]
private string _parameters = "{}";
private string _parameters = "";
/// <summary>
/// 创建时间