📄 help.lbi
字号:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<div id="help">
<!--{if $helps}-->
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<!-- {foreach from=$helps item=help_cat} -->
<td class="cat-name"><span>{$help_cat.cat_name}</span></td>
<!-- {/foreach} -->
</tr>
<tr>
<!-- {foreach from=$helps item=help_cat} -->
<td valign="top">
<ul>
<!-- {foreach from=$help_cat.article item=item} -->
<li><a href="{$item.url}" title="{$item.title|escape:html}">{$item.short_title}</a></li>
<!-- {/foreach} -->
</ul></td>
<!-- {/foreach} -->
</tr>
</table>
<!--{/if}-->
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -