mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
feat: update Gitea configuration for base URL and owner; add updateInfo to GameSelectOption interface
This commit is contained in:
@@ -16,8 +16,8 @@ import { nodecg } from './util/nodecg.js';
|
|||||||
// ── Configuración de Gitea ────────────────────────────────────────────────────
|
// ── Configuración de Gitea ────────────────────────────────────────────────────
|
||||||
// Edita estas constantes para apuntar a tu instancia.
|
// Edita estas constantes para apuntar a tu instancia.
|
||||||
|
|
||||||
const GITEA_BASE_URL = 'http://localhost:3000';
|
const GITEA_BASE_URL = 'http://10.0.0.10:3002';
|
||||||
const GITEA_OWNER = 'admin';
|
const GITEA_OWNER = 'Pandipipas';
|
||||||
const GITEA_REPO = 'fighting-game-packs';
|
const GITEA_REPO = 'fighting-game-packs';
|
||||||
const GITEA_BRANCH = 'main';
|
const GITEA_BRANCH = 'main';
|
||||||
|
|
||||||
|
|||||||
@@ -84,4 +84,6 @@ export interface GameSelectOption {
|
|||||||
available: boolean;
|
available: boolean;
|
||||||
/** Mirrors PackRegistryEntry so the download dialog can be populated inline. */
|
/** Mirrors PackRegistryEntry so the download dialog can be populated inline. */
|
||||||
registryEntry: PackRegistryEntry;
|
registryEntry: PackRegistryEntry;
|
||||||
}
|
/** Present when there is a newer version of this pack available in the registry. */
|
||||||
|
updateInfo?: { installedVersion: string; latestVersion: string };
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user