mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
feat: 版本机制; fix: fix: 绑定设备提示
This commit is contained in:
parent
d34c1d8be1
commit
8425503797
16 changed files with 820 additions and 59 deletions
27
resources/help/commit.html
Normal file
27
resources/help/commit.html
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{{extend defaultLayout}}
|
||||
|
||||
{{block 'css'}}
|
||||
<link rel="stylesheet" href="{{@sys.currentPath}}/commit.css">
|
||||
{{/block}}
|
||||
|
||||
{{block 'main'}}
|
||||
<div class="card">
|
||||
<% include(sys.specialTitle, {en: 'COMMIT' , cn: '更新日志' }) %>
|
||||
|
||||
<div class="list">
|
||||
{{each commitData commit i}}
|
||||
<div class="item {{commit.current ? 'current' : ''}} {{!commit.local ? 'newc' : ''}}">
|
||||
<div class="version">
|
||||
<div class="id no-zzz-font">{{commit.commit}}</div>
|
||||
<div class="time">{{commit.date}}</div>
|
||||
</div>
|
||||
<div class="content no-zzz-font">
|
||||
{{@commit.msg}}
|
||||
</div>
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
{{/block}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue