添加getRegionRoleInfo事件处理

This commit is contained in:
BTMuli
2025-10-25 21:04:04 +08:00
parent 68dead3d84
commit 65e948c34c
5 changed files with 197 additions and 187 deletions

View File

@@ -8,7 +8,7 @@ mod utils;
use tauri::{AppHandle, Manager, WebviewWindowBuilder};
use tauri_utils::config::WebviewUrl;
static BBS_VERSION: &'static str = "2.93.0";
static BBS_VERSION: &'static str = "2.95.1";
#[tauri::command]
pub async fn create_mhy_client(handle: AppHandle, func: String, url: String) {