共有变量添加

This commit is contained in:
2026-06-24 09:23:12 +08:00
parent 5b721d2557
commit cd3cbe7c35
11 changed files with 174 additions and 34 deletions
-2
View File
@@ -24,7 +24,6 @@ namespace Model.Models
/// </summary>
public string? Category { get; set; }
public bool IsGlobal { get; set; }
public object? Value { get; set; }
@@ -36,7 +35,6 @@ namespace Model.Models
public bool IsUseVar { get; set; }
public bool IsSave { get; set; }
public string? VariableName { get; set; }