Skip to content

Commit

Permalink
更新内置的 AriaNg 到 v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmader committed Sep 27, 2020
1 parent d05df2d commit cdda795
Show file tree
Hide file tree
Showing 14 changed files with 93 additions and 87 deletions.
2 changes: 1 addition & 1 deletion app/pages/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2019 MaysWind ([email protected])
Copyright (c) 2016-2020 MaysWind ([email protected])

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 0 additions & 4 deletions app/pages/css/aria-ng-44e05b37a3.min.css

This file was deleted.

4 changes: 4 additions & 0 deletions app/pages/css/aria-ng-5d25de1428.min.css

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions app/pages/css/plugins-9b678dd4f5.min.css

This file was deleted.

19 changes: 19 additions & 0 deletions app/pages/css/plugins-ccac6fc3fc.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/pages/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions app/pages/index.manifest
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
CACHE MANIFEST

CACHE:
css/aria-ng-44e05b37a3.min.css
css/aria-ng-5d25de1428.min.css
css/bootstrap-3.4.1.min.css
css/plugins-9b678dd4f5.min.css
css/plugins-ccac6fc3fc.min.css
js/angular-packages-1.6.10.min.js
js/aria-ng-2777a72a38.min.js
js/aria-ng-9c7c38845c.min.js
js/bootstrap-3.4.1.min.js
js/echarts-common-3.8.5.min.js
js/jquery-3.3.1.min.js
js/moment-with-locales-2.24.0.min.js
js/plugins-01928ba731.min.js
js/plugins-cc1df97b8f.min.js
fonts/fontawesome-webfont.woff2
index.html

Expand All @@ -20,4 +20,4 @@ NETWORK:
SETTINGS:
prefer-online

# hash: 793eacf28092609011a4664982ee35dab42a385df0025835323c7f8d03786aec
# hash: 208bcc9f467fd01b4c20bc794541121684958ee4d08707549e26aeaa0ef7f6c6
5 changes: 0 additions & 5 deletions app/pages/js/aria-ng-2777a72a38.min.js

This file was deleted.

5 changes: 5 additions & 0 deletions app/pages/js/aria-ng-9c7c38845c.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/pages/js/moment-with-locales-2.24.0.min.js

Large diffs are not rendered by default.

50 changes: 0 additions & 50 deletions app/pages/js/plugins-01928ba731.min.js

This file was deleted.

