UPDATE: Add ldiff
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import useLauncherStore from "@/stores/launcherStore";
|
||||
import { AppService, GitService } from "@bindings/firefly-launcher/internal";
|
||||
import { AppService, } from "@bindings/firefly-launcher/internal/app-service";
|
||||
import { toast } from "react-toastify";
|
||||
import { sleep } from "./sleep";
|
||||
import { GitService } from "@bindings/firefly-launcher/internal/git-service";
|
||||
|
||||
export async function CheckUpdateLauncher(): Promise<{ isUpdate: boolean; isExists: boolean; version: string }> {
|
||||
const [currentOk, currentVersion] = await AppService.GetCurrentLauncherVersion()
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import useLauncherStore from "@/stores/launcherStore";
|
||||
import useSettingStore from "@/stores/settingStore";
|
||||
import { FSService, GitService } from "@bindings/firefly-launcher/internal";
|
||||
import { FSService } from "@bindings/firefly-launcher/internal/fs-service";
|
||||
import { GitService } from "@bindings/firefly-launcher/internal/git-service";
|
||||
import { toast } from "react-toastify";
|
||||
|
||||
export async function CheckUpdateProxy(proxyPath: string, proxyVersion: string) : Promise<{isUpdate: boolean, isExists: boolean, version: string}> {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import useLauncherStore from '@/stores/launcherStore';
|
||||
import useSettingStore from '@/stores/settingStore';
|
||||
import { FSService, GitService } from '@bindings/firefly-launcher/internal';
|
||||
import { FSService } from '@bindings/firefly-launcher/internal/fs-service';
|
||||
import { GitService } from '@bindings/firefly-launcher/internal/git-service';
|
||||
import { toast } from 'react-toastify';
|
||||
|
||||
export async function CheckUpdateServer(
|
||||
|
||||
Reference in New Issue
Block a user