diff --git a/src/graphics/platform/Platform.ts b/src/graphics/platform/Platform.ts index 35b0a95..04c0ebe 100644 --- a/src/graphics/platform/Platform.ts +++ b/src/graphics/platform/Platform.ts @@ -279,7 +279,7 @@ class codeGraph extends Container { } //运行等级 if (stateData.nextSectionRunLevel) { - this.runLevel.visible = true; + this.runLevel.visible = false; this.runLevel.text = stateData.nextSectionRunLevel; } //运行时间