-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathabout.html
126 lines (122 loc) · 3.73 KB
/
about.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pixiv排行RSS</title>
<style>
h1:first-letter,
h4:first-letter{
color: #FF5A5A;
}
h1{
color: #333;
}
h4{
margin: 20px 0 0;
}
p{
line-height: 1.625;
margin: 0;
padding: 0;
}
ul{
padding-left: 0;
}
li{
list-style: none;
line-height: 1.625;
}
li a{
color: #69f;
text-decoration: none;
margin-left: 5px;
}
li a:hover{
color: #404040;
}
footer{
color: #666;
font-size: 12px;
margin-top: 40px;
}
footer a{
color: #000;
}
del{
color: #aaa;
}
</style>
</head>
<body>
<h1>PixivRss</h1>
<h4>微博播报姬</h4>
<ul>
<li>每日
<a href="http://weibo.com/pixivchan" target="_blank">http://weibo.com/pixivchan</a>
</li>
<li>每周
<a href="http://weibo.com/pchanweekly" target="_blank"><del>http://weibo.com/pchanweekly</del></a>
</li>
<li>每月
<a href="http://weibo.com/pchanmonthly" target="_blank"><del>http://weibo.com/pchanmonthly</del></a>
</li>
<li>原创
<a href="http://weibo.com/pchanoriginal" target="_blank"><del>http://weibo.com/pchanoriginal</del></a>
</li>
<li>新人
<a href="http://weibo.com/pchanrookie" target="_blank"><del>http://weibo.com/pchanrookie</del></a>
</li>
<li>男性向
<a href="http://weibo.com/pchanmale" target="_blank"><del>http://weibo.com/pchanmale</del></a>
</li>
<li>女性向
<a href="http://weibo.com/pchanfemale" target="_blank"><del>http://weibo.com/pchanfemale</del></a>
</li>
</ul>
<h4>RSS源</h4>
<ul>
<li>每日
<a href="http://rakuen.thec.me/PixivRss/daily-20" target="_blank">http://rakuen.thec.me/PixivRss/daily-20</a>
</li>
<li>每周
<a href="http://rakuen.thec.me/PixivRss/weekly-20" target="_blank">http://rakuen.thec.me/PixivRss/weekly-20</a>
</li>
<li>每月
<a href="http://rakuen.thec.me/PixivRss/monthly-20" target="_blank">http://rakuen.thec.me/PixivRss/monthly-20</a>
</li>
<li>原创
<a href="http://rakuen.thec.me/PixivRss/original-20" target="_blank">http://rakuen.thec.me/PixivRss/original-20</a>
</li>
<li>新人
<a href="http://rakuen.thec.me/PixivRss/rookie-20" target="_blank">http://rakuen.thec.me/PixivRss/rookie-20</a>
</li>
<li>男性向
<a href="http://rakuen.thec.me/PixivRss/male-20" target="_blank">http://rakuen.thec.me/PixivRss/male-20</a>
</li>
<li>女性向
<a href="http://rakuen.thec.me/PixivRss/female-20" target="_blank">http://rakuen.thec.me/PixivRss/female-20</a>
</li>
<li>每日R-18
<a href="http://rakuen.thec.me/PixivRss/daily_r18-20" target="_blank">http://rakuen.thec.me/PixivRss/daily_r18-20</a>
</li>
<li>每周R-18
<a href="http://rakuen.thec.me/PixivRss/weekly_r18-20" target="_blank">http://rakuen.thec.me/PixivRss/weekly_r18-20</a>
</li>
<li>男性向R-18
<a href="http://rakuen.thec.me/PixivRss/male_r18-20" target="_blank">http://rakuen.thec.me/PixivRss/male_r18-20</a>
</li>
<li>女性向R-18
<a href="http://rakuen.thec.me/PixivRss/female_r18-20" target="_blank">http://rakuen.thec.me/PixivRss/female_r18-20</a>
</li>
<li>每日R-18G(猎奇慎订阅)
<a href="http://rakuen.thec.me/PixivRss/r18g-20" target="_blank">http://rakuen.thec.me/PixivRss/r18g-20</a>
</li>
</ul>
<p>* 网址中的-20表示订阅排名前20的图,有10、20、30<del>、40、50五</del>三种数量可选,例如想订阅排名前10的图就把-20改为-10。</p>
<p>* 全年龄排行使用新浪微博图床,因此较r18排行而言图片尺寸更大并且打开速度更快。</p>
<p>* PixivRss不提供全尺寸无水印图,遇到喜欢的图一定要自己去P站点赞支持画师哦!</p>
<footer>
By <a href="http://weibo.com/chitosai" target="_blank">@千歳</a> with LOVE
</footer>
</body>
</html>