chore: migrate production URLs to ttrpgplayer.ru (v1.0.24)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Fontosh
2026-07-01 15:59:37 +08:00
parent 374e041321
commit 60ef837e1c
11 changed files with 108 additions and 63 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ export class LicenseService {
private resolveLicenseActivateBaseUrl(): string {
const raw = process.env.DND_LICENSE_STATUS_URL?.trim();
if (raw) return raw.endsWith('/') ? raw : `${raw}/`;
return 'https://license.mailib.ru/';
return 'https://license.ttrpgplayer.ru/';
}
private async activateWithProductKey(productKey: string): Promise<string> {
+2 -2
View File
@@ -136,7 +136,7 @@ export const EDITOR_MESSAGES: Record<EditorLocale, Record<string, string>> = {
'app.about.supportLabel': 'ПОДДЕРЖКА',
'app.about.supportEmail': 'player.ttrpg@gmail.com',
'app.about.websiteLabel': 'САЙТ И ОБНОВЛЕНИЯ',
'app.about.websiteUrl': 'https://updates.mailib.ru/',
'app.about.websiteUrl': 'https://ttrpgplayer.ru/',
'help.title': 'Инструкция',
'help.navAria': 'Разделы инструкции',
@@ -453,7 +453,7 @@ export const EDITOR_MESSAGES: Record<EditorLocale, Record<string, string>> = {
'app.about.supportLabel': 'SUPPORT',
'app.about.supportEmail': 'player.ttrpg@gmail.com',
'app.about.websiteLabel': 'WEBSITE & UPDATES',
'app.about.websiteUrl': 'https://updates.mailib.ru/',
'app.about.websiteUrl': 'https://ttrpgplayer.ru/',
'help.title': 'Instructions',
'help.navAria': 'Instruction sections',