We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810bee8 commit 4fb2904Copy full SHA for 4fb2904
plugins.json
@@ -1,4 +1,16 @@
1
{
2
+ "astrbot-plugin-bookkeeper": {
3
+ "display_name": "自动记账",
4
+ "desc": "AI 自动记账:通过 LLM 工具调用自动识别消息中的消费事实并记账\n手动查询:支持查询当日、当月、自定义日期范围的账单\n分类汇总:按消费项分类统计金额和笔数\n记录管理:支持删除指定序号的记录\n白名单管理:支持白名单开关、管理员绕过、用户增删查\n定时推送:支持每日/每月定时发送账单汇总\n时区配置:支持自定义 IANA 时区",
5
+ "author": "橘猫",
6
+ "repo": "https://github.com/IwannaYuJie/astrbot_plugin_bookkeeper.git",
7
+ "tags": [
8
+ "记账",
9
+ "生活助手",
10
+ "财务"
11
+ ],
12
+ "social_link": "https://github.com/IwannaYuJie"
13
+ },
14
"astrbot-plugin-bookkeeping": {
15
"display_name": "日常记账",
16
"desc": "一个功能完善的个人记账插件,支持支出/收入记录、统计分析、AI财务建议等功能。",
0 commit comments