From e8432e705b93d2c2687abae53d3dcf414af901d7 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Fri, 15 Dec 2023 19:21:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=20UIGF=20?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=A0=BC=E5=BC=8F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #71 --- src/utils/UIGF.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/UIGF.ts b/src/utils/UIGF.ts index df84318b..26a283d9 100644 --- a/src/utils/UIGF.ts +++ b/src/utils/UIGF.ts @@ -1,7 +1,7 @@ /** * @file utils/UIGF.ts * @description UIGF工具类 - * @since Beta v0.3.5 + * @since Beta v0.3.8 */ import { app, fs, path } from "@tauri-apps/api"; @@ -22,7 +22,7 @@ function getUigfTimeZone(uid: string): number { /** * @description 获取 UIGF 头部信息 - * @since Beta v0.3.5 + * @since Beta v0.3.8 * @param {string} uid - UID * @returns {Promise} */ @@ -31,7 +31,7 @@ export async function getUigfHeader(uid: string): Promise