-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAriaNgConfig.json
37 lines (37 loc) · 1.23 KB
/
AriaNgConfig.json
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
{
"language": "zh_Hans",
"theme": "light",
"title": "📉 ${downspeed:noprefix} / 📝 ${downloading:noprefix} + ${waiting:noprefix} - Aria2",
"titleRefreshInterval": 5000,
"browserNotification": false,
"browserNotificationSound": true,
"browserNotificationFrequency": "unlimited",
"rpcAlias": "",
"rpcHost": "localhost",
"rpcPort": "6800",
"rpcInterface": "jsonrpc",
"protocol": "http",
"httpMethod": "POST",
"rpcRequestHeaders": "",
"secret": "",
"extendRpcServers": [],
"webSocketReconnectInterval": 5000,
"globalStatRefreshInterval": 1000,
"downloadTaskRefreshInterval": 1000,
"keyboardShortcuts": true,
"swipeGesture": true,
"dragAndDropTasks": true,
"rpcListDisplayOrder": "recentlyUsed",
"afterCreatingNewTask": "task-list",
"removeOldTaskAfterRetrying": false,
"confirmTaskRemoval": true,
"includePrefixWhenCopyingFromTaskDetails": true,
"showPiecesInfoInTaskDetailPage": "le10240",
"afterRetryingTask": "task-list-downloading",
"taskListIndependentDisplayOrder": false,
"displayOrder": "default:asc",
"waitingTaskListPageDisplayOrder": "default:asc",
"stoppedTaskListPageDisplayOrder": "default:asc",
"fileListDisplayOrder": "default:asc",
"peerListDisplayOrder": "default:asc"
}