ALIVE! make it work and navigation now dynamic

This commit is contained in:
kilyabin
2025-11-18 03:15:23 +04:00
parent 642649e240
commit 5feff78420
10 changed files with 11361 additions and 31 deletions

View File

@@ -1,5 +1,6 @@
export const groups: { [group: string]: [number, string] } = {
ib4k: [138, 'ИБ-4к'],
ps7: [146, 'ПС-7'],
pks35k: [78, 'ПКС-35к']
ib5: [144, 'ИБ-5'],
ib6: [145, 'ИБ-6'],
ib7k: [172, 'ИБ-7к']
}