增加汉化提示

This commit is contained in:
2023-10-12 20:50:50 +08:00
parent d7c70d7efc
commit 4b2461bd9a
3 changed files with 48 additions and 7 deletions

View File

@ -24,7 +24,7 @@ class PerformanceUI extends BaseUI<PerformanceUIModel> {
InfoBar(
title: const Text("图形优化提示"),
content: const Text(
"该功能对优化显卡瓶颈有很大帮助,但对 CPU 瓶颈可能起效果,如果您显卡性能强劲,可以尝试使用更好的画质来获得更高的显卡利用率。",
"该功能对优化显卡瓶颈有很大帮助,但对 CPU 瓶颈可能起效果,如果您显卡性能强劲,可以尝试使用更好的画质来获得更高的显卡利用率。",
),
onClose: () => model.closeTip(),
),