🐛 修复部分帖子获取内容异常

This commit is contained in:
BTMuli
2026-01-04 15:38:59 +08:00
parent 2c451c3c01
commit 5834eee6fc
3 changed files with 15 additions and 18 deletions

View File

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