{{extend defaultLayout}} {{block 'css'}} {{/block}} {{block 'main'}}
{{helpCfg.title||"使用帮助"}}
{{helpCfg.subTitle || "Yunzai-Bot & Miao-Plugin"}}
{{each helpGroup group}}
{{group.group}}
{{each group.list help idx}} {{if idx%3 == 0}}
{{/if}}
{{help.title}} {{help.desc}}
{{if idx%3 ==2 || idx == group.list.length -1}}
{{/if}} {{/each}}
{{/each}} {{/block}}