fix postprocess precision.

This commit is contained in:
2026-02-19 21:34:39 +08:00
parent a21240016f
commit 2d38701590
48 changed files with 984 additions and 394 deletions
+75 -75
View File
@@ -11,9 +11,9 @@
"dependencies": {
"AvalonEdit": "6.3.0.90",
"FontAwesome.Sharp": "6.3.0",
"Hi.WpfPlus": "3.1.118",
"HiNc": "3.1.149",
"HiNc-Resource": "3.1.32",
"Hi.WpfPlus": "3.1.119",
"HiNc": "3.1.150",
"HiNc-Resource": "3.1.33",
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "10.0.3",
"runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64": "10.0.3",
"runtimepack.Microsoft.AspNetCore.App.Runtime.win-x64": "10.0.3"
@@ -1673,36 +1673,36 @@
}
}
},
"Hi.WpfPlus/3.1.118": {
"Hi.WpfPlus/3.1.119": {
"dependencies": {
"HiDisp": "3.1.121"
"HiDisp": "3.1.122"
},
"runtime": {
"lib/net10.0-windows7.0/Hi.WpfPlus.dll": {
"assemblyVersion": "3.1.118.0",
"fileVersion": "3.1.118.0"
"assemblyVersion": "3.1.119.0",
"fileVersion": "3.1.119.0"
}
}
},
"HiCbtr/3.1.120": {
"HiCbtr/3.1.121": {
"dependencies": {
"HiDisp": "3.1.121"
"HiDisp": "3.1.122"
},
"runtime": {
"lib/net10.0/HiCbtr.dll": {
"assemblyVersion": "3.1.120.0",
"fileVersion": "3.1.120.0"
"assemblyVersion": "3.1.121.0",
"fileVersion": "3.1.121.0"
}
}
},
"HiDisp/3.1.121": {
"HiDisp/3.1.122": {
"dependencies": {
"HiGeom": "3.1.111"
"HiGeom": "3.1.112"
},
"runtime": {
"lib/net10.0/HiDisp.dll": {
"assemblyVersion": "3.1.121.0",
"fileVersion": "3.1.121.0"
"assemblyVersion": "3.1.122.0",
"fileVersion": "3.1.122.0"
}
},
"native": {
@@ -1720,7 +1720,7 @@
}
}
},
"HiGeom/3.1.111": {
"HiGeom/3.1.112": {
"dependencies": {
"Google.Protobuf": "3.28.3",
"Grpc.AspNetCore": "2.66.0",
@@ -1730,8 +1730,8 @@
},
"runtime": {
"lib/net10.0/HiGeom.dll": {
"assemblyVersion": "3.1.111.0",
"fileVersion": "3.1.111.0"
"assemblyVersion": "3.1.112.0",
"fileVersion": "3.1.112.0"
}
},
"resources": {
@@ -1743,27 +1743,27 @@
}
}
},
"HiLicense/3.1.112": {
"HiLicense/3.1.113": {
"dependencies": {
"HiGeom": "3.1.111"
"HiGeom": "3.1.112"
},
"runtime": {
"lib/net10.0/HiLicense.dll": {
"assemblyVersion": "3.1.112.0",
"fileVersion": "3.1.112.0"
"assemblyVersion": "3.1.113.0",
"fileVersion": "3.1.113.0"
}
}
},
"HiMech/3.1.130": {
"HiMech/3.1.131": {
"dependencies": {
"CommandLineParser": "2.9.1",
"HiCbtr": "3.1.120",
"HiCbtr": "3.1.121",
"Microsoft.CodeAnalysis.CSharp.Scripting": "5.0.0"
},
"runtime": {
"lib/net10.0/HiMech.dll": {
"assemblyVersion": "3.1.130.0",
"fileVersion": "3.1.130.0"
"assemblyVersion": "3.1.131.0",
"fileVersion": "3.1.131.0"
}
},
"resources": {
@@ -1778,21 +1778,21 @@
}
}
},
"HiNc/3.1.149": {
"HiNc/3.1.150": {
"dependencies": {
"Dapper": "2.1.35",
"Google.Protobuf": "3.28.3",
"Grpc.AspNetCore": "2.66.0",
"Grpc.Net.Client": "2.66.0",
"HiLicense": "3.1.112",
"HiMech": "3.1.130",
"HiUniNc": "3.1.126",
"HiLicense": "3.1.113",
"HiMech": "3.1.131",
"HiUniNc": "3.1.127",
"Microsoft.Data.Sqlite": "9.0.0"
},
"runtime": {
"lib/net10.0/HiNc.dll": {
"assemblyVersion": "3.1.149.0",
"fileVersion": "3.1.149.0"
"assemblyVersion": "3.1.150.0",
"fileVersion": "3.1.150.0"
}
},
"resources": {
@@ -1804,22 +1804,22 @@
}
}
},
"HiNc-Resource/3.1.32": {
"HiNc-Resource/3.1.33": {
"runtime": {
"lib/net10.0/HiNc-Resource.dll": {
"assemblyVersion": "3.1.32.0",
"fileVersion": "3.1.32.0"
"assemblyVersion": "3.1.33.0",
"fileVersion": "3.1.33.0"
}
}
},
"HiUniNc/3.1.126": {
"HiUniNc/3.1.127": {
"dependencies": {
"HiMech": "3.1.130"
"HiMech": "3.1.131"
},
"runtime": {
"lib/net10.0/HiUniNc.dll": {
"assemblyVersion": "3.1.126.0",
"fileVersion": "3.1.126.0"
"assemblyVersion": "3.1.127.0",
"fileVersion": "3.1.127.0"
}
}
},
@@ -2201,68 +2201,68 @@
"path": "grpc.net.common/2.66.0",
"hashPath": "grpc.net.common.2.66.0.nupkg.sha512"
},
"Hi.WpfPlus/3.1.118": {
"Hi.WpfPlus/3.1.119": {
"type": "package",
"serviceable": true,
"sha512": "sha512-bxgdV2Q9ymTWK+1GcFR0Ec7aHqYsUk4JzychfSwGdzy38zXPdpTymLTlQlTG4zZvUBrg1HshMpggPM8XdODa9w==",
"path": "hi.wpfplus/3.1.118",
"hashPath": "hi.wpfplus.3.1.118.nupkg.sha512"
"sha512": "sha512-j8YX5z5Khc4Fb7nw1IS4WgxhtCJRE53SzWvTHnDDYMbdSUyYXaGC4r9MLdsWE3JWAt5FQqf7fHTkGtiRptoCCQ==",
"path": "hi.wpfplus/3.1.119",
"hashPath": "hi.wpfplus.3.1.119.nupkg.sha512"
},
"HiCbtr/3.1.120": {
"HiCbtr/3.1.121": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rx8eHv0B89xkJxRjFymGn3CBzCHE88cVc/E07Lr9KohXOod6x7uZlS7PFoMbcY2GQfjM4PLJg54emikg7AdgIQ==",
"path": "hicbtr/3.1.120",
"hashPath": "hicbtr.3.1.120.nupkg.sha512"
"sha512": "sha512-ZgIK7w7AKfG0SQHs0isc1gaDRkHt9UNbQe5+YBJC1AYRp/dKh82xCN8BobyrAodq9zsWU76qDcW6+ISyalGlnw==",
"path": "hicbtr/3.1.121",
"hashPath": "hicbtr.3.1.121.nupkg.sha512"
},
"HiDisp/3.1.121": {
"HiDisp/3.1.122": {
"type": "package",
"serviceable": true,
"sha512": "sha512-tyJSdaeGMVqo8N81zY1EvOJpdgfWR/onEm+GKEBlmKflraKdbC7AWMKXQDc+izKJkQEGP8HuWOVygqt3VUW3eA==",
"path": "hidisp/3.1.121",
"hashPath": "hidisp.3.1.121.nupkg.sha512"
"sha512": "sha512-5Qe/OSTcMb95xIViAn4J+4KQK9hTxapqFPgiDq72UNK49KSlVS/+dkWx+pobEdtMzuz94M1zJLbNIZ5fO8ZYLg==",
"path": "hidisp/3.1.122",
"hashPath": "hidisp.3.1.122.nupkg.sha512"
},
"HiGeom/3.1.111": {
"HiGeom/3.1.112": {
"type": "package",
"serviceable": true,
"sha512": "sha512-+BXXiKOcp97GGHGS5O6bKWYeCaAi2Bz4iMyfFpeQJh6nPRlBjAbRZorCXnpNw736D3ZFwiLrIiKpT5dmT1EO7A==",
"path": "higeom/3.1.111",
"hashPath": "higeom.3.1.111.nupkg.sha512"
"sha512": "sha512-hcvxZKJSE1sjRmEyBYJp8v1juxZkxLNgYx+28pxXZnVYWgdhTp1MBlOqUQvqt/mVGeOoBJZFgNjAqNFbo+Z72w==",
"path": "higeom/3.1.112",
"hashPath": "higeom.3.1.112.nupkg.sha512"
},
"HiLicense/3.1.112": {
"HiLicense/3.1.113": {
"type": "package",
"serviceable": true,
"sha512": "sha512-GZyepgUGCd/+f8W8xAE6jawyWlEaLu1y041BKSJDcf/5Envtk+mIE0/OAFwzCEnUI7ID68D/LEF/06hIPVxa9Q==",
"path": "hilicense/3.1.112",
"hashPath": "hilicense.3.1.112.nupkg.sha512"
"sha512": "sha512-vlYjz6QWySzMtcTdP+v+BuoGEsqFZTv+uNb64SzDOxprPllFrjUFte2XRSFSiZc6F/QsV2KjqBZ9W6Zxpico0A==",
"path": "hilicense/3.1.113",
"hashPath": "hilicense.3.1.113.nupkg.sha512"
},
"HiMech/3.1.130": {
"HiMech/3.1.131": {
"type": "package",
"serviceable": true,
"sha512": "sha512-wi/o2yGeEh9DFt8uDi51S2chk6Fee1QZ5PyqupqSKSYIx8pY7h0TustXsBY16YV39OehuCfe0cx8T/PTZvjqWw==",
"path": "himech/3.1.130",
"hashPath": "himech.3.1.130.nupkg.sha512"
"sha512": "sha512-xgfnkyJRsP9lcuCe9PjAnCprE6G2droDVc6LAf9gCxV25eLEJKS+qLQe+NqvJAID6mcPvxgKVhhYAncBoVW/iQ==",
"path": "himech/3.1.131",
"hashPath": "himech.3.1.131.nupkg.sha512"
},
"HiNc/3.1.149": {
"HiNc/3.1.150": {
"type": "package",
"serviceable": true,
"sha512": "sha512-q3p1+FCs6mDsTr09b+LvMosZ31n7FNrV1S7i4GeoaQv42vbuUE75iJU7AnZZ7IsjYjdemUK+HLCh9lmDEAuc3w==",
"path": "hinc/3.1.149",
"hashPath": "hinc.3.1.149.nupkg.sha512"
"sha512": "sha512-clO2EdrT8eE7U00+PmUjUuWQL8HyO+MbYYI2WxmkDauVp1v352DxIYLI9JBzmkXZl1PFeyPEOXAnSLYa+7XjWQ==",
"path": "hinc/3.1.150",
"hashPath": "hinc.3.1.150.nupkg.sha512"
},
"HiNc-Resource/3.1.32": {
"HiNc-Resource/3.1.33": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/imp+kz2zrYtO286YVpwcO2qrzXj1/sRm6JqablZqnN6y4YAYZEj/HPEwjAJBP1blcabPFsGAGz2Sk2yAllDeg==",
"path": "hinc-resource/3.1.32",
"hashPath": "hinc-resource.3.1.32.nupkg.sha512"
"sha512": "sha512-bD25lSF457YhTnrWrFtjTV0WFuDiNY7Ha0Los8Fgat4iSoUZMIiOQl7VqmeomgmBUXGHP64r22uW0Ge+nl1cig==",
"path": "hinc-resource/3.1.33",
"hashPath": "hinc-resource.3.1.33.nupkg.sha512"
},
"HiUniNc/3.1.126": {
"HiUniNc/3.1.127": {
"type": "package",
"serviceable": true,
"sha512": "sha512-VF6t2Qr+iE4pWLoe44hsoetoKNwesfXJV7Hi6QmcB1xY8nomrnbmg5H2UEeEs2gnjK0xDVijxWg/DRP4Q1NSRw==",
"path": "hiuninc/3.1.126",
"hashPath": "hiuninc.3.1.126.nupkg.sha512"
"sha512": "sha512-/WACzsijZkYlnbcsQGumyANK/n5b6yeIxjcun2FGEH1y9lrTiAcAnUbs1F37MjqrgODB98hZYQqGQscksayF2A==",
"path": "hiuninc/3.1.127",
"hashPath": "hiuninc.3.1.127.nupkg.sha512"
},
"MathNet.Numerics/5.0.0": {
"type": "package",