mirror of
				https://github.com/Mabbs/mabbs.github.io
				synced 2025-11-03 02:27:56 +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");
 | 
			
		||||
        }
 | 
			
		||||
        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();
 | 
			
		||||
        }
 | 
			
		||||
        return new Response("OK", {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user