Files
sci-gui-agent-benchmark/evaluation_examples/examples/jade/jade-guide-example_task10.json
2026-04-03 10:39:33 +08:00

43 lines
1.9 KiB
JSON
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.

{
"id": "jade-guide-example_task10",
"snapshot": "jade",
"instruction": "在 Jade 中,右键单击主工具栏打印按钮打开打印预览窗口,点击 Setup → Layout勾选 Generate Profile on d-I Lines、Show ID Labels on d-I Lines、Place X-Axis Scaling above Ribbons 三个选项,然后使用垂直放大工具对图谱局部进行放大。",
"source": "custom",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"C:\\JADE\\jade 6.5\\MDI Jade 6.5\\jade6.5.exe"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 5
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"jade"
],
"evaluator": {
"postconfig": [
{
"type": "sleep",
"parameters": {
"seconds": 3
}
}
],
"func": "vllm_eval"
},
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low",
"metadata": {
"steps": "1. 在界面上方的主工具栏中,找到\"打印\"图标按钮。\n2. 右键单击该\"打印\"图标按钮,打开打印预览窗口。\n3. 在打印预览窗口中,单击左侧的\"命令\"按钮。\n4. 单击窗口中的\"Setup\"按钮,打开预览设置对话框。\n5. 在预览设置对话框的顶部,单击选择\"Layout\"选项卡标签。\n6. 在 Layout 页面中,找到\"Generate Profile on d-I Lines\"复选框并单击勾选。\n7. 找到\"Show ID Labels on d-I Lines\"复选框并单击勾选。\n8. 找到\"Place X-Axis Scaling above Ribbons\"复选框并单击勾选。\n9. 单击对话框的关闭或确认按钮,退出打印预览设置对话框。\n10. 在打印预览窗口顶部的图谱编辑按钮栏中,左键单击\"垂直放大\"命令按钮。\n11. 将鼠标移动到图谱区域中需要垂直放大的局部位置。\n12. 按住鼠标左键不放,向上拖拽鼠标进行区域拉伸,松开鼠标左键,完成局部垂直放大。"
}
}