Files
yenai-plugin/config/default_config/state.yaml
2024-04-13 20:21:36 +08:00

44 lines
1.4 KiB
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.
#网址测试超时时间
psTestTimeout: 5000
# 测试访问的网址列表可空设置为true或default将使用默认配置
# name: 显示名称
# url: 要访问的网址
psTestSites: false
# psTestSites:
# - name: Baidu
# url: https://baidu.com
# - name: Google
# url: https://google.com
#监控任务
statusTask: true
#如果出现内存异常的情况可将此配置项开启,如果打开后报错请将监控任务关闭
statusPowerShellStart: false
#背景图片api 默认 https://api.sretna.cn/layout/pe.php
backdrop: 'https://api.sretna.cn/layout/pe.php'
# 当api请求失败时使用的默认背景图请放置在resources/state/img目录下修改为你的文件名
backdropDefault: 'default_bg.jpg'
# 关闭node的那个圈圈
closedNodeInfo: true
# 关闭图表
closedChart: false
# Bot昵称的颜色
BotNameColor: 'none'
# Bot昵称渐变色 设置了该值BotNameColor值将无效 如要使用BotNameColor请将该值设为none或false
# 该值请参考https://developer.mozilla.org/zh-CN/docs/Web/CSS/gradient/linear-gradient
# xxdeg 为渐变角度 后为渐变颜色
BotNameColorGradient: '271.14deg,#001bff 0.98%,#00f0ff 25.79%,#fce84a 47.33%,#f34628 65.77%,#b275ff 91.4%'
#以下为主硬件进度条和磁盘进度条的颜色 highColor - 严重 mediumColor - 警告 lowColor - 正常
highColor: '#d73403'
mediumColor: '#ffa500'
lowColor: '#87CEEB'