Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 541 Bytes

Group.md

File metadata and controls

25 lines (20 loc) · 541 Bytes

分组

  • 使用group标签分组你的功能节点
  • 使界面显示更有层次感
  • group标签上,根据需要可以设置titlevisible属性
<?xml version="1.0" encoding="UTF-8" ?>
<page>
    <group title="分组标题">
        <switch>
            <!-- ... 此处省略 switch 的详细定义 -->
        </switch>
        <switch>
            <!-- ... 此处省略 switch 的详细定义 -->
        </switch>
    </group>
</page>

相关说明