update config

This commit is contained in:
csh
2024-10-12 13:28:48 +08:00
parent 533a202847
commit 27013cd4b0
8 changed files with 84 additions and 5 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ end;
function OpenXmlEmpty.ReadXmlAttrVal();
begin
return {self.}XmlAttrVal.Value;
return {self.}XmlAttrVal.Value = "0" ? false : {self.}XmlAttrVal.Value = "1" ? true : {self.}XmlAttrVal.Value;
end;
function OpenXmlEmpty.WriteXmlAttrVal(_value: any);