⬆️ 更新UA

This commit is contained in:
BTMuli
2025-05-26 09:13:13 +08:00
parent 11bf522e22
commit e3bc295aa5
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
//! @file src/client/mod.rs
//! @desc 客户端模块,负责操作米游社客户端
//! @since Beta v0.7.3
//! @since Beta v0.7.7
mod menu;
mod utils;
@@ -8,7 +8,7 @@ mod utils;
use tauri::{AppHandle, Manager, WebviewWindowBuilder};
use tauri_utils::config::WebviewUrl;
static BBS_VERSION: &'static str = "2.85.1";
static BBS_VERSION: &'static str = "2.87.0";
#[tauri::command]
pub async fn create_mhy_client(handle: AppHandle, func: String, url: String) {