共有变量添加

This commit is contained in:
hsc
2026-06-23 14:21:13 +08:00
parent 5b721d2557
commit cd3cbe7c35
11 changed files with 174 additions and 34 deletions

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; }