👽️ 调整公告解析正则

*Refer: https://github.com/UIGF-org/CurrentBannerWatcher
This commit is contained in:
BTMuli
2025-09-09 12:16:51 +08:00
parent 641ae0043f
commit fe5a5011eb
3 changed files with 17 additions and 15 deletions

View File

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