add half-working client

This commit is contained in:
2025-05-05 00:15:12 +02:00
parent 776ee8d637
commit bfa0ba8edf
13 changed files with 782 additions and 38 deletions

13
client/settings.ts Normal file
View File

@@ -0,0 +1,13 @@
export namespace dict {
export const IDLE_TITLE: string = "Richard Stallman na Technické univerzitě v Liberci";
export const IDLE_STARTING: string = "Přednáška o soukromí a svobodě v digitální době";
}
export const IDLE_LOGOS: string[] = [
"files/fm_logo.svg",
];
export const QUESTION_QR: string = "files/qr_ask.svg";
export const QUESTION_LINK: string = "https://ask.libre-liberec.cz";
export const DELAY_WORDS: number = 1;