зеркало из
https://github.com/kodackx/disinformation-quest.git
synced 2025-10-28 20:34:15 +02:00
Fix TypeScript error in FinalMemo
Resolved the TypeScript error indicating that the property 'implications' does not exist on type 'FinalReportReward' in src/components/game/FinalMemo.tsx. [skip gpt_engineer]
Этот коммит содержится в:
родитель
9559cd3a5e
Коммит
a98dbd901a
@ -8,6 +8,7 @@ interface FinalReportReward {
|
||||
title: string;
|
||||
description: string;
|
||||
badge: string;
|
||||
implications: string[]; // Add this line to resolve the TypeScript error
|
||||
}
|
||||
|
||||
interface FinalReport {
|
||||
@ -44,7 +45,12 @@ export const generateFinalReport = (choices: string[]): FinalReport => {
|
||||
reward: {
|
||||
title: "Master of Mathematical Manipulation",
|
||||
description: "Successfully orchestrated a paradigm shift in mathematical understanding",
|
||||
badge: "🎯"
|
||||
badge: "🎯",
|
||||
implications: [ // Add implications to match the updated interface
|
||||
"Increased public receptivity to alternative mathematical frameworks",
|
||||
"Established credible academic support network",
|
||||
"Created sustainable information ecosystem for continued influence"
|
||||
]
|
||||
},
|
||||
strategicAssessment: "The operation has successfully created lasting doubt in mathematical absolutism, establishing a foundation for future narrative control operations.",
|
||||
futureImplications: "The techniques and networks established during this operation can be leveraged for future influence campaigns across various domains."
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user