Преглед на файлове

fix(short-generator): 修正生成短篇小说时的参数名

18460000105 преди 3 месеца
родител
ревизия
a9e62f7183
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      novel-app/src/app/short-generator/short-generator.page.ts

+ 1 - 1
novel-app/src/app/short-generator/short-generator.page.ts

@@ -177,7 +177,7 @@ export class ShortGeneratorPage implements OnInit {
             user: this.currentUser.toPointer(),
             username: this.currentUser.data["username"],
             title: `${this.titlel}`,
-            topic: `${this.style}`,
+            required: `${this.style}`,
             content2: `${this.generatedContent}`,
             entry: `${this.entry}`,