mirror of
				https://github.com/Mabbs/mabbs.github.io
				synced 2025-11-04 02:56:03 +00:00 
			
		
		
		
	Update file 2024-07-03-ai-summary.md
This commit is contained in:
		@ -196,7 +196,7 @@ export default {
 | 
				
			|||||||
          ).bind(query).first("content");
 | 
					          ).bind(query).first("content");
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        if (result != data) {
 | 
					        if (result != data) {
 | 
				
			||||||
          await db.prepare("UPDATE blog_summary SET content = ?1 WHERE id = ?2")
 | 
					          await db.prepare("UPDATE blog_summary SET content = ?1, summary = NULL WHERE id = ?2")
 | 
				
			||||||
            .bind(data, query).run();
 | 
					            .bind(data, query).run();
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        return new Response("OK", {
 | 
					        return new Response("OK", {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user