// ClawPanel 入口 #![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] fn main() { clawpanel_lib::run() }