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

fix: preview imagine id with poem case

haitao преди 7 месеца
родител
ревизия
946f67f66e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/app/poem-picture/poem-picture.component.ts

+ 1 - 1
src/app/poem-picture/poem-picture.component.ts

@@ -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 || [];
     })