mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
* feat: support lark and feishu * chore: change integration to channel * chore: rename from integration to channel * fix: channel router * feat: add topic list channel provider icon * chore: update webhook url * chore: channel form refact * chore: update i18n keys to channel * chore: update form item description * style: hide required mark * feat: add lark chat adapter * chore: clean speaker tag & add username api adapter * chore: adjust topic channel icon * chore: move developer mode to advanced setting * chore: add lark icon * fix: detail style * fix: token check logic * fix: encrpted risk * fix: vercel function appId * chore: remove webhook mode for discord * chore: add doc link * chore: add channel docs * chore: remove unused import * fix: create bot with wrong platform * chore: update intergration to channel * fix: udpate variable import * fix: tsgo error * chore: optimize webhook url trim * chore: update copy text * fix: telegram webhook not set * chore: add persist logic * docs: update feishu doc * chore: update feishu and lark tenant * chore: update docs * chore: make verfication code required * chore: update feishu docs * chore: update verfication comment * chore: update docs permission list * chore: verificationToken optional * chore: update feishu and lark color * chore: use test id
67 lines
2.6 KiB
Text
67 lines
2.6 KiB
Text
---
|
||
title: 数据统计
|
||
description: 追踪你的 LobeHub 使用情况——活跃天数、助理、对话、模型使用。可视化你的使用模式,并分享统计结果。
|
||
tags:
|
||
- LobeHub
|
||
- 数据统计
|
||
- 使用统计
|
||
- 活跃度
|
||
---
|
||
|
||
# 数据统计
|
||
|
||
数据统计让你清晰了解自己的 LobeHub 使用情况。查看使用天数、助理数量、对话量、模型分布,以及过去一年的活跃度热力图。了解你的使用模式、发现趋势,并可选择将统计结果分享给他人。
|
||
|
||
## 如何进入
|
||
|
||
点击首页右上角用户头像 → **应用设置** → **数据统计**。
|
||
|
||

|
||
|
||
## 统计内容
|
||
|
||
### 基础数据
|
||
|
||
| 指标 | 说明 |
|
||
| -------- | ------------ |
|
||
| **使用天数** | 从首次使用到现在的总天数 |
|
||
| **助理数** | 创建和使用的助理总数 |
|
||
| **话题数** | 与助理的对话话题总数 |
|
||
| **消息数** | 发送和接收的消息总数 |
|
||
| **累计字数** | 所有对话的累计文字数量 |
|
||
|
||
### 活跃度日历
|
||
|
||
页面中部的热力图展示过去一年的使用情况。每个方块代表一天,颜色深浅表示活跃程度。你可以用它:
|
||
|
||
- 查看活跃时段
|
||
- 发现规律(如忙碌周 vs 空闲期)
|
||
- 追踪长期使用习惯
|
||
|
||
### 使用率统计
|
||
|
||
页面下方有详细的使用率统计:
|
||
|
||
- **模型使用率** — 各 AI 模型的使用频率和占比。了解你最常用的模型,以及成本或能力如何影响你的选择。
|
||
- **助理使用率** — 各助理的使用频率和占比。找出你最常用的助理,发现很少使用的可以归档或移除。
|
||
- **话题内容量** — 不同话题的内容分布。了解哪些对话最长、最深。
|
||
|
||
## 分享使用数据
|
||
|
||
你可以将数据统计生成可分享的图片。
|
||
|
||

|
||
|
||
点击数据统计页面右上角的**分享**按钮。选择格式(JPG、PNG、SVG 或 WEBP),然后下载。可分享到社交媒体、团队频道或用于个人记录。
|
||
|
||
**使用场景:** 年终总结、团队透明度、或追踪自己的使用进度。
|
||
|
||
## 使用技巧
|
||
|
||
- **升级前先看模型使用** — 考虑付费档位时,先了解实际使用的模型。可能发现少量模型就能覆盖大部分需求。
|
||
- **定期回顾助理使用** — 从不使用的助理可以归档或删除,保持侧边栏简洁。
|
||
- **用热力图做复盘** — 想更规律地使用 LobeHub 时,热力图可以帮你设定和追踪习惯。
|
||
|
||
<Cards>
|
||
<Card href={'/zh/docs/usage/agent/share'} title={'分享会话'} />
|
||
</Cards>
|