File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 17
17
export DENO_INSTALL="/home/runner/.deno"
18
18
export PATH="$DENO_INSTALL/bin:$PATH"
19
19
deno --version
20
- deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@0.7.16 /mod.ts
20
+ deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@0.7.17 /mod.ts
21
21
pagic build
22
22
23
23
- name : Deploy
Original file line number Diff line number Diff line change @@ -11,11 +11,19 @@ export default {
11
11
nav : [
12
12
{
13
13
text : '赞助作者' ,
14
- link : 'https://github.com/xcatliu/buy-me-a-coffee'
14
+ link : 'https://github.com/xcatliu/buy-me-a-coffee' ,
15
+ target : '_blank' ,
16
+ popover : (
17
+ < >
18
+ < img src = "/assets/wechat.jpg" width = "256" style = { { marginRight : '1rem' , verticalAlign : 'top' } } />
19
+ < img src = "/assets/alipay.jpg" width = "256" style = { { verticalAlign : 'top' } } />
20
+ </ >
21
+ )
15
22
} ,
16
23
{
17
24
text : 'GitHub' ,
18
25
link : 'https://github.com/xcatliu/typescript-tutorial' ,
26
+ target : '_blank' ,
19
27
align : 'right'
20
28
}
21
29
] ,
@@ -84,7 +92,8 @@ export default {
84
92
clientSecret : '33e355efdf3a1959624506a5d88311145208471b' ,
85
93
repo : 'typescript-tutorial' ,
86
94
owner : 'xcatliu' ,
87
- admin : [ 'xcatliu' ]
95
+ admin : [ 'xcatliu' ] ,
96
+ pagerDirection : 'first'
88
97
} ,
89
98
ga : {
90
99
id : 'UA-45256157-14'
You can’t perform that action at this time.
0 commit comments