-
Notifications
You must be signed in to change notification settings - Fork 143
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
Showing
4 changed files
with
79 additions
and
9 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 +1,20 @@ | ||
## 仓库介绍 | ||
## 仓库介绍 | ||
|
||
1. 解压app.zip文件到任意一个文件夹 | ||
2. 选中app.exe,右键然后创建一个快捷方式到桌面 | ||
3. 双击app.exe 即可使用 | ||
|
||
## 配置文件 | ||
1. 进入软件后点击打开配置文件,找到config.json文件 | ||
2. 依次进行配置 | ||
|
||
```js | ||
{ | ||
application_key_id:应用程序密钥id | ||
application_key: 应用程序密钥 | ||
bucket_name: 存储桶的名称 | ||
remote_host_url: 远程地址,eg: https://cloud.mr90.top/file/imagecloud/ | ||
b2_file_path: 存储地址,eg:hexo/4/ | ||
} | ||
``` | ||
|
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
Binary file not shown.
Binary file not shown.