在未启用 JIT 或硬件渲染加速的环境中启动时弹出提示 (#4487)

This commit is contained in:
Glavo
2025-09-15 21:26:47 +08:00
committed by GitHub
parent 15e490f313
commit b66e249591
8 changed files with 60 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
</module>
<module name="FileLength"><!-- max line length for single file: http://checkstyle.sourceforge.net/config_sizes.html#FileLength -->
<property name="max" value="1500"/>
<property name="max" value="2000"/>
</module>
<module name="TreeWalker">