-
Notifications
You must be signed in to change notification settings - Fork 59
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
eee98ce
commit 1122807
Showing
5 changed files
with
57 additions
and
0 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
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
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
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 |
---|---|---|
@@ -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 | ||
``` |
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 |
---|---|---|
@@ -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 | ||
``` |