1 Star 2 Fork 0

Ljzd-PRO/KToolBox

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
example.env 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
Ljzd-PRO 提交于 2024-10-25 11:52 . docs: update example.env
##############################################################################
# It is recommended to use the graphical configuration editor for editing. #
# Run `ktoolbox config-editor` to launch it. #
##############################################################################
# Download 10 files at the same time.
KTOOLBOX_JOB__COUNT=10
# Set post attachments directory path as `./`, it means to save all attachments files in post directory
# without making a new sub directory to storage them
KTOOLBOX_JOB__POST_STRUCTURE__ATTACHMENTS=./
# Rename attachments in numerical order, e.g. `1.png`, `2.png`, ...
KTOOLBOX_JOB__SEQUENTIAL_FILENAME=True
# Customize the filename format by inserting an empty `{}` to represent the basic filename.
# Similar to `post_dirname_format`, you can use some of the properties in `Post`.
# For example: `{title}_{}` > `HelloWorld_b4b41de2-8736-480d-b5c3-ebf0d917561b`, etc.
# You can also use it with `sequential_filename`. For instance,
# `[{published}]_{}` > `[2024-1-1]_1.png`, `[2024-1-1]_2.png`, etc.
KTOOLBOX_JOB__FILENAME_FORMAT=[{published}]_{title}_{id}_{}
# Prefix the post directory name with its release/publish date, e.g. `[2024-1-1]HelloWorld`
KTOOLBOX_JOB__POST_DIRNAME_FORMAT=[{published}]{title}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Ljzd-PRO/KToolBox.git
[email protected]:Ljzd-PRO/KToolBox.git
Ljzd-PRO
KToolBox
KToolBox
master

搜索帮助