3ca001b938
- 临时关 transition → 设旧值 → offsetWidth reflow → 开 transition → 设新值 - DOM 复用: 首次 innerHTML 创建, 后续只改属性 - 进度条从旧值滑到新值, 不再闪现 Co-Authored-By: Claude <noreply@anthropic.com>
39 lines
795 B
YAML
39 lines
795 B
YAML
http_port: 4200
|
|
last_updated: 27821.238246209
|
|
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
|