Add Grand Line Dune Crimea set
This commit is contained in:
@@ -90,8 +90,9 @@ npm run check # проверка типов (svelte-check)
|
||||
|
||||
```ts
|
||||
import { familyKnowledgeJourneySet } from './family-knowledge-journey';
|
||||
import { grandLineDuneCrimeaMinecraftComputersSet } from './grand-line-dune-crimea-minecraft-computers';
|
||||
import { mySet } from './my-set';
|
||||
export const questionSets = [familyKnowledgeJourneySet, mySet];
|
||||
export const questionSets = [familyKnowledgeJourneySet, grandLineDuneCrimeaMinecraftComputersSet, mySet];
|
||||
```
|
||||
|
||||
Готово — набор автоматически появится на экране выбора.
|
||||
@@ -106,6 +107,7 @@ src/
|
||||
│ ├─ types.ts # Доменные типы (Question, Category, QuestionSet, GameState)
|
||||
│ ├─ question-sets/ # ДАННЫЕ (отделены от UI)
|
||||
│ │ ├─ family-knowledge-journey.ts # набор вопросов
|
||||
│ │ ├─ grand-line-dune-crimea-minecraft-computers.ts # набор вопросов
|
||||
│ │ └─ index.ts # реестр наборов + хелперы поиска
|
||||
│ ├─ stores/
|
||||
│ │ └─ game.ts # СОСТОЯНИЕ игры (Svelte store + localStorage)
|
||||
|
||||
Reference in New Issue
Block a user