@@ -25,7 +25,7 @@ export class PoemPictureComponent implements OnInit {
constructor(
){
// 示例任务,自己生成图片后请存储新的ID
- this.imagineWork = new ImagineWork("lpJGiFwWeA");
+ this.imagineWork = new ImagineWork("4mPR0IW1i5");
this.imagineWork.fetchTask().then(work=>{
this.images = this.imagineWork?.images || [];
})