feat(ui): add show in file manager button to screenshot view

- Add Tools::open_file_manager helper with Windows and Linux support.
- Ensure screenshot directory is created before scanning.
- Add localization keys for en_US and zh_CN.
This commit is contained in:
2026-08-07 19:49:53 +08:00
parent 4fef8e195a
commit d7cb178c2b
4 changed files with 74 additions and 6 deletions

View File

@@ -48,5 +48,6 @@
"item.stone.name": "石头",
"item.water.name": "水",
"item.pig_spawn_egg.name": "猪猪刷怪蛋",
"screenshot.no_screenshot": "没有截图"
"screenshot.no_screenshot": "没有截图",
"button.show_in_file_manager": "在文件管理器中显示"
}