forked from lobehub/lobe-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/lobehub/lobe-chat
- Loading branch information
Showing
141 changed files
with
5,301 additions
and
721 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: LobeChat Supports User Data Statistics and Activity Sharing | ||
description: >- | ||
LobeChat now supports multi-dimensional user data statistics and activity | ||
sharing | ||
--- | ||
|
||
# User Data Statistics and Activity Sharing 💯 | ||
|
||
Want to know about your activity performance on LobeChat? | ||
|
||
Now, you can comprehensively understand your AI data through the statistics feature, and even generate personal activity sharing images to share your LobeChat activity with friends. | ||
|
||
## 📊 Data Statistics | ||
|
||
- **Statistics**: Number of Assistants / Topics / Messages / Total Word Count | ||
- **Rankings**: | ||
- Model Usage Rate `Top 10` | ||
- Assistant Usage Rate `Top 10` | ||
- Topic Content Volume `Top 10` | ||
- **Heat Map**: Activity distribution over the past year | ||
- **User Activity Sharing**: Generate personal activity sharing images | ||
|
||
## 👉 How to Use | ||
|
||
1. Requires `PgLite` or `Database` mode | ||
2. Click on your profile picture to enter "Account" - "Data Statistics" page |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: LobeChat 支持用户数据统计与活跃度分享 | ||
description: LobeChat 现已支持多维度用户数据统计与活跃度分享 | ||
--- | ||
|
||
# 用户数据统计与活跃度分享 💯 | ||
|
||
想要了解自己在 LobeChat 上的活跃度表现吗? | ||
|
||
现在,您可以通过数据统计功能,全方位了解自己的 AI 数据,还可以生成个人活跃度分享图片,与好友分享您在 LobeChat 上的活跃度。 | ||
|
||
## 📊 数据统计 | ||
|
||
- **数据统计**: 助手数 / 话题数 / 消息数 / 累计字数 | ||
- **排行版**: | ||
- 模型使用率 `Top 10` | ||
- 助手使用率 `Top 10` | ||
- 话题内容量 `Top 10` | ||
- **热力图**: 过去一年内的活跃度分布 | ||
- **用户活跃度分享**: 生成个人活跃度分享图片 | ||
|
||
## 👉 使用方式 | ||
|
||
1. 需要使用 `PgLite` 或 `数据库` 模式 | ||
2. 点击个人头像进入「账户管理」-「数据统计」页面 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,87 @@ | ||
{ | ||
"date": { | ||
"prevMonth": "الشهر الماضي", | ||
"recent30Days": "آخر 30 يومًا" | ||
}, | ||
"header": { | ||
"desc": "إدارة معلومات حسابك.", | ||
"title": "الحساب" | ||
}, | ||
"heatmaps": { | ||
"legend": { | ||
"less": "غير نشط", | ||
"more": "نشط" | ||
}, | ||
"months": { | ||
"apr": "أبريل", | ||
"aug": "أغسطس", | ||
"dec": "ديسمبر", | ||
"feb": "فبراير", | ||
"jan": "يناير", | ||
"jul": "يوليو", | ||
"jun": "يونيو", | ||
"mar": "مارس", | ||
"may": "مايو", | ||
"nov": "نوفمبر", | ||
"oct": "أكتوبر", | ||
"sep": "سبتمبر" | ||
}, | ||
"tooltip": "{{date}} أرسل {{count}} رسائل في ذلك اليوم", | ||
"totalCount": "إجمالي {{count}} رسائل أرسلت في العام الماضي" | ||
}, | ||
"login": "تسجيل الدخول", | ||
"loginOrSignup": "تسجيل الدخول / التسجيل", | ||
"profile": "الملف الشخصي", | ||
"security": "الأمان", | ||
"loginOrSignup": "تسجيل الدخول / الاشتراك", | ||
"profile": { | ||
"avatar": "الصورة الشخصية", | ||
"email": "عنوان البريد الإلكتروني", | ||
"username": "اسم المستخدم" | ||
}, | ||
"signout": "تسجيل الخروج", | ||
"signup": "التسجيل" | ||
"signup": "الاشتراك", | ||
"stats": { | ||
"aiheatmaps": "مؤشر النشاط", | ||
"assistants": "المساعدون", | ||
"assistantsRank": { | ||
"left": "المساعد", | ||
"right": "المواضيع", | ||
"title": "ترتيب استخدام المساعد" | ||
}, | ||
"createdAt": "تاريخ التسجيل", | ||
"days": "أيام", | ||
"empty": { | ||
"desc": "يرجى تجميع المزيد من بيانات الدردشة للعرض", | ||
"title": "لا توجد بيانات" | ||
}, | ||
"lastYearActivity": "النشاط في العام الماضي", | ||
"loginGuide": { | ||
"f1": "احصل على استخدام مجاني", | ||
"f2": "مزامنة الرسائل عبر الأجهزة المتعددة", | ||
"f3": "تمتع بمساعدين متنوعين", | ||
"f4": "استكشف الإضافات القوية", | ||
"title": "بعد تسجيل الدخول يمكنك:" | ||
}, | ||
"messages": "رسائل", | ||
"modelsRank": { | ||
"left": "النموذج", | ||
"right": "الرسائل", | ||
"title": "ترتيب استخدام النموذج" | ||
}, | ||
"share": { | ||
"title": "مؤشر نشاط الذكاء الاصطناعي الخاص بي" | ||
}, | ||
"topics": "المواضيع", | ||
"topicsRank": { | ||
"left": "الموضوع", | ||
"right": "الرسائل", | ||
"title": "ترتيب محتوى الموضوع" | ||
}, | ||
"updatedAt": "تاريخ التحديث", | ||
"welcome": "{{username}}، هذا هو يومك <span>{{days}}</span> مع {{appName}}", | ||
"words": "كلمات" | ||
}, | ||
"tab": { | ||
"profile": "الملف الشخصي", | ||
"security": "الأمان", | ||
"stats": "الإحصائيات" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,87 @@ | ||
{ | ||
"date": { | ||
"prevMonth": "Миналия месец", | ||
"recent30Days": "Последните 30 дни" | ||
}, | ||
"header": { | ||
"desc": "Управлявайте информацията за вашия акаунт.", | ||
"title": "Акаунт" | ||
}, | ||
"heatmaps": { | ||
"legend": { | ||
"less": "Неактивен", | ||
"more": "Активен" | ||
}, | ||
"months": { | ||
"apr": "Апр", | ||
"aug": "Авг", | ||
"dec": "Дек", | ||
"feb": "Фев", | ||
"jan": "Ян", | ||
"jul": "Юл", | ||
"jun": "Юн", | ||
"mar": "Мар", | ||
"may": "Май", | ||
"nov": "Ное", | ||
"oct": "Окт", | ||
"sep": "Сеп" | ||
}, | ||
"tooltip": "{{date}} изпратил(а) {{count}} съобщения този ден", | ||
"totalCount": "Общо {{count}} съобщения изпратени през последната година" | ||
}, | ||
"login": "Вход", | ||
"loginOrSignup": "Вход / Регистрация", | ||
"profile": "Профил", | ||
"security": "Сигурност", | ||
"profile": { | ||
"avatar": "Аватар", | ||
"email": "Имейл адрес", | ||
"username": "Потребителско име" | ||
}, | ||
"signout": "Изход", | ||
"signup": "Регистрация" | ||
"signup": "Регистрация", | ||
"stats": { | ||
"aiheatmaps": "Индекс на активност", | ||
"assistants": "Асистенти", | ||
"assistantsRank": { | ||
"left": "Асистент", | ||
"right": "Тематики", | ||
"title": "Ранг на използване на асистенти" | ||
}, | ||
"createdAt": "Регистриран на", | ||
"days": "дни", | ||
"empty": { | ||
"desc": "Моля, натрупайте повече данни от чат, за да видите", | ||
"title": "Няма данни" | ||
}, | ||
"lastYearActivity": "активност през последната година", | ||
"loginGuide": { | ||
"f1": "Получете безплатен лимит", | ||
"f2": "Синхронизирайте съобщения на множество устройства", | ||
"f3": "Разполагайте с богат асистент", | ||
"f4": "Изследвайте мощни приставки", | ||
"title": "След влизане можете да:" | ||
}, | ||
"messages": "Съобщения", | ||
"modelsRank": { | ||
"left": "Модел", | ||
"right": "Съобщения", | ||
"title": "Ранг на използване на модели" | ||
}, | ||
"share": { | ||
"title": "Моят индекс на активност с ИИ" | ||
}, | ||
"topics": "Тематики", | ||
"topicsRank": { | ||
"left": "Тематика", | ||
"right": "Съобщения", | ||
"title": "Ранг на съдържание на тематики" | ||
}, | ||
"updatedAt": "Актуализиран на", | ||
"welcome": "{{username}}, това е вашият <span>{{days}}</span> ден с {{appName}}", | ||
"words": "Думи" | ||
}, | ||
"tab": { | ||
"profile": "Профил", | ||
"security": "Сигурност", | ||
"stats": "Статистика" | ||
} | ||
} |
Oops, something went wrong.