51c1ee84f0
- 卡片更新时背景闪烁 (card-flash keyframe) - 进度条平滑过渡 (cubic-bezier .6s) - 数值涨跌颜色: 绿涨↑ 红跌↓ 不变灰色 - 渐变进度条背景 - 存储前值用于趋势对比 Co-Authored-By: Claude <noreply@anthropic.com>
39 lines
795 B
YAML
39 lines
795 B
YAML
http_port: 4200
|
|
last_updated: 26822.153658933
|
|
plugin_routes:
|
|
example_plugin:
|
|
- methods:
|
|
- GET
|
|
path: /example_plugin/api/example/info
|
|
require_auth: false
|
|
- methods:
|
|
- POST
|
|
path: /example_plugin/api/plugin/echo
|
|
require_auth: true
|
|
- methods:
|
|
- POST
|
|
path: /example_plugin/api/plugin/plugin_status
|
|
require_auth: true
|
|
sentinel:
|
|
- methods:
|
|
- GET
|
|
path: /sentinel/api/nodes
|
|
require_auth: true
|
|
- methods:
|
|
- POST
|
|
path: /sentinel/api/nodes
|
|
require_auth: true
|
|
- methods:
|
|
- POST
|
|
path: /sentinel/api/nodes/test
|
|
require_auth: true
|
|
- methods:
|
|
- POST
|
|
path: /sentinel/api/nodes/delete
|
|
require_auth: true
|
|
- methods:
|
|
- POST
|
|
path: /sentinel/api/plugin/sentinel
|
|
require_auth: true
|
|
websocket_port: 4240
|