初始化提交
This commit is contained in:
6
common/templates/html/context-menu-item.html
Normal file
6
common/templates/html/context-menu-item.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="menu-line">
|
||||
<label>{{d.name}} </label>
|
||||
{{# if (d.hotKey) { }}
|
||||
<label>{{d.hotKey}}</label>
|
||||
{{# } }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user