소스 검색

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

18460000105 5 달 전
부모
커밋
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}`,