{{extend defaultLayout}} {{block 'css'}} <% style = style.replace(/{{_res_path}}/g, _res_path) %> {{@style}} {{/block}} {{block 'main'}}
{{helpCfg.title||"使用帮助"}}
{{helpCfg.subTitle || "Yunzai-Bot & Miao-Plugin"}}
{{each helpGroup group}} {{set len = group?.list?.length || 0 }}
{{group.group}}
{{if len > 0}}
{{each group.list help idx}}
{{help.title}} {{help.desc}}
{{if idx%colCount === colCount-1 && idx>0 && idx< len-1}}
{{/if}} {{/each}} <% for(let i=(len-1)%colCount; i< colCount-1 ; i++){ %>
<% } %>
{{/if}}
{{/each}} {{/block}}