Skip to content

Commit

Permalink
docs: document Bluesky
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka13514 committed Feb 10, 2024
1 parent eee98ce commit 1122807
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
| DeviantArt | <https://www.deviantart.com/> | ||
| Lofter | <https://www.lofter.com/> | ||
| Kemono.party | <https://kemono.party/> | ||
| Bluesky | <https://bsky.app/> | ||

### Supported Databases

Expand Down
1 change: 1 addition & 0 deletions docs/includes/site.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
| DeviantArt | <https://www.deviantart.com/> | ||
| Lofter | <https://www.lofter.com/> | ||
| Kemono.party | <https://kemono.party/> | ||
| Bluesky | <https://bsky.app/> | ||
1 change: 1 addition & 0 deletions docs/includes/site.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
| DeviantArt | <https://www.deviantart.com/> | ||
| Lofter | <https://www.lofter.com/> | ||
| Kemono.party | <https://kemono.party/> | ||
| Bluesky | <https://bsky.app/> | ||
27 changes: 27 additions & 0 deletions docs/site/bluesky.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Bluesky

<https://bsky.app/>

## Customizing Storage Path & File Name

For more information, refer to [Customizing Storage Path & File Name](./index.md/#customizing-storage-path--file-name).

### BLUESKY_FILE_PATH

:material-lightbulb-on: Optional, defaults to `Bluesky`

Storage path for downloaded images.

### BLUESKY_FILE_NAME

:material-lightbulb-on: Optional, defaults to `{rkey}_{index} - {user[display_name]}({user[handle]})`

File name for downloaded images.

### Available Variables

_Only common used ones are listed._

```json
TODO after code review
```
27 changes: 27 additions & 0 deletions docs/site/bluesky.zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Bluesky

<https://bsky.app/>

## 自定义存储路径和文件名

更多信息请查阅 [自定义存储路径和文件名](./index.zh.md/#customizing-storage-path--file-name)

### BLUESKY_FILE_PATH

:material-lightbulb-on: 可选,默认为 `Bluesky`

存储路径。

### BLUESKY_FILE_NAME

:material-lightbulb-on: 可选,默认为 `{rkey}_{index} - {user[display_name]}({user[handle]})`

文件名称。

### 可用变量

_此处只列出常用项。_

```json
TODO after code review
```

0 comments on commit 1122807

Please sign in to comment.