#pragma once #include "ics_parser.h" #include // 运行 ncurses TUI,展示给定事件列表 // 当 events 为空时,在界面上提示“未来一个月暂无活动” void run_tui(const std::vector &events); // 运行 ncurses TUI for the portal int run_portal_tui(); // 显示启动画面 void display_splash_screen();