feat: performance r_DepthOfField support

This commit is contained in:
2025-03-15 13:42:14 +08:00
parent cb77b69fa1
commit b830b2b863
9 changed files with 50 additions and 0 deletions

View File

@ -1027,6 +1027,12 @@ class MessageLookup extends MessageLookupByLibrary {
"performance_json_text_displayinfo_info": MessageLookupByLibrary.simpleMessage(
"Display frame rates, server information, etc. in the upper right corner of the screen",
),
"performance_json_text_dof": MessageLookupByLibrary.simpleMessage(
"Depth of field effect",
),
"performance_json_text_dof_info": MessageLookupByLibrary.simpleMessage(
"Controls the depth of field effect on mobiGlass pages, etc.",
),
"performance_json_text_fov": MessageLookupByLibrary.simpleMessage(
"Set viewing angle FOV",
),