🚸 活动icon点击事件,调整类型声明

This commit is contained in:
目棃
2024-12-20 21:11:01 +08:00
parent 2c2d9d319c
commit 6494a85397
10 changed files with 75 additions and 326 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.78.1";
static BBS_VERSION: &'static str = "2.79.1";
#[tauri::command]
pub async fn create_mhy_client(handle: AppHandle, func: String, url: String) {