Files
TJWaterServerBinary/.github/skills/business/component-config/visuals/SKILL.md
T
2026-03-27 13:05:22 +08:00

41 lines
1.4 KiB
Markdown
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.
---
name: api-operations-business-component-config-visuals
description: business/component-config 场景下 visuals 操作接口。
version: 1.0.0
---
# 何时使用
当你只需要处理 **visuals** 相关接口时,使用本技能。
# 输入要求
- 可选:`BASE_URL`(默认 `http://127.0.0.1:8000`
- 可选:`AUTH_TOKEN`(按环境鉴权策略)
- 覆盖方法:`GET`, `POST`
# 操作列表
- `POST /api/v1/addlabel/` - 添加标签
- `POST /api/v1/addvertex/` - 添加图形元素
- `POST /api/v1/deletelabel/` - 删除标签
- `POST /api/v1/deletevertex/` - 删除图形元素
- `GET /api/v1/getallvertexlinks/` - 获取所有图形元素链接
- `GET /api/v1/getallvertices/` - 获取所有图形元素
- `GET /api/v1/getbackdropproperties/` - 获取背景属性
- `GET /api/v1/getbackdropschema/` - 获取背景架构
- `GET /api/v1/getlabelproperties/` - 获取标签属性
- `GET /api/v1/getlabelschema/` - 获取标签架构
- `GET /api/v1/getvertexproperties/` - 获取图形元素属性
- `GET /api/v1/getvertexschema/` - 获取图形元素架构
- `POST /api/v1/setbackdropproperties/` - 设置背景属性
- `POST /api/v1/setlabelproperties/` - 设置标签属性
- `POST /api/v1/setvertexproperties/` - 设置图形元素属性
# See Also
- 关联场景: `../`
- 关联总览: `../../../SKILL.md`
- 关联网络资产: `../network-assets`
- 关联仿真分析: `../../analytics/simulation-analysis`