Skip to content

Commit

Permalink
💄 调整UI
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Nov 17, 2024
1 parent c17339b commit 53f2612
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src-tauri/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use tauri_utils::config::WebviewUrl;
pub async fn create_mhy_client(handle: AppHandle, func: String, url: String) {
let mut win_width = 400.0;
let mut win_height = 800.0;
let win_ua = "Mozilla/5.0 (Linux; Android 12) Mobile miHoYoBBS/2.76.1";
let win_ua = "Mozilla/5.0 (Linux; Android 12) Mobile miHoYoBBS/2.77.2";
let url_parse;
if url != "" {
url_parse = WebviewUrl::External(url.parse().unwrap());
Expand Down
3 changes: 3 additions & 0 deletions src/components/userCombat/tuc-buffs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ const columnCnt = computed<number>(() => {
height: 80px;
align-items: center;
justify-content: center;
padding: 10px;
border-radius: 5px;
background-color: var(--box-bg-3);
img {
width: 100%;
Expand Down
12 changes: 6 additions & 6 deletions src/web/constant/bbs.ts
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
/**
* @file web/constant/bbs.ts
* @description 常量-应用数据
* @since Beta v0.6.2
* @since Beta v0.6.3
*/

export const BBS_VERSION = "2.76.1";
export const BBS_VERSION = "2.77.2";
export const BBS_UA_PC = `Mozilla/5.0 (Windows NT 10.0; Win64; x64) miHoYoBBS/${BBS_VERSION}`;
export const BBS_UA_MOBILE = `Mozilla/5.0 (Linux; Android 12) Mobile miHoYoBBS/${BBS_VERSION}`;
export const BBS_APP_ID = "bll8iq97cem8";

/**
* @description salt 值
* @version 2.76.1
* @since Beta v0.6.2
* @version 2.77.2
* @since Beta v0.6.3
*/
export const BBS_SALT = {
K2: "OZatXfBgOYfCeDxVQwkEnFHFxJNtCrzB",
LK2: "FyZqfQfTDamvpNGuTMPkgyNOEpYQlBQf",
K2: "TKAsNctXTFctUMIgTfkHncRKJjvvRuOf",
LK2: "LfWCPiYcIZyzGUgeFUbuJZNOyqpLoNlv",
X4: "xV8v4Qu54lUKrEYFZkJhB8cuOh9Asafs",
X6: "t0qEgfub6cvueAPgR5m9aQWWVciEer7v",
PROD: "t0qEgfub6cvueAPgR5m9aQWWVciEer7v",
Expand Down

0 comments on commit 53f2612

Please sign in to comment.