mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-05-07 05:12:45 +08:00
feat(env): 添加抖音 Cookie 设置项
- 在 .env.example 文件中添加了 DOUYIN_COOKIES 变量,用于设置抖音 Cookie
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
###
|
||||
# @Author: 思诺特 jefferyhcool@gmail.com
|
||||
# @Date: 2025-04-14 08:49:59
|
||||
# @LastEditors: 思诺特 jefferyhcool@gmail.com
|
||||
# @LastEditTime: 2025-04-26 19:56:50
|
||||
# @LastEditors: 黄建武 huangjianwu@ynyuc.com
|
||||
# @LastEditTime: 2025-05-02 14:04:11
|
||||
# @FilePath: \BiliNote\.env.example
|
||||
# @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
###
|
||||
@@ -26,4 +26,7 @@ FFMPEG_BIN_PATH=
|
||||
|
||||
# transcriber 相关配置
|
||||
TRANSCRIBER_TYPE=fast-whisper # fast-whisper/bcut/kuaishou/mlx-whisper(仅Apple平台)
|
||||
WHISPER_MODEL_SIZE=base
|
||||
WHISPER_MODEL_SIZE=base
|
||||
|
||||
#抖音Cookie设置
|
||||
DOUYIN_COOKIES=
|
||||
Reference in New Issue
Block a user