-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
43 lines (43 loc) · 1.03 KB
/
Copy pathplugin.json
File metadata and controls
43 lines (43 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "bill-block",
"author": "游夏",
"url": "https://github.com/fujingzhai/bill-block",
"funding": {
"custom": [
"https://fastly.jsdelivr.net/gh/fujingzhai/bill-block@main/assets/sponsor-wechat.png",
"https://fastly.jsdelivr.net/gh/fujingzhai/bill-block@main/assets/sponsor-alipay.jpg"
]
},
"version": "0.6.8",
"minAppVersion": "3.6.0",
"backends": [
"windows",
"linux",
"darwin"
],
"frontends": [
"desktop",
"desktop-window",
"browser-desktop"
],
"displayName": {
"default": "Bill Block",
"zh_CN": "记账块"
},
"description": {
"default": "Embed one unified bill block for quick expense entry, period ledgers, category management and trend stats.",
"zh_CN": "在思源文档中嵌入统一记账块,支持随手记账、周期账单、分类管理与趋势统计。"
},
"readme": {
"default": "README.md",
"zh_CN": "README_zh_CN.md"
},
"keywords": [
"expense",
"ledger",
"记账",
"账本",
"支出",
"统计"
]
}