虽然您可以在编辑图表时设置自己的默认样式(并保存在浏览器中),但管理员可以将自定义全局默认样式信息添加到 Confluence Cloud 中的 draw.io 配置中。
{
"defaultVertexStyle": {"fontFamily":"Courier New", "fillColor":"#dae8fc", "strokeColor":"#6c8ebf", "strokeWidth":"1"},
"defaultEdgeStyle": {"fontFamily":"Courier New", "edgeStyle":"orthogonalEdgeStyle", "rounded":"1", "jettySize":"auto", "orthogonalLoop":"1", "fillColor":"#dae8fc", "strokeColor":"#6c8ebf"}
}
现在,每当新用户创建图表时,添加到绘图画布的形状将遵循此样式。
您的个人默认设置存储在您的浏览器中。如果您清除浏览器数据,这些设置将被删除,您将恢复使用全局默认样式。
这会将默认样式重置为全局默认值。如果管理员设置了自定义默认样式,那么当您将它们添加到绘图画布时,这就是将使用的形状。
While you can set your own default style while editing a diagram (and this is saved in your browser), an administrator can add custom global default style information to the draw.io configuration in Confluence Cloud.
{
"defaultVertexStyle": {"fontFamily":"Courier New", "fillColor":"#dae8fc", "strokeColor":"#6c8ebf", "strokeWidth":"1"},
"defaultEdgeStyle": {"fontFamily":"Courier New", "edgeStyle":"orthogonalEdgeStyle", "rounded":"1", "jettySize":"auto", "orthogonalLoop":"1", "fillColor":"#dae8fc", "strokeColor":"#6c8ebf"}
}
Now, whenever a new user creates a diagram, shapes added to the drawing canvas will follow this style.
Your personal defaults are stored in your browser. If you clear your browser data, these settings will be erased, and you will return to using the global default styles.
This resets the default style to the global defaults. If an administrator has set up a custom default style, this is what shapes will use when you add them to the drawing canvas.