Browse Source

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

18460000105 3 months ago
parent
commit
a9e62f7183
1 changed files with 1 additions and 1 deletions
  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}`,