From 3eae1595aaf4900afd60f51f9d9a24b5b029b40a Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Mon, 13 Apr 2026 17:03:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DAI=E5=A4=84=E7=90=86f-?= =?UTF-8?q?string=E4=B8=ADJSON=E8=8A=B1=E6=8B=AC=E5=8F=B7=E8=BD=AC?= =?UTF-8?q?=E4=B9=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xian_favor/api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xian_favor/api.py b/xian_favor/api.py index 3395156..f2851a7 100644 --- a/xian_favor/api.py +++ b/xian_favor/api.py @@ -185,7 +185,7 @@ def ai_process(): {text} 请按以下JSON格式返回结果(只返回JSON,不要其他内容): -{ + {{ "type": "text/link/column/todo", "title": "提取的标题(简短概括)", "content": "主要内容(如果是文本类型)", @@ -195,7 +195,7 @@ def ai_process(): "note": "补充说明或备注", "status": "如果是待办,默认pending", "priority": "如果是待办,默认medium" -} + }} 类型判断规则: - link: 包含http/https链接,且不是专栏订阅地址