UPDATE: Add ldiff

This commit is contained in:
2025-08-25 18:12:13 +07:00
parent 99b9df1ce5
commit 6b222bfa70
45 changed files with 1700 additions and 535 deletions

View File

@@ -11,7 +11,7 @@ import {Call as $Call, Create as $Create} from "@wailsio/runtime";
* @returns {Promise<[boolean, string]> & { cancel(): void }}
*/
export function CloseAppAfterTimeout(timeout) {
let $resultPromise = /** @type {any} */($Call.ByID(982751559, timeout));
let $resultPromise = /** @type {any} */($Call.ByID(1705931481, timeout));
return $resultPromise;
}
@@ -19,6 +19,6 @@ export function CloseAppAfterTimeout(timeout) {
* @returns {Promise<[boolean, string]> & { cancel(): void }}
*/
export function GetCurrentLauncherVersion() {
let $resultPromise = /** @type {any} */($Call.ByID(2542090372));
let $resultPromise = /** @type {any} */($Call.ByID(3575133982));
return $resultPromise;
}

View File

@@ -0,0 +1,8 @@
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import * as AppService from "./appservice.js";
export {
AppService
};

View File

@@ -11,7 +11,7 @@ import {Call as $Call, Create as $Create} from "@wailsio/runtime";
* @returns {Promise<[boolean, string, string]> & { cancel(): void }}
*/
export function CheckTypeHDiff(patchPath) {
let $resultPromise = /** @type {any} */($Call.ByID(1068035136, patchPath));
let $resultPromise = /** @type {any} */($Call.ByID(3717449114, patchPath));
return $resultPromise;
}
@@ -20,7 +20,7 @@ export function CheckTypeHDiff(patchPath) {
* @returns {Promise<[boolean, string]> & { cancel(): void }}
*/
export function CutData(gamePath) {
let $resultPromise = /** @type {any} */($Call.ByID(3671642725, gamePath));
let $resultPromise = /** @type {any} */($Call.ByID(2019290107, gamePath));
return $resultPromise;
}
@@ -31,7 +31,7 @@ export function CutData(gamePath) {
* @returns {Promise<[boolean, string]> & { cancel(): void }}
*/
export function DataExtract(gamePath, patchPath, isSkipVerify) {
let $resultPromise = /** @type {any} */($Call.ByID(1843136452, gamePath, patchPath, isSkipVerify));
let $resultPromise = /** @type {any} */($Call.ByID(2161622254, gamePath, patchPath, isSkipVerify));
return $resultPromise;
}
@@ -40,7 +40,7 @@ export function DataExtract(gamePath, patchPath, isSkipVerify) {
* @returns {Promise<[boolean, string]> & { cancel(): void }}
*/
export function DeleteFiles(gamePath) {
let $resultPromise = /** @type {any} */($Call.ByID(989019003, gamePath));
let $resultPromise = /** @type {any} */($Call.ByID(1103091613, gamePath));
return $resultPromise;
}
@@ -48,8 +48,17 @@ export function DeleteFiles(gamePath) {
* @param {string} gamePath
* @returns {Promise<[boolean, string]> & { cancel(): void }}
*/
export function PatchData(gamePath) {
let $resultPromise = /** @type {any} */($Call.ByID(3608591627, gamePath));
export function HDiffPatchData(gamePath) {
let $resultPromise = /** @type {any} */($Call.ByID(3944051994, gamePath));
return $resultPromise;
}
/**
* @param {string} gamePath
* @returns {Promise<[boolean, string]> & { cancel(): void }}
*/
export function LDiffPatchData(gamePath) {
let $resultPromise = /** @type {any} */($Call.ByID(360123238, gamePath));
return $resultPromise;
}
@@ -59,6 +68,6 @@ export function PatchData(gamePath) {
* @returns {Promise<[boolean, string]> & { cancel(): void }}
*/
export function VersionValidate(gamePath, patchPath) {
let $resultPromise = /** @type {any} */($Call.ByID(3916254383, gamePath, patchPath));
let $resultPromise = /** @type {any} */($Call.ByID(2105077257, gamePath, patchPath));
return $resultPromise;
}

View File

@@ -0,0 +1,8 @@
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import * as DiffService from "./diffservice.js";
export {
DiffService
};

View File

@@ -11,7 +11,7 @@ import {Call as $Call, Create as $Create} from "@wailsio/runtime";
* @returns {Promise<boolean> & { cancel(): void }}
*/
export function DirExists(path) {
let $resultPromise = /** @type {any} */($Call.ByID(1291974398, path));
let $resultPromise = /** @type {any} */($Call.ByID(1772289644, path));
return $resultPromise;
}
@@ -20,7 +20,7 @@ export function DirExists(path) {
* @returns {Promise<boolean> & { cancel(): void }}
*/
export function FileExists(path) {
let $resultPromise = /** @type {any} */($Call.ByID(3373618865, path));
let $resultPromise = /** @type {any} */($Call.ByID(1782610747, path));
return $resultPromise;
}
@@ -30,7 +30,7 @@ export function FileExists(path) {
* @returns {Promise<[boolean, string]> & { cancel(): void }}
*/
export function FileExistsInZip(archivePath, fileInside) {
let $resultPromise = /** @type {any} */($Call.ByID(1737012553, archivePath, fileInside));
let $resultPromise = /** @type {any} */($Call.ByID(2509699047, archivePath, fileInside));
return $resultPromise;
}
@@ -39,15 +39,16 @@ export function FileExistsInZip(archivePath, fileInside) {
* @returns {Promise<[boolean, string]> & { cancel(): void }}
*/
export function OpenFolder(path) {
let $resultPromise = /** @type {any} */($Call.ByID(2733319263, path));
let $resultPromise = /** @type {any} */($Call.ByID(1635714001, path));
return $resultPromise;
}
/**
* @param {string} filter
* @returns {Promise<string> & { cancel(): void }}
*/
export function PickFile() {
let $resultPromise = /** @type {any} */($Call.ByID(2181012076));
export function PickFile(filter) {
let $resultPromise = /** @type {any} */($Call.ByID(3756474934, filter));
return $resultPromise;
}
@@ -55,7 +56,7 @@ export function PickFile() {
* @returns {Promise<string> & { cancel(): void }}
*/
export function PickFolder() {
let $resultPromise = /** @type {any} */($Call.ByID(3906046322));
let $resultPromise = /** @type {any} */($Call.ByID(3654471460));
return $resultPromise;
}
@@ -64,7 +65,7 @@ export function PickFolder() {
* @returns {Promise<boolean> & { cancel(): void }}
*/
export function StartApp(path) {
let $resultPromise = /** @type {any} */($Call.ByID(3825990132, path));
let $resultPromise = /** @type {any} */($Call.ByID(1267568402, path));
return $resultPromise;
}
@@ -73,6 +74,6 @@ export function StartApp(path) {
* @returns {Promise<boolean> & { cancel(): void }}
*/
export function StartWithConsole(path) {
let $resultPromise = /** @type {any} */($Call.ByID(2364569062, path));
let $resultPromise = /** @type {any} */($Call.ByID(3249271428, path));
return $resultPromise;
}

View File

@@ -0,0 +1,8 @@
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import * as FSService from "./fsservice.js";
export {
FSService
};

View File

@@ -11,7 +11,7 @@ import {Call as $Call, Create as $Create} from "@wailsio/runtime";
* @returns {Promise<[boolean, string]> & { cancel(): void }}
*/
export function DownloadProxyProgress(version) {
let $resultPromise = /** @type {any} */($Call.ByID(1951249093, version));
let $resultPromise = /** @type {any} */($Call.ByID(3559275334, version));
return $resultPromise;
}
@@ -20,7 +20,7 @@ export function DownloadProxyProgress(version) {
* @returns {Promise<[boolean, string]> & { cancel(): void }}
*/
export function DownloadServerProgress(version) {
let $resultPromise = /** @type {any} */($Call.ByID(314135954, version));
let $resultPromise = /** @type {any} */($Call.ByID(1954767259, version));
return $resultPromise;
}
@@ -28,7 +28,7 @@ export function DownloadServerProgress(version) {
* @returns {Promise<[boolean, string, string]> & { cancel(): void }}
*/
export function GetLatestLauncherVersion() {
let $resultPromise = /** @type {any} */($Call.ByID(3191972855));
let $resultPromise = /** @type {any} */($Call.ByID(262637602));
return $resultPromise;
}
@@ -36,7 +36,7 @@ export function GetLatestLauncherVersion() {
* @returns {Promise<[boolean, string, string]> & { cancel(): void }}
*/
export function GetLatestProxyVersion() {
let $resultPromise = /** @type {any} */($Call.ByID(1462362449));
let $resultPromise = /** @type {any} */($Call.ByID(289488362));
return $resultPromise;
}
@@ -44,7 +44,7 @@ export function GetLatestProxyVersion() {
* @returns {Promise<[boolean, string, string]> & { cancel(): void }}
*/
export function GetLatestServerVersion() {
let $resultPromise = /** @type {any} */($Call.ByID(1447982978));
let $resultPromise = /** @type {any} */($Call.ByID(2918980975));
return $resultPromise;
}
@@ -52,7 +52,7 @@ export function GetLatestServerVersion() {
* @returns {Promise<void> & { cancel(): void }}
*/
export function UnzipProxy() {
let $resultPromise = /** @type {any} */($Call.ByID(4071181044));
let $resultPromise = /** @type {any} */($Call.ByID(2563246729));
return $resultPromise;
}
@@ -60,7 +60,7 @@ export function UnzipProxy() {
* @returns {Promise<void> & { cancel(): void }}
*/
export function UnzipServer() {
let $resultPromise = /** @type {any} */($Call.ByID(4110296071));
let $resultPromise = /** @type {any} */($Call.ByID(1126363284));
return $resultPromise;
}
@@ -69,6 +69,6 @@ export function UnzipServer() {
* @returns {Promise<[boolean, string]> & { cancel(): void }}
*/
export function UpdateLauncherProgress(version) {
let $resultPromise = /** @type {any} */($Call.ByID(2648938152, version));
let $resultPromise = /** @type {any} */($Call.ByID(97272861, version));
return $resultPromise;
}

View File

@@ -0,0 +1,8 @@
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import * as GitService from "./gitservice.js";
export {
GitService
};

View File

@@ -1,16 +0,0 @@
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import * as AppService from "./appservice.js";
import * as FSService from "./fsservice.js";
import * as GitService from "./gitservice.js";
import * as HdiffzService from "./hdiffzservice.js";
import * as LanguageService from "./languageservice.js";
export {
AppService,
FSService,
GitService,
HdiffzService,
LanguageService
};

View File

@@ -0,0 +1,8 @@
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import * as LanguageService from "./languageservice.js";
export {
LanguageService
};

View File

@@ -11,7 +11,7 @@ import {Call as $Call, Create as $Create} from "@wailsio/runtime";
* @returns {Promise<[boolean, string, string, string]> & { cancel(): void }}
*/
export function GetLanguage(path) {
let $resultPromise = /** @type {any} */($Call.ByID(3450750492, path));
let $resultPromise = /** @type {any} */($Call.ByID(3574191687, path));
return $resultPromise;
}
@@ -22,6 +22,6 @@ export function GetLanguage(path) {
* @returns {Promise<[boolean, string]> & { cancel(): void }}
*/
export function SetLanguage(path, text, voice) {
let $resultPromise = /** @type {any} */($Call.ByID(2793672496, path, text, voice));
let $resultPromise = /** @type {any} */($Call.ByID(2768939795, path, text, voice));
return $resultPromise;
}