Files
XinLanDiary/game
Cafw e00c084e61 fix: 用 Function(renpy.show_screen) 替换 ShowScreen
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>
2026-03-04 22:01:34 +08:00
..
2026-02-27 03:44:59 +08:00
2026-02-27 03:44:59 +08:00
2026-02-27 03:44:59 +08:00
2026-02-27 03:44:59 +08:00
2026-03-02 22:55:46 +08:00