Files
monibuca/example/8080/snap.yaml
2025-04-03 17:22:39 +08:00

14 lines
731 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
snap:
watermark:
text: "" # 水印文字内容
fontpath: "" # 水印字体文件路径
fontcolor: "rgba(255,165,0,1)" # 水印字体颜色支持rgba格式
fontsize: 36 # 水印字体大小
offsetx: 0 # 水印位置X偏移
offsety: 0 # 水印位置Y偏移
timeinterval: 1s # 截图时间间隔默认1分钟
savepath: "snaps" # 截图保存路径
filter: ".*" # 截图流过滤器,支持正则表达式
iframeinterval: 3 # 间隔多少帧截图
mode: 0 # 截图模式0-时间间隔1-关键帧间隔 2-HTTP请求模式手动触发
querytimedelta: 3 # 查询截图时允许的最大时间差(秒)