-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c16710a
commit 793dc0e
Showing
1 changed file
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,37 @@ | ||
# Collective-App-Downloader | ||
(Syobosyobonn) Set download files URL list and download files from list. | ||
# Collective App Downloader | ||
|
||
## 概要 | ||
このアプリは事前に設定されたダウンロードリンクから、<br> | ||
ファイルをダウンロードするアプリです。 | ||
|
||
> [!WARNING] | ||
> このアプリは不安定な可能性があります。<br> | ||
> 通常の使用用途では問題ないと思いますが、重要な場面では念の為<br> | ||
> 使用しないでください<br> | ||
> [!WARNING] | ||
> このアプリを利用したことによるいかなる損害において<br> | ||
> 作者、及びチームは一切責任を負いません。<br> | ||
> [!WARNING] | ||
> この実行ファイルはオレオレ証明書を利用しているため<br> | ||
> マルウェア等と誤認される可能性があります<br> | ||
## 使用法 | ||
### 1.Download from list | ||
Listに登録されているURLから、ファイルをダウンロードします | ||
|
||
### 2.Edit List | ||
Listを編集します。詳細は以下の通りです | ||
``` | ||
1. > | List -Listを表示 | ||
2. + | Add -ListにURLを追加 | ||
3. - | Delete -ListからURLを削除 | ||
4. ! | Reset -Listをリセット | ||
5. e | List export -Listをエクスポート | ||
6. i | List inport -Listをインポート | ||
q. x | Quit -Edit Listモードを終了 | ||
``` | ||
|
||
## Copyright | ||
Copyright (c) 2024 Syobosyobonn/Zisty All rights reserved. |