diff --git a/public/about.html b/public/about.html
new file mode 100644
index 0000000..ac44896
--- /dev/null
+++ b/public/about.html
@@ -0,0 +1,61 @@
+
+
+
+
+ About Aria2Desktop
+
+
+
+
+
+
About Aria2Desktop
+
+
+
+
+
+
+
diff --git a/public/aria2cli/aria2.conf b/public/aria2cli/aria2.conf
index be56835..cc7d4b3 100755
--- a/public/aria2cli/aria2.conf
+++ b/public/aria2cli/aria2.conf
@@ -20,14 +20,14 @@
## 下载连接相关 ##
# 最大同时下载任务数, 运行时可修改, 默认:5
-#@max-concurrent-downloads=10
+max-concurrent-downloads=10
# 同一服务器连接数, 添加时可指定, 默认:1
-#@max-connection-per-server=15
+max-connection-per-server=16
# 最小文件分片大小, 添加时可指定, 取值范围1M -1024M, 默认:20M
# 假定size=10M, 文件为20MiB 则使用两个来源下载; 文件为15MiB 则使用一个来源下载
#@min-split-size=10M
# 单个任务最大线程数, 添加时可指定, 默认:5
-#@split=15
+split=16
# 整体下载速度限制, 运行时可修改, 默认:0
#@max-overall-download-limit=0
# 单个任务下载速度限制, 默认:0
diff --git a/public/index.html b/public/index.html
index 0afef42..82feaa1 100644
--- a/public/index.html
+++ b/public/index.html
@@ -20,6 +20,11 @@
}
}
+
+