49 changes: 49 additions & 0 deletions app/pages/js/plugins-cc1df97b8f.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion app/pages/langs/zh_Hans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ Action After Retrying Task=重试任务后执行操作
Navigate to Downloading Tasks Page=转到正在下载列表页面
Stay on Current Page=留在当前页面
Remove Old Tasks After Retrying=重试任务后删除原任务
Confirm Task Removal=任务删除前确认
Include Prefix When Copying From Task Details=任务详情页复制时包括前缀
RPC List Display Order=RPC 列表显示顺序
Recently Used=最近使用
RPC Alias=RPC 别名
Expand Down Expand Up @@ -233,6 +235,7 @@ WebSocket (Security)=WebSocket (安全)
Http and WebSocket would be disabled when accessing AriaNg via Https.=使用 Https 访问 AriaNg 时,Http 和 WebSocket 将被禁用.
POST=POST
GET=GET
Enabled=启用
Disabled=禁用
BitTorrent=BitTorrent
Changes to the settings take effect after refreshing page.=设置将在页面刷新后生效.
Expand Down Expand Up @@ -603,7 +606,7 @@ enable-color.description=
enable-mmap.name=启用 MMap
enable-mmap.description=内存中存放映射文件. 当文件空间没有预先分配至, 此选项无效. 参见 --file-allocation.
event-poll.name=事件轮询方法
event-poll.description=设置事件轮训的方法. 可选的值包括 epoll, kqueue, port, poll 和 select. 对于 epoll, kqueue, port 和 poll, 只有系统支持时才可用. 最新的 Linux 支持 epoll. 各种 *BSD 系统包括 Mac OS X 支持 kqueue. Open Solaris 支持 port. 默认值根据您使用的操作系统不同而不同.
event-poll.description=设置事件轮询的方法. 可选的值包括 epoll, kqueue, port, poll 和 select. 对于 epoll, kqueue, port 和 poll, 只有系统支持时才可用. 最新的 Linux 支持 epoll. 各种 *BSD 系统包括 Mac OS X 支持 kqueue. Open Solaris 支持 port. 默认值根据您使用的操作系统不同而不同.
file-allocation.name=文件分配方法
file-allocation.description=指定文件分配方法. "无" 不会预先分配文件空间. "prealloc"会在下载开始前预先分配空间. 这将会根据文件的大小需要一定的时间. 如果您使用的是较新的文件系统, 例如 ext4 (带扩展支持), btrfs, xfs 或 NTFS (仅 MinGW 构建), "falloc" 是最好的选择. 其几乎可以瞬间分配大(数 GiB)文件. 不要在旧的文件系统, 例如 ext3 和 FAT32 上使用 falloc, 因为与 prealloc 花费的时间相同, 并且其会阻塞 aria2 知道分配完成. 当您的系统不支持 posix_fallocate(3) 函数时, falloc 可能无法使用. "trunc" 使用 ftruncate(2) 系统调用或平台特定的实现将文件截取到特定的长度. 在多文件的 BitTorrent 下载中, 若某文件与其相邻的文件共享相同的分片时, 则相邻的文件也会被分配.
force-save.name=强制保存
Expand Down
5 changes: 4 additions & 1 deletion app/pages/langs/zh_Hant.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ Action After Retrying Task=重試工作後執行操作
Navigate to Downloading Tasks Page=轉到正在下載工作頁面
Stay on Current Page=留在目前頁面
Remove Old Tasks After Retrying=重試工作後刪除原工作
Confirm Task Removal=工作刪除前確認
Include Prefix When Copying From Task Details=工作詳情頁複製時包括前綴
RPC List Display Order=RPC 清單顯示順序
Recently Used=最近使用
RPC Alias=RPC 別名
Expand Down Expand Up @@ -233,6 +235,7 @@ WebSocket (Security)=WebSocket (安全)
Http and WebSocket would be disabled when accessing AriaNg via Https.=使用 Https 訪問 AriaNg 時,Http 和 WebSocket 將被停用.
POST=POST
GET=GET
Enabled=啟用
Disabled=停用
BitTorrent=BitTorrent
Changes to the settings take effect after refreshing page.=設定將在頁面重新整理後生效.
Expand Down Expand Up @@ -603,7 +606,7 @@ enable-color.description=
enable-mmap.name=啟用 MMap
enable-mmap.description=記憶體中存放映射檔案. 當檔案空間沒有預先分配至, 此選項無效. 參見 --file-allocation.
event-poll.name=事件輪詢方法
event-poll.description=設定事件輪訓的方法. 可選的值包括 epoll, kqueue, port, poll 和 select. 對於 epoll, kqueue, port 和 poll, 只有系統支援時才可用. 最新的 Linux 支援 epoll. 各種 *BSD 系統包括 Mac OS X 支援 kqueue. Open Solaris 支援 port. 預設值根據您使用的操作系統不同而不同.
event-poll.description=設定事件輪詢的方法. 可選的值包括 epoll, kqueue, port, poll 和 select. 對於 epoll, kqueue, port 和 poll, 只有系統支援時才可用. 最新的 Linux 支援 epoll. 各種 *BSD 系統包括 Mac OS X 支援 kqueue. Open Solaris 支援 port. 預設值根據您使用的操作系統不同而不同.
file-allocation.name=檔案分配方法
file-allocation.description=指定檔案分配方法. "無" 不會預先分配檔案空間. "prealloc"會在下載開始前預先分配空間. 這將會根據檔案的大小需要一定的時間. 如果您使用的是較新的檔案系統, 例如 ext4 (帶擴充支援), btrfs, xfs 或 NTFS (僅 MinGW 組建), "falloc" 是最好的選擇. 其幾乎可以瞬間分配大(數 GiB)檔案. 不要在舊的檔案系統, 例如 ext3 和 FAT32 上使用 falloc, 因為與 prealloc 花費的時間相同, 並且其會阻塞 aria2 知道分配完成. 當您的系統不支援 posix_fallocate(3) 函數時, falloc 可能無法使用. "trunc" 使用 ftruncate(2) 系統調用或平台特定的實現將檔案截取到特定的長度. 在多檔案的 BitTorrent 下載中, 若某檔案與其相鄰的檔案共享相同的分段時, 則相鄰的檔案也會被分配.
force-save.name=強制儲存
Expand Down

0 comments on commit cdda795

Please sign in to comment.