const COMMANDS: &[&str] = &["get_state", "select_images", "set_setting", "next_wallpaper"]; fn main() { tauri_plugin::Builder::new(COMMANDS) .android_path("android") .ios_path("ios") .build(); }