打孔带打印,存储替换完成

This commit is contained in:
2024-12-25 19:46:56 +08:00
parent cc4d3a5a05
commit 1eae4e42d4
14 changed files with 650 additions and 61 deletions
@@ -197,7 +197,7 @@ namespace AibisDream.FixSystem
public void MessageBoxSetText(string text)
{
_screenText.color = Color.white; // 默认文本颜色
_screenText.text += text+"<br>";
_screenText.text += text+"<br>";
}
public void MessageBoxSetNull()
{