mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
update: panel
This commit is contained in:
parent
3d54e240a7
commit
9bd603e3c9
9 changed files with 92 additions and 10 deletions
|
|
@ -12,6 +12,9 @@
|
|||
<div class="icon"></div>
|
||||
</div>
|
||||
<div class="list">
|
||||
{{if list.length === 0}}
|
||||
<div class="empty">暂无数据,请先刷新面板</div>
|
||||
{{/if}}
|
||||
{{each list item}}
|
||||
<div class="item">
|
||||
<div class="icon">
|
||||
|
|
@ -30,4 +33,4 @@
|
|||
</div>
|
||||
{{/block}}
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue