From e3bc295aa5527d5d2d7e9f8e3611937caeb2aa92 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Mon, 26 May 2025 09:13:13 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=E6=9B=B4=E6=96=B0UA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/src/client/mod.rs | 4 ++-- src/utils/TGBbs.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/src/client/mod.rs b/src-tauri/src/client/mod.rs index e145a01c..6f1dd8fd 100644 --- a/src-tauri/src/client/mod.rs +++ b/src-tauri/src/client/mod.rs @@ -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) { diff --git a/src/utils/TGBbs.ts b/src/utils/TGBbs.ts index 7961ec49..ec8dbcb4 100644 --- a/src/utils/TGBbs.ts +++ b/src/utils/TGBbs.ts @@ -10,7 +10,7 @@ */ export type SaltKey = "K2" | "LK2" | "X4" | "X6" | "PROD"; -const BBS_VERSION: Readonly = "2.86.0"; +const BBS_VERSION: Readonly = "2.87.0"; const BBS_UA_MOBILE: Readonly = `Mozilla/5.0 (Linux; Android 12) Mobile miHoYoBBS/${BBS_VERSION}`; const BBS_UA_PC: Readonly = `Mozilla/5.0 (Windows NT 10.0; Win64; x64) miHoYoBBS/${BBS_VERSION}`;