style: lint

This commit is contained in:
手瓜一十雪
2024-06-02 20:49:09 +08:00
parent b08af25d7f
commit cee080264a
24 changed files with 1678 additions and 1676 deletions

View File

@@ -14,7 +14,7 @@ export async function checkVersion(): Promise<string> {
try {
version = (await RequestUtil.HttpGetJson<{ version: string }>(url)).version;
} catch (e) {
logDebug("检测更新异常",e);
logDebug('检测更新异常',e);
}
if (version) {
resolve(version);