Ren'Py 8.5.2 中 ShowScreen 不在 py_eval globals 内, 改用 renpy.show_screen 经 Function 包装的方式调用: - gallery_panel 花朵按钮 → Function(renpy.show_screen, "yitao_gallery") - yitao_gallery 卡片按钮 → Function(renpy.show_screen, "gallery_detail", photo=photo) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>