Skip to content

Commit 9bab653

Browse files
committed
日常提交
1 parent b9ffeca commit 9bab653

File tree

6 files changed

+139
-130
lines changed

6 files changed

+139
-130
lines changed

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
app.clicli.cc

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# clicli.huodong
2-
clicli 活动集散
1+
# app.clicli.cc
2+
clicli app 发布页

app-release.apk

-18.8 MB
Binary file not shown.

index.html

Lines changed: 136 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -1,122 +1,149 @@
11
<!DOCTYPE html>
22
<html lang="zh">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
7-
<title>clicli v2-APP发布页-c站APP</title>
8-
<style>
9-
* {
10-
margin: 0;
11-
padding: 0;
12-
}
13-
ul,
14-
li {
15-
list-style: none;
16-
}
17-
html {
18-
height: 100%;
19-
background: #f4f6fa;
20-
}
21-
body {
22-
transition: 1s;
23-
height: 100%;
24-
background: url(https://pic.superbed.cn/item/5cc52fce3a213b041729af94.png);
25-
}
26-
.main {
27-
width: 900px;
28-
margin: 0 auto;
29-
display: flex;
30-
align-items: center;
31-
justify-content: flex-start;
32-
}
33-
.left {
34-
transition: 0.5s;
35-
}
363

37-
.right {
38-
width: 360px;
39-
background: url(https://ae01.alicdn.com/kf/H6e0e6222f3e64d77812c9223f36dfa4ez.png) no-repeat left;
40-
height: 100vh;
41-
background-size: 100%;
42-
margin-right: 100px;
43-
}
44-
.logo {
45-
height: 100px;
46-
width: 100px;
47-
border-radius: 20px;
48-
background: url(http://ww1.sinaimg.cn/large/0065Zy9ely1gatw2cpvxwj30sg0sg0t9.jpg);
49-
background-size: cover;
50-
margin: 80px auto 30px;
51-
}
52-
h1 {
53-
color: #7e5fd9;
54-
text-align: center;
55-
font-size: 16px;
56-
letter-spacing: 4px;
57-
margin-top: 50px;
58-
}
59-
.link {
60-
margin-top: 30px;
61-
}
62-
.link a {
63-
display: block;
64-
text-align: center;
65-
color: #7e5fd9;
66-
text-decoration: none;
67-
}
68-
.link li {
69-
text-align: center;
70-
padding: 15px 30px;
71-
background: rgba(148, 108, 230, 0.2);
72-
display: inline-block;
73-
margin: 20px auto;
74-
border-radius: 4px;
75-
transition: 0.5s;
76-
}
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
8+
<title>clicli v2-APP发布页-c站APP</title>
9+
<style>
10+
* {
11+
margin: 0;
12+
padding: 0;
13+
}
7714

78-
.link li:hover {
79-
background: #7e5fd9;
80-
color: #fff;
81-
}
15+
ul,
16+
li {
17+
list-style: none;
18+
}
8219

83-
.old {
84-
font-size: 14px;
85-
}
20+
html {
21+
height: 100%;
22+
background: #f4f6fa;
23+
}
24+
25+
body {
26+
transition: 1s;
27+
height: 100%;
28+
/* background: url(https://pic.superbed.cn/item/5cc52fce3a213b041729af94.png); */
29+
}
8630

87-
.qcode,
88-
.qcode img {
89-
width: 180px;
90-
margin: 20px auto;
91-
border-radius: 5px;
31+
.main {
32+
width: 900px;
33+
margin: 0 auto;
34+
display: flex;
35+
align-items: center;
36+
justify-content: flex-start;
37+
}
38+
39+
.left {
40+
transition: 0.5s;
41+
}
42+
43+
.right {
44+
width: 360px;
45+
background: url(https://ads-video-qn.xiaohongshu.com/recruit/9ddbc109e38ab385748a7e46c97d63b66e83e131) no-repeat left;
46+
height: 100vh;
47+
background-size: 100%;
48+
margin-right: 100px;
49+
}
50+
51+
.logo {
52+
height: 100px;
53+
width: 100px;
54+
border-radius: 20px;
55+
background: url(https://avatars.githubusercontent.com/u/40594375?s=200&v=4);
56+
background-size: cover;
57+
margin: 30px auto;
58+
}
59+
60+
h1 {
61+
color: #7e5fd9;
62+
text-align: center;
63+
font-size: 16px;
64+
letter-spacing: 4px;
65+
margin-top: 50px;
66+
}
67+
68+
.link {
69+
margin-top: 30px;
70+
}
71+
72+
.link a {
73+
display: inline-block;
74+
text-align: center;
75+
color: #7e5fd9;
76+
text-decoration: none;
77+
margin: 10px;
78+
}
79+
80+
.link li {
81+
text-align: center;
82+
padding: 15px 30px;
83+
background: rgba(148, 108, 230, 0.2);
84+
display: inline-block;
85+
margin: 20px auto;
86+
border-radius: 4px;
87+
transition: 0.5s;
88+
}
89+
90+
.link li:hover {
91+
background: #7e5fd9;
92+
color: #fff;
93+
}
94+
95+
.old {
96+
font-size: 14px;
97+
}
98+
99+
.qcode,
100+
.qcode img {
101+
width: 180px;
102+
margin: 20px auto;
103+
border-radius: 5px;
104+
}
105+
106+
@media screen and (max-width: 500px) {
107+
108+
.main,
109+
.left {
110+
width: 100%;
92111
}
93112

94-
@media screen and (max-width: 500px) {
95-
.main,
96-
.left {
97-
width: 100%;
98-
}
99-
.right {
100-
display: none;
101-
}
113+
.right {
114+
display: none;
102115
}
103-
</style>
104-
</head>
105-
<body>
106-
<div class="main">
107-
<div class="right"></div>
108-
<div class="left">
109-
<div class="logo"></div>
110-
<h1>人·生·就·是·佛</h1>
111-
<ul class="link">
112-
<a href="https://cdn.jsdelivr.net/gh/cliclitv/app.clicli.me@master/app-release.apk" target="_blank">
113-
<li>clicli v2 beta</li>
116+
}
117+
</style>
118+
</head>
119+
120+
<body>
121+
<div class="main">
122+
<div class="right"></div>
123+
<div class="left">
124+
<div class="logo"></div>
125+
<h1>人·生·就·是·佛</h1>
126+
<ul class="link">
127+
<a href="https://cdn.jsdelivr.net/npm/@clicli/app@latest/web/app-release.apk" target="_blank">
128+
<li>Android.apk</li>
129+
</a>
130+
<a href="https://ads-video-qn.xiaohongshu.com/recruit/9a2112a6eccc4dc24a3c6bdfb0e70de562a2d8cd" target="_blank">
131+
<li>IOS.ipa</li>
132+
</a>
133+
<div>
134+
<a href="https://www.clicli.cc" target="_blank" class="old">
135+
> 进入官网
114136
</a>
115-
<a href="https://cdn.jsdelivr.net/gh/cliclitv/clicli-hybrid-app@master/bin/clicli.apk" target="_blank" class="old">
116-
@豆腐 v1.1.6 下载
137+
<a href="https://www.bilibili.com/video/BV19L411P7Vy" target="_blank" class="old">
138+
> IOS 安装教程
117139
</a>
118-
</ul>
119-
</div>
140+
<a href="https://jq.qq.com/?_wv=1027&k=oR0AoouU" target="_blank" class="old">
141+
> QQ 群反馈交流
142+
</a>
143+
</div>
144+
</ul>
120145
</div>
121-
</body>
146+
</div>
147+
</body>
148+
122149
</html>

output-metadata.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

output.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)