mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 05:37:46 +00:00
feat: panel
This commit is contained in:
parent
35c8c95b80
commit
27171c5727
77 changed files with 2126 additions and 312 deletions
18
resources/common/layout/specialtitle.html
Normal file
18
resources/common/layout/specialtitle.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<div class="special-title">
|
||||
<div class="bg-content">
|
||||
{{en}}
|
||||
</div>
|
||||
<div class="parallelograms">
|
||||
<% for(let i=1 ; i < (count || 9) ; i++) { %>
|
||||
<span></span>
|
||||
<% } %>
|
||||
</div>
|
||||
<div class="content">
|
||||
{{cn}}
|
||||
</div>
|
||||
<div class="parallelograms">
|
||||
<% for(let i=1 ; i < (count || 9) ; i++) { %>
|
||||
<span></span>
|
||||
<% } %>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue