系统消息

数据正在同步...

{{ currentHeaderTitle }}

{{ currentHeaderTitle }}

{{ translateKey(insightFilter) }} {{ searchQuery }} {{ selectedDateStr }}

系统核心枢纽

系统注册总人数
{{ adminUsers.length }}
全站笔记产生量
{{ adminUsers.reduce((sum, u) => sum + u.memo_count, 0) }}
ID 账号名称 权限 笔记数量 管理操作
#{{ user.id }} {{ user.username }} 超级管理 普通用户 {{ user.memo_count }}
补签规则
规则保存后对所有用户生效
保存中…
最近补签记录
暂无补签记录
{{ item.username || ('#' + item.user_id) }} · {{ item.date }} · {{ item.status === 'active' ? '有效' : '已撤销' }}
{{ item.reason || '未填写原因' }}
AI 引擎全局配置
保存后立即生效,所有用户共享此配置
当前协议:{{ selectedAIProviderOption.protocol.toUpperCase() }}
{{ aiConfigForm.api_key_masked }}
保存中…

引擎配置

AI 服务已改为服务器端统一配置。前端不再保存任何第三方 API 密钥。

你当前拥有管理员权限。请前往「超管后台」统一设置 AI 提供商、API Key、Base URL 和模型名称。

AI 配置已迁移到服务器端统一管理;如需启用或变更,请联系管理员在「超管后台」更新全站配置。

数据导入导出
模板管理(后端同步)
✅ 支持 Markdown
{{ tpl.icon || '📋' }} {{ tpl.name }}
暂无自定义模板
快捷键绑定
{{ item.label }}

点击输入框后按下组合键即可修改,如 Ctrl/Cmd + S。

标签管理
/{{ child.secondary }} {{ child.count }}
暂无标签数据
API Token(Webhook 快速捕获)
{{ tk.name || '未命名' }}
{{ tk.token }}
暂无 Token

双向链接图谱

支持在笔记中输入 [[主题名]][[123]] 创建链接。

个人财务

{{ financeTargetMonthStr }}

随手记一笔

支出用负数,收入用正数
当月支出 ¥{{ financeSummary.total_expense.toFixed(2) }}
当月收入 ¥{{ financeSummary.total_income.toFixed(2) }}
净结余 ¥{{ financeSummary.balance.toFixed(2) }}

收支趋势(近 6 个月)

支出分类占比

预算进度

{{cat.category}}
¥{{cat.amount.toFixed(2)}}
暂无分类预算数据

账户概览

{{ a.name }}
¥{{ a.balance.toFixed(2) }}
支出 ¥{{ a.expense.toFixed(2) }} / 收入 ¥{{ a.income.toFixed(2) }}

周期账单

{{ bill.type === 'income' ? '收入' : '支出' }} · {{ bill.category }} · ¥{{ Number(bill.amount || 0).toFixed(2) }}
{{ bill.frequency }} | {{ bill.account }} | 下次 {{ bill.next_trigger_date }}
暂无周期账单

{{ financeTargetMonthStr }} 流水明细

暂无流水,用上方随手记开始记账吧
{{ rec.category }} {{ rec.remark }}
{{ rec.record_date }} · {{ rec.account }}
{{ rec.type === 'income' ? '+' : '-' }}¥{{ Number(rec.amount).toFixed(2) }}

班级财务

还没有班级,点击右上角新建一个

{{ g.name }}
{{ g.description || '暂无描述' }} · {{ g.members.length }} 人
{{ m }}
{{ activeClassGroup && activeClassGroup.name }}
{{ activeClassGroup && activeClassGroup.description }}
{{ m }}

结算摘要

总支出
¥{{ classGroupSettlement.totalExpense.toFixed(2) }}
总收入
¥{{ classGroupSettlement.totalIncome.toFixed(2) }}
人均支出
¥{{ classGroupSettlement.perPerson.toFixed(2) }}
{{ s.name }}
已付 ¥{{ s.paid.toFixed(2) }}
{{ s.balance >= 0 ? '可收回' : '需补交' }} ¥{{ Math.abs(s.balance).toFixed(2) }}

新增流水

流水记录

暂无流水记录
{{ tx.type==='income'?'收入':'支出' }} ¥{{ Number(tx.amount).toFixed(2) }} {{ tx.category }}
{{ tx.payer || '-' }} · {{ tx.record_date }}{{ tx.remark ? ' · ' + tx.remark : '' }}

新建班级

多个成员请换行或用逗号分隔

标签管理

一级标签
{{ tagsTree.length }}
子标签
{{ tagsTree.reduce((s,n)=>s+n.children.length,0) }}
标注笔记
{{ tagsTree.reduce((s,n)=>s+n.count,0) }}

批量重命名

将自动批量替换所有笔记中的旧标签为新标签

标签树 (点击标签名可筛选笔记)

暂无标签数据,请先在笔记中添加 #标签
{{ node.count }} 条笔记
{{ child.count }} 条

写作统计

总笔记
{{ writingStats.totalMemos }}
总字符
{{ writingStats.totalChars.toLocaleString() }}
连续天数
{{ writingStats.streak }} 天
含补签 {{ writingStats.makeupDays }} 天
日均字符
{{ writingStats.dailyAvg }}

补签管理

补签只用于连续天数,不计入总笔记和总字数
本月上限:{{ streakMakeupSettings.monthly_limit }} 次
可补最近:{{ streakMakeupSettings.window_days }} 天
{{ d }}
暂无补签记录
{{ item.date }} · {{ item.status === 'active' ? '有效' : '已撤销' }}
{{ item.reason || '未填写原因' }}

活跃热力图

最近 12 周

心情分布

{{ writingStats.moodCounts[val] }}
{{ emoji }}

热门标签 Top 10

暂无标签数据
{{ idx+1 }}
{{ count }}
待完成
{{ todos.filter(t => !t.is_done).length }}
已完成
{{ todos.filter(t => t.is_done).length }}
来源笔记
{{ new Set(todos.map(t => t.memo_id)).size }}

待完成 {{ todos.filter(t => !t.is_done).length }}

来自 #{{ group.memo_id }} · {{ formatDate(group.memo_created_at) }}

全部完成,太棒了!

已完成 {{ todos.filter(t => t.is_done).length }}

来自 #{{ group.memo_id }} · {{ formatDate(group.memo_created_at) }}

还没有已完成的待办

{{ diaryDate }}

当日收支
¥{{ diarySummary.finance.toFixed(2) }}
完成待办
{{ diarySummary.doneTodos }}
字数统计
{{ diarySummary.words }}
AI 日记总结
可基于当天笔记生成简要复盘与下一步建议。

AI 周报 / 月报

正在生成{{ aiReportType === 'week' ? '周报' : '月报' }}...
汇总本周/月的笔记、财务与任务,生成专属报告。
今天还没有记录,在上方写入第一条吧
{{ formatDate(memo.created_at, true) }}

AI 每日全景洞察

让 AI 为您梳理今日记录,生成专属洞察。
{{ isFutureSelected ? '设为提醒' : '补录至' }}: {{ selectedDateStr }}
AI
历史标签库
#{{ tag }} 暂无记录
模板库
{{c}} {{c}} +自定义
显示 {{ displayedMemos.length }} / {{ filteredMemos.length }} 条
🍃
开始记录你的想法

在上方输入框写下任何内容,按 Enter 发送

试试 #标签 归类、[[双链]] 关联笔记

⌘⇧Z 进入禅定模式专注写作

{{ formatDate(memo.created_at, true) }}
补录
未来提醒
{{ memo.backlink_count }}
{{ memo.is_pinned ? '取消置顶' : '置顶' }}
复制内容
生成卡片
生成短链
历史版本
移至笔记本
编辑笔记
{{ currentView === 'trash' ? '彻底粉碎' : '移至回收箱' }}
{{ b.title || ('#'+b.memo_id) }}
{{ b.preview }}
暂无其他笔记引用此条

开始记录你的想法

在上方输入框记录你的第一个想法,支持 Markdown、标签、待办事项

未找到包含 "{{ searchQuery }}" 的记录

回收站已清空

删除的笔记将在此保留 30 天

还没有收藏任何笔记

点击笔记卡片上的星标按钮即可收藏

此维度下暂无记录
编辑内容
关联笔记
历史标签库
#{{ tag }} 暂无记录
模板库
{{c}} {{c}} +自定义