This repository was archived by the owner on Feb 4, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +32
-7
lines changed
Expand file tree Collapse file tree 2 files changed +32
-7
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,18 @@ if (is_archive()){
2929
3030<% - css_auto_version (' lib/iconfont/iconfont.css' ) %>
3131<% if (theme .iconlib ) { % >
32- < link rel= " stylesheet" href= " <%= theme.iconlib %>" >
32+ < link rel= " stylesheet" href= " <%= theme.iconlib %>" >
3333< % } %>
3434<% - css_auto_version (' css/style' ) %>
3535
36+ <% if (theme .preset ) { % >
37+ < %- css_auto_version (' preset/' +theme .preset ) % >
38+ < % } %>
39+
3640<% if (theme .customStyles ) { % >
37- < % theme .customStyles .forEach (function (custom ){ % >
38- < %- css_auto_version (' custom.css' ) % >
39- < % }) % >
41+ < % theme .customStyles .forEach (function (custom ){ % >
42+ < %- css_auto_version (' custom.css' ) % >
43+ < % }) % >
4044< % } %>
4145
4246<% - js ([
@@ -47,7 +51,9 @@ if (is_archive()){
4751<% - js_auto_version (' js/app' ) %>
4852
4953<% if (theme .copyText ) { % >
50- < script> var copyTip = " <%- theme.copyText %>" < / script>
51- < % } %>
54+ < script>
55+ var copyTip = " <%- theme.copyText %>"
56+ < / script>
57+ < % } %>
5258
53- <% - theme .slotHead %>
59+ <% - theme .slotHead %>
Original file line number Diff line number Diff line change 1+ :root {
2+ --gutter : 24px ;
3+ --radius : 13px ;
4+ --color-primary : #0 0 0 ;
5+ --color2 : #0 0 0 ;
6+ --color3 : #0 0 0 ;
7+ --color4 : #0 0 0 ;
8+ --color5 : #0 0 0 ;
9+ --color6 : #0 0 0 ;
10+ --color7 : #0 0 0 ;
11+ --color-primary-bg : #e e e ;
12+ --color2-bg : #e e e ;
13+ --color3-bg : #e e e ;
14+ --color4-bg : #e e e ;
15+ --color5-bg : #e e e ;
16+ --color6-bg : #e e e ;
17+ --color7-bg : #e e e ;
18+ --color-shadow : #e e e ;
19+ }
You can’t perform that action at this time.
0 commit comments