File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
docs/.vuepress/components Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ const vidHubEn = {
16
16
],
17
17
url: " https://apps.apple.com/app/apple-store/id1659622164?pt=118612019&ct=alist&mt=8" ,
18
18
tag: " Free" ,
19
+ new_site: " Open the new site" ,
19
20
}
20
21
21
22
const vidHubCN = {
@@ -26,6 +27,7 @@ const vidHubCN = {
26
27
],
27
28
url: " https://zh.okaapps.com/product/1659622164?ref=alist" ,
28
29
tag: " 免费" ,
30
+ new_site: " 打开新站点" ,
29
31
}
30
32
31
33
const vidHub = computed (() => {
@@ -62,11 +64,24 @@ const isApple = computed(() => {
62
64
</div >
63
65
</div >
64
66
</a >
67
+ <a class =" new_site" href =" https://alistgo.com" target =" _blank" >{{ vidHub.new_site }}</a >
65
68
</div >
66
69
</div >
67
70
</template >
68
71
69
72
<style scoped lang="scss">
73
+ .new_site {
74
+ display : flex ;
75
+ justify-content : center ;
76
+ margin-top : 10px ;
77
+ font-size : larger ;
78
+ font-weight : bold ;
79
+ border : 1px solid #aaaaaa50 ;
80
+ border-radius : 10px ;
81
+ padding : 10px 0 ;
82
+ color : #007bff ;
83
+ text-decoration : none ;
84
+ }
70
85
.vidhub {
71
86
width : 100% ;
72
87
height : 150px ;
You can’t perform that action at this time.
0 commit comments