修复编译错误:添加缺失的color变量声明

This commit is contained in:
zqm
2025-11-11 14:37:08 +08:00
parent 24b54473cd
commit 376f12e061

View File

@@ -3049,6 +3049,7 @@ namespace JoyD.Windows.CS
int.TryParse(parts[4], out int height);
// 解析颜色
Color color;
try
{
color = ColorTranslator.FromHtml(parts[5]);