浏览代码

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}`,