⬆️ 更新依赖

This commit is contained in:
目棃
2025-03-28 10:17:17 +08:00
parent 89a79dc968
commit 211f689426
9 changed files with 103 additions and 103 deletions

View File

@@ -1,6 +1,6 @@
//! @file src/client/mod.rs
//! @desc 客户端模块,负责操作米游社客户端
//! @since Beta v0.7.0
//! @since Beta v0.7.3
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.82.0";
static BBS_VERSION: &'static str = "2.85.1";
#[tauri::command]
pub async fn create_mhy_client(handle: AppHandle, func: String, url: String) {