wth461694678_text-block-timer/data.json

52 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
"autoStopTimers": "quit",
"timerInsertLocation": "head",
"enableCheckboxToTimer": true,
"runningCheckboxState": "/",
"pausedCheckboxState": "-xX",
"checkboxToTimerPathRestriction": "disable",
2026-02-26 01:56:40 +00:00
"pathRestrictionPaths": [
"小数分的成长之路/"
],
"checkboxPathGroups": [
{
"id": "5023a2a4-674d-4d4b-8dc4-c000be7d6b90",
"name": "PathGroup1",
"whitelist": [],
"blacklist": []
}
],
"runningIcon": "⏳",
"pausedIcon": "💐",
2026-02-13 08:53:37 +00:00
"timeDisplayFormat": "smart",
"timerDisplayStyle": "badge",
"runningTextColor": "#10b981",
"runningBgColor": "rgba(16, 185, 129, 0.15)",
2026-03-01 11:34:25 +00:00
"pausedTextColor": "#000000",
"pausedBgColor": "rgba(0, 0, 0, 0.12)",
2026-02-26 01:56:40 +00:00
"showStatusBar": true,
"statusBarMode": "max",
"sidebarDefaultScope": "open-tabs",
"sidebarDefaultFilter": "all",
"sidebarDefaultSort": "status",
"autoRefreshSidebar": true,
"sidebarTabPosition": 4,
"timerFileGroups": [
{
"id": "167fd83d-6f9f-42fc-9130-af5be87288d1",
"name": "日记",
"whitelist": [
".*\\/日记\\/"
],
"blacklist": []
},
{
"id": "d508b250-e6cf-4fd6-baa8-71f778748c87",
"name": "非日记",
"whitelist": [],
"blacklist": [
"/日记/"
]
}
]
}