File tree 5 files changed +7
-1697
lines changed
themes/OpenSouceWin/layout/_partial
5 files changed +7
-1697
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
if : " !contains(github.event.head_commit.message, 'skip ci')"
12
12
steps :
13
- - uses : actions/checkout@v2
14
- - uses : actions/setup-node@v2
13
+ - uses : actions/checkout@v4
14
+ - uses : actions/setup-node@v4
15
15
with :
16
- node-version : ' 14 '
16
+ node-version : ' lts/* '
17
17
- run : |
18
18
npm install
19
19
npm run build
Original file line number Diff line number Diff line change 9
9
"server" : " hexo server"
10
10
},
11
11
"hexo" : {
12
- "version" : " 6.0 .0"
12
+ "version" : " 6.3 .0"
13
13
},
14
14
"dependencies" : {
15
- "hexo" : " ^6.0 .0" ,
15
+ "hexo" : " ^6.3 .0" ,
16
16
"hexo-fs" : " ^4.1.1" ,
17
17
"hexo-generator-archive" : " ^1.0.0" ,
18
18
"hexo-generator-category" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 1
- <div class =" page-footer" >Copyright © 2022 OpenSource.Win</div>
1
+ <div class =" page-footer" >Copyright © 2022 - <%- date(Date.now(), 'YYYY') %> OpenSource.Win</div>
Original file line number Diff line number Diff line change 10
10
</div >
11
11
</div >
12
12
</div >
13
- <!-- 詳情 -->
13
+ <!-- 详情 -->
14
14
<div class =" container pt-5 detail-content" >
15
15
<div class =" row justify-content-center" >
16
16
<div class =" col-sm-12 col-md-8" >
You can’t perform that action at this time.
0 commit comments