🔧 修复数据解析和添加英文报告

- 修正 data 字段解析路径:data.function.meta 而不是 data.meta
- 现在正确显示插件类型 (action/filter) 和版本号
- 添加英文版详细报告 (community-stats.en.md)
- generate_markdown 方法支持中英文切换
This commit is contained in:
fujie
2026-01-06 02:02:26 +08:00
parent 136e7e9021
commit 65fe16e185
7 changed files with 185 additions and 72 deletions

View File

@@ -1,20 +1,23 @@
{
"total_posts": 11,
"total_downloads": 731,
"total_views": 7652,
"total_views": 7658,
"total_upvotes": 54,
"total_downvotes": 0,
"total_saves": 43,
"total_comments": 13,
"by_type": {
"unknown": 11
"action": 9,
"filter": 2
},
"posts": [
{
"title": "Turn Any Text into Beautiful Mind Maps",
"slug": "turn_any_text_into_beautiful_mind_maps_3094c59a",
"type": "unknown",
"version": "",
"type": "action",
"version": "0.8.2",
"author": "Fu-Jie",
"description": "Intelligently analyzes text content and generates interactive mind maps to help users structure and visualize knowledge.",
"downloads": 213,
"views": 1896,
"upvotes": 10,
@@ -27,8 +30,10 @@
{
"title": "Export to Excel",
"slug": "export_mulit_table_to_excel_244b8f9d",
"type": "unknown",
"version": "",
"type": "action",
"version": "0.3.6",
"author": "Fu-Jie",
"description": "Extracts tables from chat messages and exports them to Excel (.xlsx) files with smart formatting.",
"downloads": 167,
"views": 433,
"upvotes": 3,
@@ -41,8 +46,10 @@
{
"title": "Async Context Compression",
"slug": "async_context_compression_b1655bc8",
"type": "unknown",
"version": "",
"type": "filter",
"version": "1.1.0",
"author": "Fu-Jie",
"description": "This filter automatically compresses long conversation contexts by intelligently summarizing and removing intermediate messages while preserving critical information, thereby significantly reducing token consumption.",
"downloads": 110,
"views": 1185,
"upvotes": 5,
@@ -55,10 +62,12 @@
{
"title": "Flash Card ",
"slug": "flash_card_65a2ea8f",
"type": "unknown",
"version": "",
"type": "action",
"version": "0.2.4",
"author": "Fu-Jie",
"description": "Quickly generates beautiful flashcards from text, extracting key points and categories.",
"downloads": 70,
"views": 1334,
"views": 1335,
"upvotes": 8,
"saves": 5,
"comments": 2,
@@ -69,8 +78,10 @@
{
"title": "Smart Infographic",
"slug": "smart_infographic_ad6f0c7f",
"type": "unknown",
"version": "",
"type": "action",
"version": "1.3.2",
"author": "jeff",
"description": "AI-powered infographic generator based on AntV Infographic. Supports professional templates, auto-icon matching, and SVG/PNG downloads.",
"downloads": 62,
"views": 850,
"upvotes": 6,
@@ -83,8 +94,10 @@
{
"title": "Export to Word (Enhanced Formatting)",
"slug": "export_to_word_enhanced_formatting_fca6a315",
"type": "unknown",
"version": "",
"type": "action",
"version": "0.4.0",
"author": "Fu-Jie",
"description": "Export the current conversation to a formatted Word doc with syntax highlighting, AI-generated titles, and perfect Markdown rendering (tables, quotes, lists).",
"downloads": 38,
"views": 422,
"upvotes": 5,
@@ -97,8 +110,10 @@
{
"title": "智能信息图",
"slug": "智能信息图_e04a48ff",
"type": "unknown",
"version": "",
"type": "action",
"version": "1.3.1",
"author": "jeff",
"description": "基于 AntV Infographic 的智能信息图生成插件。支持多种专业模板,自动图标匹配,并提供 SVG/PNG 下载功能。",
"downloads": 31,
"views": 372,
"upvotes": 3,
@@ -111,10 +126,12 @@
{
"title": "导出为 Word-支持公式、流程图、表格和代码块",
"slug": "导出为_word_支持公式流程图表格和代码块_8a6306c0",
"type": "unknown",
"version": "",
"type": "action",
"version": "0.4.1",
"author": "Fu-Jie",
"description": "将当前对话内容从 Markdown 转换并导出为 Word (.docx) 文件,支持中英文无乱码。",
"downloads": 13,
"views": 518,
"views": 523,
"upvotes": 7,
"saves": 1,
"comments": 1,
@@ -125,8 +142,10 @@
{
"title": "闪记卡生成插件",
"slug": "闪记卡生成插件_4a31eac3",
"type": "unknown",
"version": "",
"type": "action",
"version": "0.2.2",
"author": "Fu-Jie",
"description": "快速将文本提炼为精美的学习记忆卡片,支持核心要点提取与分类。",
"downloads": 12,
"views": 305,
"upvotes": 3,
@@ -139,8 +158,10 @@
{
"title": "智能生成交互式思维导图,帮助用户可视化知识",
"slug": "智能生成交互式思维导图帮助用户可视化知识_8d4b097b",
"type": "unknown",
"version": "",
"type": "action",
"version": "0.8.0",
"author": "",
"description": "智能分析文本内容,生成交互式思维导图,帮助用户结构化和可视化知识。",
"downloads": 10,
"views": 233,
"upvotes": 2,
@@ -153,8 +174,10 @@
{
"title": "异步上下文压缩",
"slug": "异步上下文压缩_5c0617cb",
"type": "unknown",
"version": "",
"type": "filter",
"version": "1.1.0",
"author": "Fu-Jie",
"description": "在 LLM 响应完成后进行上下文摘要和压缩",
"downloads": 5,
"views": 104,
"upvotes": 2,