mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-02-28 12:18:07 +08:00
refactor: icon 字段从 Lucide 名称迁移到内联 SVG
将 9 个技能的 icon 字段从 Lucide 图标名称(如 "search")替换为 内联 SVG 字符串,使市场数据完全自包含,新增技能无需修改前端代码。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
{
|
||||
"id": "calendar-sync",
|
||||
"name": "日历同步",
|
||||
"icon": "calendar-days",
|
||||
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path><path d=\"M8 14h.01\"></path><path d=\"M12 14h.01\"></path><path d=\"M16 14h.01\"></path><path d=\"M8 18h.01\"></path><path d=\"M12 18h.01\"></path><path d=\"M16 18h.01\"></path></svg>",
|
||||
"shortDesc": "无缝连接主流日历服务,智能安排与冲突检测",
|
||||
"fullDesc": "日历同步技能让 Agent 能够读取和写入你的日程安排,支持 Google Calendar、Outlook、Apple Calendar 等主流服务。智能识别会议重要性、自动建议最佳会议时间、检测时区冲突。\n\n功能特性:\n- 多平台同步:Google、Outlook、Apple、CalDAV 协议支持\n- 智能调度:基于忙碌状态自动建议会议时间\n- 时区处理:跨时区会议自动转换、旅行者时区感知\n- 会议辅助:议程模板、会议纪要自动生成、行动项跟踪\n- 提醒策略:分层提醒(提前一天、一小时、十五分钟)",
|
||||
"category": "business",
|
||||
"tags": ["日历", "日程管理", "会议安排", "时区处理", "提醒"],
|
||||
"tags": [
|
||||
"日历",
|
||||
"日程管理",
|
||||
"会议安排",
|
||||
"时区处理",
|
||||
"提醒"
|
||||
],
|
||||
"version": "1.9.0",
|
||||
"latestVersion": "1.9.0",
|
||||
"updatedAt": "2025-02-08",
|
||||
@@ -19,9 +25,22 @@
|
||||
"installStatus": "not_installed",
|
||||
"riskLevel": "medium",
|
||||
"requires": {
|
||||
"tools": ["oauth_client", "ical_parser", "timezone_calculator", "notification_api"],
|
||||
"connections": ["google_calendar", "outlook_api", "apple_icloud"]
|
||||
"tools": [
|
||||
"oauth_client",
|
||||
"ical_parser",
|
||||
"timezone_calculator",
|
||||
"notification_api"
|
||||
],
|
||||
"connections": [
|
||||
"google_calendar",
|
||||
"outlook_api",
|
||||
"apple_icloud"
|
||||
]
|
||||
},
|
||||
"compatibleAgents": ["task-master", "business-analyst", "translator"],
|
||||
"compatibleAgents": [
|
||||
"task-master",
|
||||
"business-analyst",
|
||||
"translator"
|
||||
],
|
||||
"changelog": "v1.9.0: 新增 AI 会议重要性评分,自动保护深度工作时段"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,17 @@
|
||||
{
|
||||
"id": "create-agent",
|
||||
"name": "创建智能体",
|
||||
"icon": "user-plus",
|
||||
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"></path><circle cx=\"9\" cy=\"7\" r=\"4\"></circle><line x1=\"19\" x2=\"19\" y1=\"8\" y2=\"14\"></line><line x1=\"22\" x2=\"16\" y1=\"11\" y2=\"11\"></line></svg>",
|
||||
"shortDesc": "通过自然语言对话收集需求,一键创建专业化数字智能体",
|
||||
"fullDesc": "创建智能体是一个元技能,赋予 DesireCore 创建其他 Agent 的能力。通过多轮对话收集用户需求,自动生成符合 AgentFS v2 规范的 persona 和 principles,调用 HTTP API 完成创建。\n\n功能特性:\n- 自然语言交互:用对话描述需求即可创建,无需编程\n- 领域模板:根据专业领域自动匹配推荐风格与边界\n- AgentFS v2 规范:创建的仓库符合标准结构,支持版本管理\n- 多轮引导:智能追问必填信息,每轮最多 2 个问题\n- 预览确认:创建前展示完整的 persona 与 principles 预览",
|
||||
"category": "productivity",
|
||||
"tags": ["智能体", "创建", "元技能", "AgentFS", "自动化"],
|
||||
"tags": [
|
||||
"智能体",
|
||||
"创建",
|
||||
"元技能",
|
||||
"AgentFS",
|
||||
"自动化"
|
||||
],
|
||||
"version": "2.0.0",
|
||||
"latestVersion": "2.0.0",
|
||||
"updatedAt": "2026-02-21",
|
||||
@@ -19,7 +25,9 @@
|
||||
"installStatus": "not_installed",
|
||||
"riskLevel": "medium",
|
||||
"requires": {
|
||||
"tools": ["fetch_api"],
|
||||
"tools": [
|
||||
"fetch_api"
|
||||
],
|
||||
"connections": []
|
||||
},
|
||||
"compatibleAgents": [],
|
||||
|
||||
@@ -1,11 +1,17 @@
|
||||
{
|
||||
"id": "delete-agent",
|
||||
"name": "删除智能体",
|
||||
"icon": "user-minus",
|
||||
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"></path><circle cx=\"9\" cy=\"7\" r=\"4\"></circle><line x1=\"22\" x2=\"16\" y1=\"11\" y2=\"11\"></line></svg>",
|
||||
"shortDesc": "安全删除智能体及其关联数据,支持多重确认与可选历史清理",
|
||||
"fullDesc": "删除智能体是一个元技能,允许安全地删除不再使用的 Agent。执行前会验证智能体状态,清理文件系统、内存状态、消息订阅等所有关联数据,支持可选地删除会话历史。\n\n功能特性:\n- 状态检查:自动验证智能体是否处于可删除状态\n- 完整清理:文件系统、调度器、消息订阅、MCP 连接一并清除\n- 可选历史:默认保留会话历史,可选择同时删除\n- 多重确认:高风险操作,需用户多步确认\n- 结果报告:输出详细的清理回执",
|
||||
"category": "productivity",
|
||||
"tags": ["智能体", "删除", "元技能", "清理", "安全"],
|
||||
"tags": [
|
||||
"智能体",
|
||||
"删除",
|
||||
"元技能",
|
||||
"清理",
|
||||
"安全"
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"latestVersion": "1.0.0",
|
||||
"updatedAt": "2026-02-17",
|
||||
@@ -19,7 +25,9 @@
|
||||
"installStatus": "not_installed",
|
||||
"riskLevel": "high",
|
||||
"requires": {
|
||||
"tools": ["fetch_api"],
|
||||
"tools": [
|
||||
"fetch_api"
|
||||
],
|
||||
"connections": []
|
||||
},
|
||||
"compatibleAgents": [],
|
||||
|
||||
@@ -1,11 +1,17 @@
|
||||
{
|
||||
"id": "discover-agent",
|
||||
"name": "发现智能体",
|
||||
"icon": "compass",
|
||||
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><path d=\"m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z\"></path></svg>",
|
||||
"shortDesc": "根据需求描述智能推荐最匹配的智能体,引导快速选择",
|
||||
"fullDesc": "发现智能体是一个流程型技能,帮助用户在已注册的 Agent 中找到最合适的助手。通过语义理解用户需求,多维度匹配评分,展示候选列表并引导选择。无匹配时自动衔接创建流程。\n\n功能特性:\n- 语义匹配:基于描述相似度、技能匹配、领域匹配等多维度评分\n- 智能排序:综合得分降序,在线状态优先\n- 浏览模式:支持查看所有可用智能体\n- 流畅衔接:无匹配时自动建议创建新 Agent\n- 上下文传递:选择后自动传递用户需求到目标智能体",
|
||||
"category": "productivity",
|
||||
"tags": ["智能体", "发现", "推荐", "匹配", "导航"],
|
||||
"tags": [
|
||||
"智能体",
|
||||
"发现",
|
||||
"推荐",
|
||||
"匹配",
|
||||
"导航"
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"latestVersion": "1.0.0",
|
||||
"updatedAt": "2026-02-17",
|
||||
@@ -19,7 +25,9 @@
|
||||
"installStatus": "not_installed",
|
||||
"riskLevel": "low",
|
||||
"requires": {
|
||||
"tools": ["fetch_api"],
|
||||
"tools": [
|
||||
"fetch_api"
|
||||
],
|
||||
"connections": []
|
||||
},
|
||||
"compatibleAgents": [],
|
||||
|
||||
@@ -1,11 +1,17 @@
|
||||
{
|
||||
"id": "doc-parser",
|
||||
"name": "文档解析器",
|
||||
"icon": "file-text",
|
||||
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"></path><path d=\"M14 2v5a1 1 0 0 0 1 1h5\"></path><path d=\"M10 9H8\"></path><path d=\"M16 13H8\"></path><path d=\"M16 17H8\"></path></svg>",
|
||||
"shortDesc": "支持 50+ 格式的文档解析与结构化提取",
|
||||
"fullDesc": "文档解析器是 Agent 的文档理解基础设施。无论是扫描版 PDF、手写笔记照片还是复杂排版的 Word 文档,都能准确提取文本、表格、图片和元数据,输出结构化的 Markdown 或 JSON。\n\n支持格式:\n- 办公文档:Word、Excel、PowerPoint、WPS\n- 版式文档:PDF(含扫描版 OCR)、EPUB、MOBI\n- 图片文档:JPG、PNG、TIFF、WebP(OCR 识别)\n- 标记语言:Markdown、HTML、XML、LaTeX\n- 代码文档:Jupyter Notebook、Swagger/OpenAPI",
|
||||
"category": "data",
|
||||
"tags": ["文档解析", "OCR", "PDF处理", "表格提取", "格式转换"],
|
||||
"tags": [
|
||||
"文档解析",
|
||||
"OCR",
|
||||
"PDF处理",
|
||||
"表格提取",
|
||||
"格式转换"
|
||||
],
|
||||
"version": "2.1.3",
|
||||
"latestVersion": "2.1.3",
|
||||
"updatedAt": "2025-02-14",
|
||||
@@ -19,9 +25,19 @@
|
||||
"installStatus": "not_installed",
|
||||
"riskLevel": "low",
|
||||
"requires": {
|
||||
"tools": ["ocr_engine", "pdf_renderer", "table_extractor", "layout_analyzer"],
|
||||
"tools": [
|
||||
"ocr_engine",
|
||||
"pdf_renderer",
|
||||
"table_extractor",
|
||||
"layout_analyzer"
|
||||
],
|
||||
"connections": []
|
||||
},
|
||||
"compatibleAgents": ["writing-coach", "data-analyst", "translator", "code-reviewer"],
|
||||
"compatibleAgents": [
|
||||
"writing-coach",
|
||||
"data-analyst",
|
||||
"translator",
|
||||
"code-reviewer"
|
||||
],
|
||||
"changelog": "v2.1.3: 新增手写公式识别,支持 LaTeX 自动转换"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,17 @@
|
||||
{
|
||||
"id": "email-client",
|
||||
"name": "邮件助理",
|
||||
"icon": "mail",
|
||||
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7\"></path><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"></rect></svg>",
|
||||
"shortDesc": "智能邮件管理,自动分类、起草与跟进提醒",
|
||||
"fullDesc": "邮件助理帮助 Agent 安全地访问你的邮箱,执行智能分类、优先级排序、自动回复起草和跟进提醒。支持 Gmail、Outlook、企业 Exchange 和 IMAP 协议,所有操作需经用户确认。\n\n功能特性:\n- 统一收件箱:多账户聚合、智能分类(工作/社交/推广/垃圾)\n- 智能起草:根据上下文生成得体回复、多语气选择\n- 跟进管理:自动识别待回复邮件、设置跟进提醒\n- 摘要功能:长邮件线程 TL;DR、每日收件箱总结\n- 安全控制:敏感操作确认、发送前预览、撤销窗口",
|
||||
"category": "communication",
|
||||
"tags": ["邮件", "收件箱管理", "自动回复", "跟进提醒", "通讯"],
|
||||
"tags": [
|
||||
"邮件",
|
||||
"收件箱管理",
|
||||
"自动回复",
|
||||
"跟进提醒",
|
||||
"通讯"
|
||||
],
|
||||
"version": "2.2.0",
|
||||
"latestVersion": "2.2.0",
|
||||
"updatedAt": "2025-02-11",
|
||||
@@ -19,9 +25,23 @@
|
||||
"installStatus": "not_installed",
|
||||
"riskLevel": "high",
|
||||
"requires": {
|
||||
"tools": ["imap_client", "smtp_client", "oauth_client", "pgp_encryption"],
|
||||
"connections": ["gmail_api", "outlook_api", "exchange_server"]
|
||||
"tools": [
|
||||
"imap_client",
|
||||
"smtp_client",
|
||||
"oauth_client",
|
||||
"pgp_encryption"
|
||||
],
|
||||
"connections": [
|
||||
"gmail_api",
|
||||
"outlook_api",
|
||||
"exchange_server"
|
||||
]
|
||||
},
|
||||
"compatibleAgents": ["translator", "business-analyst", "writing-coach", "task-master"],
|
||||
"compatibleAgents": [
|
||||
"translator",
|
||||
"business-analyst",
|
||||
"writing-coach",
|
||||
"task-master"
|
||||
],
|
||||
"changelog": "v2.2.0: 新增邮件情绪分析,自动标记紧急和负面语气邮件"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,17 @@
|
||||
{
|
||||
"id": "file-manager",
|
||||
"name": "文件管家",
|
||||
"icon": "folder-open",
|
||||
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2\"></path></svg>",
|
||||
"shortDesc": "本地文件系统的智能管理者,支持批量操作与内容分析",
|
||||
"fullDesc": "文件管家为 Agent 提供安全的本地文件系统访问能力。支持文件读写、目录遍历、批量重命名、格式转换,以及基于内容的全文搜索。所有操作都在用户授权的沙箱内进行。\n\n功能特性:\n- 文件操作:读写、复制、移动、删除(带回收站)\n- 批量处理:正则重命名、格式批量转换、目录同步\n- 内容分析:全文索引、重复文件检测、敏感信息扫描\n- 格式支持:文本、图片、PDF、Office 文档、代码文件\n- 安全沙箱:路径白名单、操作审计、自动备份",
|
||||
"category": "development",
|
||||
"tags": ["文件管理", "批量处理", "全文搜索", "格式转换", "本地存储"],
|
||||
"tags": [
|
||||
"文件管理",
|
||||
"批量处理",
|
||||
"全文搜索",
|
||||
"格式转换",
|
||||
"本地存储"
|
||||
],
|
||||
"version": "2.4.1",
|
||||
"latestVersion": "2.4.1",
|
||||
"updatedAt": "2025-02-12",
|
||||
@@ -19,9 +25,19 @@
|
||||
"installStatus": "not_installed",
|
||||
"riskLevel": "high",
|
||||
"requires": {
|
||||
"tools": ["file_system", "image_processor", "pdf_parser", "text_extractor"],
|
||||
"tools": [
|
||||
"file_system",
|
||||
"image_processor",
|
||||
"pdf_parser",
|
||||
"text_extractor"
|
||||
],
|
||||
"connections": []
|
||||
},
|
||||
"compatibleAgents": ["code-reviewer", "writing-coach", "data-analyst", "task-master"],
|
||||
"compatibleAgents": [
|
||||
"code-reviewer",
|
||||
"writing-coach",
|
||||
"data-analyst",
|
||||
"task-master"
|
||||
],
|
||||
"changelog": "v2.4.1: 新增文件版本历史,支持回溯任意时间点的文件状态"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,17 @@
|
||||
{
|
||||
"id": "update-agent",
|
||||
"name": "更新智能体",
|
||||
"icon": "user-cog",
|
||||
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M10 15H6a4 4 0 0 0-4 4v2\"></path><path d=\"m14.305 16.53.923-.382\"></path><path d=\"m15.228 13.852-.923-.383\"></path><path d=\"m16.852 12.228-.383-.923\"></path><path d=\"m16.852 17.772-.383.924\"></path><path d=\"m19.148 12.228.383-.923\"></path><path d=\"m19.53 18.696-.382-.924\"></path><path d=\"m20.772 13.852.924-.383\"></path><path d=\"m20.772 16.148.924.383\"></path><circle cx=\"18\" cy=\"15\" r=\"3\"></circle><circle cx=\"9\" cy=\"7\" r=\"4\"></circle></svg>",
|
||||
"shortDesc": "安全更新智能体配置、人格、规则与技能,支持 diff 预览与版本回滚",
|
||||
"fullDesc": "更新智能体是一个元技能,允许通过自然语言对话修改 Agent 的各项配置。所有修改都会生成可审阅的 diff 补丁,经用户确认后才会应用,并通过 Git 支持版本回滚。\n\n功能特性:\n- 多维更新:支持 persona、principles、skills、memory、tools 等全方位修改\n- Diff 预览:变更以直观的 diff 形式展示,清晰明了\n- 风险分级:低/中/高/受保护四级,按风险等级要求不同确认流程\n- 受保护路径:核心身份与安全红线自动阻断修改\n- 版本回滚:通过 Git 管理版本历史,支持回滚到任意时间点",
|
||||
"category": "productivity",
|
||||
"tags": ["智能体", "更新", "元技能", "配置管理", "版本控制"],
|
||||
"tags": [
|
||||
"智能体",
|
||||
"更新",
|
||||
"元技能",
|
||||
"配置管理",
|
||||
"版本控制"
|
||||
],
|
||||
"version": "1.1.0",
|
||||
"latestVersion": "1.1.0",
|
||||
"updatedAt": "2026-02-17",
|
||||
@@ -19,7 +25,9 @@
|
||||
"installStatus": "not_installed",
|
||||
"riskLevel": "high",
|
||||
"requires": {
|
||||
"tools": ["fetch_api"],
|
||||
"tools": [
|
||||
"fetch_api"
|
||||
],
|
||||
"connections": []
|
||||
},
|
||||
"compatibleAgents": [],
|
||||
|
||||
@@ -1,11 +1,17 @@
|
||||
{
|
||||
"id": "web-search",
|
||||
"name": "网络搜索",
|
||||
"icon": "search",
|
||||
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m21 21-4.34-4.34\"></path><circle cx=\"11\" cy=\"11\" r=\"8\"></circle></svg>",
|
||||
"shortDesc": "智能网络搜索与信息聚合,快速获取准确答案",
|
||||
"fullDesc": "网络搜索技能让 Agent 能够实时检索互联网信息,支持多引擎聚合、结果去重、可信度评估和结构化摘要。不只是返回链接,而是提炼出可直接使用的答案。\n\n功能特性:\n- 多引擎聚合:Google、Bing、DuckDuckGo 结果综合\n- 智能摘要:自动提取关键信息,生成 TL;DR\n- 可信度评估:基于域名权威性、发布日期、交叉验证打分\n- 实时热点:追踪新闻、社交媒体趋势\n- 学术搜索:arXiv、Google Scholar、PubMed 专精模式",
|
||||
"category": "productivity",
|
||||
"tags": ["搜索", "信息检索", "网页抓取", "实时信息", "研究辅助"],
|
||||
"tags": [
|
||||
"搜索",
|
||||
"信息检索",
|
||||
"网页抓取",
|
||||
"实时信息",
|
||||
"研究辅助"
|
||||
],
|
||||
"version": "3.0.2",
|
||||
"latestVersion": "3.0.2",
|
||||
"updatedAt": "2025-02-10",
|
||||
@@ -19,9 +25,21 @@
|
||||
"installStatus": "not_installed",
|
||||
"riskLevel": "medium",
|
||||
"requires": {
|
||||
"tools": ["http_client", "html_parser", "rate_limiter"],
|
||||
"connections": ["internet", "search_api"]
|
||||
"tools": [
|
||||
"http_client",
|
||||
"html_parser",
|
||||
"rate_limiter"
|
||||
],
|
||||
"connections": [
|
||||
"internet",
|
||||
"search_api"
|
||||
]
|
||||
},
|
||||
"compatibleAgents": ["translator", "business-analyst", "data-analyst", "writing-coach"],
|
||||
"compatibleAgents": [
|
||||
"translator",
|
||||
"business-analyst",
|
||||
"data-analyst",
|
||||
"writing-coach"
|
||||
],
|
||||
"changelog": "v3.0.2: 新增 AI 搜索结果去重算法,减少 40% 冗余信息"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user