From 12b52d74f58f4c5e353aaa976e547f34ff65e88a Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 19 Jun 2016 00:11:19 +0800 Subject: [PATCH] support start new download by link --- app/index.html | 5 ++-- app/langs/zh_CN.json | 5 ++++ app/scripts/config/defaultLanguage.js | 5 ++++ app/scripts/controllers/new.js | 28 +++++++++++++++++++ app/scripts/core/router.js | 4 +++ app/scripts/services/aria2RpcService.js | 19 ++++++++++--- app/scripts/services/aria2TaskService.js | 7 +++++ app/styles/aria-ng.css | 34 ++++++++++++++++++++++++ app/views/new.html | 26 ++++++++++++++++++ 9 files changed, 128 insertions(+), 5 deletions(-) create mode 100644 app/scripts/controllers/new.js create mode 100644 app/views/new.html diff --git a/app/index.html b/app/index.html index 192becb..4a4b546 100644 --- a/app/index.html +++ b/app/index.html @@ -37,8 +37,8 @@