Skip to content

Commit 74b45c3

Browse files
committed
update THANKS.md and README.md
1 parent b1e82c4 commit 74b45c3

File tree

2 files changed

+54
-5
lines changed

2 files changed

+54
-5
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
- [TODO](#todo)
2929
- [归档资源下载](#归档资源下载)
3030
- [开发](#开发)
31-
* [添加新的资源网站](#添加新的资源网站)
32-
* [health check](#health-check)
3331
- [Credits](#credits)
3432
- [支持我](#支持我)
3533
- [感谢](#感谢)

THANKS.md

Lines changed: 54 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,61 @@
11
# Thannks
2+
23
Special thanks to these following supporters!
34

4-
* yaofei yang
5-
* 人人影视伴我成长
5+
* 慕星
6+
* Saul
7+
* 除了感谢还能说啥
8+
* Reimu
9+
* 朗冥其
10+
* 放牛的牛腩
11+
* changsr
12+
* 走走
13+
* 爱发电用户_Ad9M
14+
* 浪迹天涯
15+
* Iceyr
16+
* Ryan
17+
* 晨和我想
18+
* tallulah-dong
19+
* samlemitchell
20+
* 爱发电用户_3tar
21+
* 爱发电用户_kgCv
22+
* 爱发电用户_YCQe
23+
* Moreli
24+
* 爱发电用户_REKk
25+
* 唐小胖
26+
* chandy
27+
* alyzq
28+
* jcwwww233
29+
* 爱发电用户_dWTg
30+
* iason4994
31+
* 榕树籽
32+
* lase_mary
33+
* Mia
34+
* 爱发电用户_Suq4
35+
* alyzq
636
*
737
* 谢谢
838
* 快播学长
39+
* Someone
40+
* 人人影视ban'wo'cheng'zhang
41+
* yaofei yang
42+
以及所有点赞、赞助和分享的可爱的你们!
43+
44+
# afdian
45+
46+
```javascript
947

10-
以及所有点赞、赞助和分享的可爱的你们!
48+
let md = "\n"
49+
let nameList = document.getElementsByClassName("avatar-name black-8 gl-hover-text-purple flex-box flex-align-items-center text-overflow-1")
50+
for (let i = 1; i < nameList.length; i++) {
51+
md += "* " + nameList[i].textContent.trim() + "\n"
52+
}
53+
```
54+
# buy me a coffee
55+
```javascript
56+
let md = "\n"
57+
let nameList = document.getElementsByClassName("supp-name limit-text-line limit-text-line-1 mh-22 mg-b-0 av-heavy color-0D0 xs-av-roman")
58+
for (let i = 1; i < nameList.length; i++) {
59+
md += "* " + nameList[i].textContent.trim() + "\n"
60+
}
61+
```

0 commit comments

Comments
 (0)