diff --git a/README.md b/README.md index 0d20a2f..4fd140b 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ A collection of enhancements, plugins, and prompts for [OpenWebUI](https://githu ### ๐Ÿ”ฅ Top 6 Popular Plugins +> ๐Ÿ• Last updated: 2026-01-11 17:58 + | Rank | Plugin | Downloads | Views | |:---:|------|:---:|:---:| | ๐Ÿฅ‡ | [Smart Mind Map](https://openwebui.com/posts/turn_any_text_into_beautiful_mind_maps_3094c59a) | 348 | 3165 | diff --git a/README_CN.md b/README_CN.md index b8c11a4..65178c7 100644 --- a/README_CN.md +++ b/README_CN.md @@ -19,6 +19,8 @@ OpenWebUI ๅขžๅผบๅŠŸ่ƒฝ้›†ๅˆใ€‚ๅŒ…ๅซไธชไบบๅผ€ๅ‘ไธŽๆ”ถ้›†็š„ๆ’ไปถใ€ๆ็คบ่ฏ ### ๐Ÿ”ฅ ็ƒญ้—จๆ’ไปถ Top 6 +> ๐Ÿ• ๆœ€ๅŽๆ›ดๆ–ฐไบŽ 2026-01-11 17:58 + | ๆŽ’ๅ | ๆ’ไปถ | ไธ‹่ฝฝ | ๆต่งˆ | |:---:|------|:---:|:---:| | ๐Ÿฅ‡ | [Smart Mind Map](https://openwebui.com/posts/turn_any_text_into_beautiful_mind_maps_3094c59a) | 348 | 3165 | diff --git a/scripts/openwebui_stats.py b/scripts/openwebui_stats.py index d2829fe..9caec2f 100644 --- a/scripts/openwebui_stats.py +++ b/scripts/openwebui_stats.py @@ -414,6 +414,7 @@ class OpenWebUIStats: "author_header": "| ๐Ÿ‘ค ไฝœ่€… | ๐Ÿ‘ฅ ็ฒ‰ไธ | โญ ็งฏๅˆ† | ๐Ÿ† ่ดก็Œฎ |", "header": "| ๐Ÿ“ ๅ‘ๅธƒ | โฌ‡๏ธ ไธ‹่ฝฝ | ๐Ÿ‘๏ธ ๆต่งˆ | ๐Ÿ‘ ็‚น่ตž | ๐Ÿ’พ ๆ”ถ่— |", "top6_title": "### ๐Ÿ”ฅ ็ƒญ้—จๆ’ไปถ Top 6", + "top6_updated": f"> ๐Ÿ• ๆœ€ๅŽๆ›ดๆ–ฐไบŽ {get_beijing_time().strftime('%Y-%m-%d %H:%M')}", "top6_header": "| ๆŽ’ๅ | ๆ’ไปถ | ไธ‹่ฝฝ | ๆต่งˆ |", "full_stats": "*ๅฎŒๆ•ด็ปŸ่ฎก่ฏทๆŸฅ็œ‹ [็คพๅŒบ็ปŸ่ฎกๆŠฅๅ‘Š](./docs/community-stats.zh.md)*", }, @@ -423,6 +424,7 @@ class OpenWebUIStats: "author_header": "| ๐Ÿ‘ค Author | ๐Ÿ‘ฅ Followers | โญ Points | ๐Ÿ† Contributions |", "header": "| ๐Ÿ“ Posts | โฌ‡๏ธ Downloads | ๐Ÿ‘๏ธ Views | ๐Ÿ‘ Upvotes | ๐Ÿ’พ Saves |", "top6_title": "### ๐Ÿ”ฅ Top 6 Popular Plugins", + "top6_updated": f"> ๐Ÿ• Last updated: {get_beijing_time().strftime('%Y-%m-%d %H:%M')}", "top6_header": "| Rank | Plugin | Downloads | Views |", "full_stats": "*See full stats in [Community Stats Report](./docs/community-stats.md)*", }, @@ -462,6 +464,8 @@ class OpenWebUIStats: # Top 6 ็ƒญ้—จๆ’ไปถ lines.append(t["top6_title"]) lines.append("") + lines.append(t["top6_updated"]) + lines.append("") lines.append(t["top6_header"]) lines.append("|:---:|------|:---:|:---:|")