yyl
2026-03-26 f4a702e212d1853735f8dae399da69d23bfa510e
Main/Core/GameEngine/Launch/ConfigInitTask.cs
@@ -61,11 +61,7 @@
        if (newContent != fileContent)
        {
            File.WriteAllText(filePath, newContent);
            Debug.LogError("战斗公式有变更 FightPowerFormula.cs 已根据配置公式重新生成, 请提交代码!");
        }
        else
        {
            Debug.Log("FightPowerFormula.cs 内容未变化,无需重新生成");
            Debug.LogError("战斗公式有变更 FightPowerFormula.cs 需程序检查代码同步公式!");
        }
#endif