-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
190 lines (176 loc) · 4.71 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta http-equiv="Cache-Control"
content="no-transform">
<meta http-equiv="Cache-Control"
content="no-siteapp">
<meta name="robots"
content="index,follow">
<meta name="format-detection"
content="telphone=no, email=no">
<meta name="description"
itemprop="description"
content="在这里,获取你的专属绒布球吧!">
<meta name="keywords"
content="绒布球">
<link rel="shortcut icon"
href="https://prprpr.love/favicon.ico">
<title>获取绒布球 - 最新群号发布页</title>
<style type="text/css">
.abc {
font-size: 14px;
color: #333;
}
.def {
font-size: 30px;
font-weight: bold;
color: #cd0000;
}
a {
color: #0925e7;
}
a:link {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #32cd32;
}
.qun {
float: right;
margin: 50px 30px 0 0;
width: 280px;
}
p.blue {
color: #00f;
}
p {
font-size: 14px;
color: red;
}
.abc:before {
content: '';
display: inline-block;
padding-left: 26px;
height: 12px;
background: url(jiantou.gif) no-repeat;
background-size: contain;
}
span.date {
font-size: 10px;
color: gray;
}
</style>
</head>
<body>
<div id="app">
<table width="600"
cellspacing="0"
cellpadding="0"
align="center">
<tbody>
<tr>
<td align="center"><span class="def">群号永久发布页</span></td>
</tr>
<tr>
<td height="70"
align="center">收藏本群号发布页,随时了解最新群号,每日更新,不容错过!</td>
</tr>
<tr>
<td height="3"
bgcolor="#00cd00"></td>
</tr>
<tr>
<td height="80">
<img class="qun"
src="qun.gif">
<br>
<p class="blue"><b>※※话题多多,气氛活泼※※</b></p>
<p><b>※※千人在线,同屏聊天※※</b></p>
<p><span class="abc"><a href="https://wj.qq.com/s2/3318631/2970" target="_blank">小群申请</a> / <a href="https://t.me/prpr233" target="_blank">TG 群 @prpr233</a></span></p>
<p><span class="abc">最新群号1: <a :href="live.link"
target="_blank">{{ live.id }}</a></span> </p>
<p v-for="(qun, index) in rip"
:key="qun.id">
<span class="abc">最新群号{{ index+2 }}: <del><a href="#">{{ qun.id }}</a></del></span> <span
class="date">{{ qun.from }} - {{ qun.to }}</span>
</p>
<p><b>※※每日更新,敬请收藏※※</b></p>
</td>
</tr>
<tr>
<td height="3"
bgcolor="#00cd00"></td>
</tr>
<tr>
<td height="50">
<p>友情推荐:
<a href="https://diygay.me/"
target="_blank">diygay.me</a>
<a href="http://getloli.com/"
target="_blank">getloli.com</a>
<a href="http://playloli.com/"
target="_blank">playloli.com</a>
</p>
</td>
</tr>
</tbody>
</table>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js"
integrity="sha256-chlNFSVx3TdcQ2Xlw7SvnbLAavAQLO0Y/LBiWX04viY="
crossorigin="anonymous"></script>
<script>
var app = new Vue({
el: '#app',
data: {
live: {
id: '寄了',
link: ''
},
rip: [{
id: 610590559,
from: '2021/06/24',
to: '2022/10/12'
},{
id: 870876905,
from: '2019/07/29',
to: '2021/06/24'
},{
id: 874700275,
from: '2019/06/21',
to: '2019/07/29'
},{
id: 870408198,
from: '2019/03/30',
to: '2019/06/21'
},
{
id: 781686874,
from: '2019/03/27',
to: '2019/03/30'
},
{
id: 313803673,
from: '2019/02/27',
to: '2019/03/26'
},
{
id: 822269956,
from: '2019/02/23',
to: '2019/02/27'
},
{
id: 496685635,
from: '?',
to: '2019/02/23'
}
]
}
})
</script>
</body>
</html>