|  | @@ -16,9 +16,7 @@
 | 
	
		
			
				|  |  |                          </div>
 | 
	
		
			
				|  |  |                      </div>
 | 
	
		
			
				|  |  |                      <div class="after-cover-wrapper" :style="{ 'zoom': reviewCanvasParams.zoom }">
 | 
	
		
			
				|  |  | -                        <iframe
 | 
	
		
			
				|  |  | -                            style="height: 100%;width: 100%"
 | 
	
		
			
				|  |  | -                            :src="previewData.convertUrl"></iframe>
 | 
	
		
			
				|  |  | +                        <install-card :pre_view="true" :iframe_url="previewData.convertUrl"></install-card>
 | 
	
		
			
				|  |  |                      </div>
 | 
	
		
			
				|  |  |                  </div>
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -62,6 +60,7 @@
 | 
	
		
			
				|  |  |  <script setup>
 | 
	
		
			
				|  |  |  import { ref, defineEmits, reactive, defineProps, onMounted, nextTick, onUnmounted } from "vue";
 | 
	
		
			
				|  |  |  import { postPublish } from "@/http/publishApi";
 | 
	
		
			
				|  |  | +import installCard from '@/view/content/tool_box/index.vue'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import { getChromeStorage } from "@/uilts/chromeExtension"
 | 
	
		
			
				|  |  |  import { getUser } from "@/http/publishApi"
 |