├── .gitignore ├── .vscode └── launch.json ├── LICENSE ├── README.md ├── site_config ├── commons │ └── NexusPHP.json └── sites │ ├── 0ff.json │ ├── 13city.json │ ├── 1ptba.json │ ├── 52movie.json │ ├── 52pt.json │ ├── HDArea.json │ ├── HDHome.json │ ├── HDTime.json │ ├── HDU.json │ ├── HDZone.json │ ├── OpenCD.json │ ├── U2.json │ ├── agsvpt.json │ ├── aling.json │ ├── audiences.json │ ├── azusa.json │ ├── bilibili.json │ ├── bt_dmhy.json │ ├── bt_gying.json │ ├── bt_nullbr.json │ ├── bt_telegram.json │ ├── btschool.json │ ├── butterfly.json │ ├── byr.json │ ├── carpt.json │ ├── cdfile.json │ ├── crabpt.json │ ├── cspt.json │ ├── cyanbug.json │ ├── dajiao.json │ ├── devtracker.json │ ├── dic.json │ ├── discfan.json │ ├── dragonhd.json │ ├── dubhe.json │ ├── eastgame.json │ ├── ecustpt.json │ ├── exoticaz.json │ ├── fsm_me.json │ ├── ggpt.json │ ├── gpw.json │ ├── haidan.json │ ├── hdatmos.json │ ├── hdbao.json │ ├── hdcity.json │ ├── hdclone.json │ ├── hddolby.json │ ├── hdfans.json │ ├── hdkyl.json │ ├── hdpost.json │ ├── hdpt.json │ ├── hdsky.json │ ├── hdvideo.json │ ├── hhanclub.json │ ├── hitpt.json │ ├── hspt.json │ ├── htpt.json │ ├── hxpt.json │ ├── icc2022.json │ ├── ilolicon.json │ ├── jivon.json │ ├── joyhd.json │ ├── kamept.json │ ├── keepfrds.json │ ├── kufei.json │ ├── lajidui.json │ ├── leaves.json │ ├── lemonhd_club.json │ ├── lemonhd_net.json │ ├── longpt.json │ ├── march.json │ ├── momentpt.json │ ├── monikadesign.json │ ├── mteam.json │ ├── muxuege.json │ ├── nanyangpt.json │ ├── nicept.json │ ├── njtupt.json │ ├── novahd.json │ ├── okpt.json │ ├── oshenpt.json │ ├── ourbits.json │ ├── pandapt.json │ ├── piggo.json │ ├── playletpt.json │ ├── ptcafe.json │ ├── ptchdbits.json │ ├── ptchina.json │ ├── pterclub.json │ ├── ptfans.json │ ├── ptgtk.json │ ├── pthome.json │ ├── ptlgs.json │ ├── ptlover.json │ ├── ptsbao.json │ ├── ptskit.json │ ├── pttime.json │ ├── ptvicomo.json │ ├── ptzone.json │ ├── putao.json │ ├── qingwapt.json │ ├── raingfh.json │ ├── rousi.json │ ├── sanpro.json │ ├── sewerpt.json │ ├── siqi.json │ ├── soulvoice.json │ ├── srvfi.json │ ├── ssd.json │ ├── star_space.json │ ├── sunny.json │ ├── tangpt.json │ ├── tccf.json │ ├── tey.json │ ├── tjupt.json │ ├── tmpt.json │ ├── tokyopt.json │ ├── tosky.json │ ├── ttg.json │ ├── ubits.json │ ├── ultrahd.json │ ├── wdpt.json │ ├── wintersakura.json │ ├── wukongwendao.json │ ├── xingtan.json │ ├── xingyunge.json │ ├── yemapt.json │ ├── yhpp.json │ ├── zhuque.json │ ├── zmpt.json │ └── zrpt.json ├── site_favicon ├── 0ff.png ├── 13city.png ├── 1ptba.png ├── 52movie.png ├── 52pt.png ├── HDArea.png ├── HDHome.png ├── HDPOST.png ├── HDTime.png ├── HDU.png ├── OpenCD.png ├── U2.png ├── agsvpt.png ├── aling.png ├── audiences.png ├── azusa.png ├── btschool.png ├── butterfly.png ├── carpt.png ├── cdfile.png ├── crabpt.png ├── cspt.png ├── cyanbug.png ├── dajiao.png ├── dic.png ├── dicmusic.png ├── discfan.png ├── dmhy.png ├── dragonhd.png ├── dubhe.png ├── eastgame.png ├── ecustpt.png ├── exoticaz.png ├── fsm_me.png ├── ggpt.png ├── gpw.png ├── gying.png ├── haidan.png ├── hares.png ├── hdatmos.png ├── hdcity.png ├── hddolby.png ├── hdfans.png ├── hdkyl.png ├── hdpt.png ├── hdsky.png ├── hdvideo.png ├── hhanclub.png ├── hitpt.png ├── hspt.png ├── htpt.png ├── hxpt.png ├── icc2022.png ├── ilolicon.png ├── jivon.png ├── joyhd.png ├── kamept.png ├── keepfrds.png ├── kufei.png ├── lajidui.png ├── leaves.png ├── lemonhd_club.png ├── lemonhd_net.png ├── longpt.png ├── march.png ├── momentpt.png ├── monikadesign.png ├── mteam.png ├── muxuege.png ├── mypt.png ├── nanyangpt.png ├── nicept.png ├── njtupt.png ├── novahd.png ├── nullbr.png ├── okpt.png ├── oshenpt.png ├── ourbits.png ├── pandapt.png ├── piggo.png ├── playletpt.png ├── ptcafe.png ├── ptchdbits.png ├── ptchina.png ├── pterclub.png ├── ptfans.png ├── ptgtk.png ├── pthome.png ├── ptlgs.png ├── ptlover.png ├── ptsbao.png ├── ptskit.png ├── pttime.png ├── ptvicomo.png ├── ptzone.png ├── putao.png ├── qingwapt.png ├── raingfh.png ├── rousi.png ├── sanpro.png ├── sewerpt.png ├── siqi.png ├── soulvoice.png ├── srvfi.png ├── ssd.png ├── star_space.png ├── sunny.png ├── tangpt.png ├── tccf.png ├── telegram.png ├── tey.png ├── tjupt.png ├── tmpt.png ├── tokyopt.png ├── tosky.png ├── ttg.png ├── ubits.png ├── ultrahd.png ├── wintersakura.png ├── wukongwendao.png ├── xingtan.png ├── xingyunge.png ├── yemapt.png ├── yhpp.png ├── zhuque.png ├── zmpt.png └── zrpt.png └── tools └── find_favicon_go_not_found.py /.gitignore: -------------------------------------------------------------------------------- 1 | /sites/*.bak 2 | .idea -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/README.md -------------------------------------------------------------------------------- /site_config/commons/NexusPHP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/commons/NexusPHP.json -------------------------------------------------------------------------------- /site_config/sites/0ff.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/0ff.json -------------------------------------------------------------------------------- /site_config/sites/13city.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/13city.json -------------------------------------------------------------------------------- /site_config/sites/1ptba.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/1ptba.json -------------------------------------------------------------------------------- /site_config/sites/52movie.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/52movie.json -------------------------------------------------------------------------------- /site_config/sites/52pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/52pt.json -------------------------------------------------------------------------------- /site_config/sites/HDArea.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/HDArea.json -------------------------------------------------------------------------------- /site_config/sites/HDHome.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/HDHome.json -------------------------------------------------------------------------------- /site_config/sites/HDTime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/HDTime.json -------------------------------------------------------------------------------- /site_config/sites/HDU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/HDU.json -------------------------------------------------------------------------------- /site_config/sites/HDZone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/HDZone.json -------------------------------------------------------------------------------- /site_config/sites/OpenCD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/OpenCD.json -------------------------------------------------------------------------------- /site_config/sites/U2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/U2.json -------------------------------------------------------------------------------- /site_config/sites/agsvpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/agsvpt.json -------------------------------------------------------------------------------- /site_config/sites/aling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/aling.json -------------------------------------------------------------------------------- /site_config/sites/audiences.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/audiences.json -------------------------------------------------------------------------------- /site_config/sites/azusa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/azusa.json -------------------------------------------------------------------------------- /site_config/sites/bilibili.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/bilibili.json -------------------------------------------------------------------------------- /site_config/sites/bt_dmhy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/bt_dmhy.json -------------------------------------------------------------------------------- /site_config/sites/bt_gying.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/bt_gying.json -------------------------------------------------------------------------------- /site_config/sites/bt_nullbr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/bt_nullbr.json -------------------------------------------------------------------------------- /site_config/sites/bt_telegram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/bt_telegram.json -------------------------------------------------------------------------------- /site_config/sites/btschool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/btschool.json -------------------------------------------------------------------------------- /site_config/sites/butterfly.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/butterfly.json -------------------------------------------------------------------------------- /site_config/sites/byr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/byr.json -------------------------------------------------------------------------------- /site_config/sites/carpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/carpt.json -------------------------------------------------------------------------------- /site_config/sites/cdfile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/cdfile.json -------------------------------------------------------------------------------- /site_config/sites/crabpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/crabpt.json -------------------------------------------------------------------------------- /site_config/sites/cspt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/cspt.json -------------------------------------------------------------------------------- /site_config/sites/cyanbug.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/cyanbug.json -------------------------------------------------------------------------------- /site_config/sites/dajiao.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/dajiao.json -------------------------------------------------------------------------------- /site_config/sites/devtracker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/devtracker.json -------------------------------------------------------------------------------- /site_config/sites/dic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/dic.json -------------------------------------------------------------------------------- /site_config/sites/discfan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/discfan.json -------------------------------------------------------------------------------- /site_config/sites/dragonhd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/dragonhd.json -------------------------------------------------------------------------------- /site_config/sites/dubhe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/dubhe.json -------------------------------------------------------------------------------- /site_config/sites/eastgame.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/eastgame.json -------------------------------------------------------------------------------- /site_config/sites/ecustpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/ecustpt.json -------------------------------------------------------------------------------- /site_config/sites/exoticaz.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/exoticaz.json -------------------------------------------------------------------------------- /site_config/sites/fsm_me.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/fsm_me.json -------------------------------------------------------------------------------- /site_config/sites/ggpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/ggpt.json -------------------------------------------------------------------------------- /site_config/sites/gpw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/gpw.json -------------------------------------------------------------------------------- /site_config/sites/haidan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/haidan.json -------------------------------------------------------------------------------- /site_config/sites/hdatmos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/hdatmos.json -------------------------------------------------------------------------------- /site_config/sites/hdbao.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/hdbao.json -------------------------------------------------------------------------------- /site_config/sites/hdcity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/hdcity.json -------------------------------------------------------------------------------- /site_config/sites/hdclone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/hdclone.json -------------------------------------------------------------------------------- /site_config/sites/hddolby.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/hddolby.json -------------------------------------------------------------------------------- /site_config/sites/hdfans.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/hdfans.json -------------------------------------------------------------------------------- /site_config/sites/hdkyl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/hdkyl.json -------------------------------------------------------------------------------- /site_config/sites/hdpost.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/hdpost.json -------------------------------------------------------------------------------- /site_config/sites/hdpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/hdpt.json -------------------------------------------------------------------------------- /site_config/sites/hdsky.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/hdsky.json -------------------------------------------------------------------------------- /site_config/sites/hdvideo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/hdvideo.json -------------------------------------------------------------------------------- /site_config/sites/hhanclub.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/hhanclub.json -------------------------------------------------------------------------------- /site_config/sites/hitpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/hitpt.json -------------------------------------------------------------------------------- /site_config/sites/hspt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/hspt.json -------------------------------------------------------------------------------- /site_config/sites/htpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/htpt.json -------------------------------------------------------------------------------- /site_config/sites/hxpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/hxpt.json -------------------------------------------------------------------------------- /site_config/sites/icc2022.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/icc2022.json -------------------------------------------------------------------------------- /site_config/sites/ilolicon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/ilolicon.json -------------------------------------------------------------------------------- /site_config/sites/jivon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/jivon.json -------------------------------------------------------------------------------- /site_config/sites/joyhd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/joyhd.json -------------------------------------------------------------------------------- /site_config/sites/kamept.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/kamept.json -------------------------------------------------------------------------------- /site_config/sites/keepfrds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/keepfrds.json -------------------------------------------------------------------------------- /site_config/sites/kufei.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/kufei.json -------------------------------------------------------------------------------- /site_config/sites/lajidui.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/lajidui.json -------------------------------------------------------------------------------- /site_config/sites/leaves.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/leaves.json -------------------------------------------------------------------------------- /site_config/sites/lemonhd_club.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/lemonhd_club.json -------------------------------------------------------------------------------- /site_config/sites/lemonhd_net.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/lemonhd_net.json -------------------------------------------------------------------------------- /site_config/sites/longpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/longpt.json -------------------------------------------------------------------------------- /site_config/sites/march.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/march.json -------------------------------------------------------------------------------- /site_config/sites/momentpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/momentpt.json -------------------------------------------------------------------------------- /site_config/sites/monikadesign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/monikadesign.json -------------------------------------------------------------------------------- /site_config/sites/mteam.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/mteam.json -------------------------------------------------------------------------------- /site_config/sites/muxuege.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/muxuege.json -------------------------------------------------------------------------------- /site_config/sites/nanyangpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/nanyangpt.json -------------------------------------------------------------------------------- /site_config/sites/nicept.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/nicept.json -------------------------------------------------------------------------------- /site_config/sites/njtupt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/njtupt.json -------------------------------------------------------------------------------- /site_config/sites/novahd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/novahd.json -------------------------------------------------------------------------------- /site_config/sites/okpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/okpt.json -------------------------------------------------------------------------------- /site_config/sites/oshenpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/oshenpt.json -------------------------------------------------------------------------------- /site_config/sites/ourbits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/ourbits.json -------------------------------------------------------------------------------- /site_config/sites/pandapt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/pandapt.json -------------------------------------------------------------------------------- /site_config/sites/piggo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/piggo.json -------------------------------------------------------------------------------- /site_config/sites/playletpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/playletpt.json -------------------------------------------------------------------------------- /site_config/sites/ptcafe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/ptcafe.json -------------------------------------------------------------------------------- /site_config/sites/ptchdbits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/ptchdbits.json -------------------------------------------------------------------------------- /site_config/sites/ptchina.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/ptchina.json -------------------------------------------------------------------------------- /site_config/sites/pterclub.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/pterclub.json -------------------------------------------------------------------------------- /site_config/sites/ptfans.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/ptfans.json -------------------------------------------------------------------------------- /site_config/sites/ptgtk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/ptgtk.json -------------------------------------------------------------------------------- /site_config/sites/pthome.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/pthome.json -------------------------------------------------------------------------------- /site_config/sites/ptlgs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/ptlgs.json -------------------------------------------------------------------------------- /site_config/sites/ptlover.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/ptlover.json -------------------------------------------------------------------------------- /site_config/sites/ptsbao.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/ptsbao.json -------------------------------------------------------------------------------- /site_config/sites/ptskit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/ptskit.json -------------------------------------------------------------------------------- /site_config/sites/pttime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/pttime.json -------------------------------------------------------------------------------- /site_config/sites/ptvicomo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/ptvicomo.json -------------------------------------------------------------------------------- /site_config/sites/ptzone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/ptzone.json -------------------------------------------------------------------------------- /site_config/sites/putao.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/putao.json -------------------------------------------------------------------------------- /site_config/sites/qingwapt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/qingwapt.json -------------------------------------------------------------------------------- /site_config/sites/raingfh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/raingfh.json -------------------------------------------------------------------------------- /site_config/sites/rousi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/rousi.json -------------------------------------------------------------------------------- /site_config/sites/sanpro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/sanpro.json -------------------------------------------------------------------------------- /site_config/sites/sewerpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/sewerpt.json -------------------------------------------------------------------------------- /site_config/sites/siqi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/siqi.json -------------------------------------------------------------------------------- /site_config/sites/soulvoice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/soulvoice.json -------------------------------------------------------------------------------- /site_config/sites/srvfi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/srvfi.json -------------------------------------------------------------------------------- /site_config/sites/ssd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/ssd.json -------------------------------------------------------------------------------- /site_config/sites/star_space.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/star_space.json -------------------------------------------------------------------------------- /site_config/sites/sunny.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/sunny.json -------------------------------------------------------------------------------- /site_config/sites/tangpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/tangpt.json -------------------------------------------------------------------------------- /site_config/sites/tccf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/tccf.json -------------------------------------------------------------------------------- /site_config/sites/tey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/tey.json -------------------------------------------------------------------------------- /site_config/sites/tjupt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/tjupt.json -------------------------------------------------------------------------------- /site_config/sites/tmpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/tmpt.json -------------------------------------------------------------------------------- /site_config/sites/tokyopt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/tokyopt.json -------------------------------------------------------------------------------- /site_config/sites/tosky.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/tosky.json -------------------------------------------------------------------------------- /site_config/sites/ttg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/ttg.json -------------------------------------------------------------------------------- /site_config/sites/ubits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/ubits.json -------------------------------------------------------------------------------- /site_config/sites/ultrahd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/ultrahd.json -------------------------------------------------------------------------------- /site_config/sites/wdpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/wdpt.json -------------------------------------------------------------------------------- /site_config/sites/wintersakura.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/wintersakura.json -------------------------------------------------------------------------------- /site_config/sites/wukongwendao.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/wukongwendao.json -------------------------------------------------------------------------------- /site_config/sites/xingtan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/xingtan.json -------------------------------------------------------------------------------- /site_config/sites/xingyunge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/xingyunge.json -------------------------------------------------------------------------------- /site_config/sites/yemapt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/yemapt.json -------------------------------------------------------------------------------- /site_config/sites/yhpp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/yhpp.json -------------------------------------------------------------------------------- /site_config/sites/zhuque.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/zhuque.json -------------------------------------------------------------------------------- /site_config/sites/zmpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/zmpt.json -------------------------------------------------------------------------------- /site_config/sites/zrpt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_config/sites/zrpt.json -------------------------------------------------------------------------------- /site_favicon/0ff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/0ff.png -------------------------------------------------------------------------------- /site_favicon/13city.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/13city.png -------------------------------------------------------------------------------- /site_favicon/1ptba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/1ptba.png -------------------------------------------------------------------------------- /site_favicon/52movie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/52movie.png -------------------------------------------------------------------------------- /site_favicon/52pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/52pt.png -------------------------------------------------------------------------------- /site_favicon/HDArea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/HDArea.png -------------------------------------------------------------------------------- /site_favicon/HDHome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/HDHome.png -------------------------------------------------------------------------------- /site_favicon/HDPOST.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/HDPOST.png -------------------------------------------------------------------------------- /site_favicon/HDTime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/HDTime.png -------------------------------------------------------------------------------- /site_favicon/HDU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/HDU.png -------------------------------------------------------------------------------- /site_favicon/OpenCD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/OpenCD.png -------------------------------------------------------------------------------- /site_favicon/U2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/U2.png -------------------------------------------------------------------------------- /site_favicon/agsvpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/agsvpt.png -------------------------------------------------------------------------------- /site_favicon/aling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/aling.png -------------------------------------------------------------------------------- /site_favicon/audiences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/audiences.png -------------------------------------------------------------------------------- /site_favicon/azusa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/azusa.png -------------------------------------------------------------------------------- /site_favicon/btschool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/btschool.png -------------------------------------------------------------------------------- /site_favicon/butterfly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/butterfly.png -------------------------------------------------------------------------------- /site_favicon/carpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/carpt.png -------------------------------------------------------------------------------- /site_favicon/cdfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/cdfile.png -------------------------------------------------------------------------------- /site_favicon/crabpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/crabpt.png -------------------------------------------------------------------------------- /site_favicon/cspt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/cspt.png -------------------------------------------------------------------------------- /site_favicon/cyanbug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/cyanbug.png -------------------------------------------------------------------------------- /site_favicon/dajiao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/dajiao.png -------------------------------------------------------------------------------- /site_favicon/dic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/dic.png -------------------------------------------------------------------------------- /site_favicon/dicmusic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/dicmusic.png -------------------------------------------------------------------------------- /site_favicon/discfan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/discfan.png -------------------------------------------------------------------------------- /site_favicon/dmhy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/dmhy.png -------------------------------------------------------------------------------- /site_favicon/dragonhd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/dragonhd.png -------------------------------------------------------------------------------- /site_favicon/dubhe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/dubhe.png -------------------------------------------------------------------------------- /site_favicon/eastgame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/eastgame.png -------------------------------------------------------------------------------- /site_favicon/ecustpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/ecustpt.png -------------------------------------------------------------------------------- /site_favicon/exoticaz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/exoticaz.png -------------------------------------------------------------------------------- /site_favicon/fsm_me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/fsm_me.png -------------------------------------------------------------------------------- /site_favicon/ggpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/ggpt.png -------------------------------------------------------------------------------- /site_favicon/gpw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/gpw.png -------------------------------------------------------------------------------- /site_favicon/gying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/gying.png -------------------------------------------------------------------------------- /site_favicon/haidan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/haidan.png -------------------------------------------------------------------------------- /site_favicon/hares.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/hares.png -------------------------------------------------------------------------------- /site_favicon/hdatmos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/hdatmos.png -------------------------------------------------------------------------------- /site_favicon/hdcity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/hdcity.png -------------------------------------------------------------------------------- /site_favicon/hddolby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/hddolby.png -------------------------------------------------------------------------------- /site_favicon/hdfans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/hdfans.png -------------------------------------------------------------------------------- /site_favicon/hdkyl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/hdkyl.png -------------------------------------------------------------------------------- /site_favicon/hdpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/hdpt.png -------------------------------------------------------------------------------- /site_favicon/hdsky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/hdsky.png -------------------------------------------------------------------------------- /site_favicon/hdvideo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/hdvideo.png -------------------------------------------------------------------------------- /site_favicon/hhanclub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/hhanclub.png -------------------------------------------------------------------------------- /site_favicon/hitpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/hitpt.png -------------------------------------------------------------------------------- /site_favicon/hspt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/hspt.png -------------------------------------------------------------------------------- /site_favicon/htpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/htpt.png -------------------------------------------------------------------------------- /site_favicon/hxpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/hxpt.png -------------------------------------------------------------------------------- /site_favicon/icc2022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/icc2022.png -------------------------------------------------------------------------------- /site_favicon/ilolicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/ilolicon.png -------------------------------------------------------------------------------- /site_favicon/jivon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/jivon.png -------------------------------------------------------------------------------- /site_favicon/joyhd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/joyhd.png -------------------------------------------------------------------------------- /site_favicon/kamept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/kamept.png -------------------------------------------------------------------------------- /site_favicon/keepfrds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/keepfrds.png -------------------------------------------------------------------------------- /site_favicon/kufei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/kufei.png -------------------------------------------------------------------------------- /site_favicon/lajidui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/lajidui.png -------------------------------------------------------------------------------- /site_favicon/leaves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/leaves.png -------------------------------------------------------------------------------- /site_favicon/lemonhd_club.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/lemonhd_club.png -------------------------------------------------------------------------------- /site_favicon/lemonhd_net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/lemonhd_net.png -------------------------------------------------------------------------------- /site_favicon/longpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/longpt.png -------------------------------------------------------------------------------- /site_favicon/march.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/march.png -------------------------------------------------------------------------------- /site_favicon/momentpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/momentpt.png -------------------------------------------------------------------------------- /site_favicon/monikadesign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/monikadesign.png -------------------------------------------------------------------------------- /site_favicon/mteam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/mteam.png -------------------------------------------------------------------------------- /site_favicon/muxuege.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/muxuege.png -------------------------------------------------------------------------------- /site_favicon/mypt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/mypt.png -------------------------------------------------------------------------------- /site_favicon/nanyangpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/nanyangpt.png -------------------------------------------------------------------------------- /site_favicon/nicept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/nicept.png -------------------------------------------------------------------------------- /site_favicon/njtupt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/njtupt.png -------------------------------------------------------------------------------- /site_favicon/novahd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/novahd.png -------------------------------------------------------------------------------- /site_favicon/nullbr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/nullbr.png -------------------------------------------------------------------------------- /site_favicon/okpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/okpt.png -------------------------------------------------------------------------------- /site_favicon/oshenpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/oshenpt.png -------------------------------------------------------------------------------- /site_favicon/ourbits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/ourbits.png -------------------------------------------------------------------------------- /site_favicon/pandapt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/pandapt.png -------------------------------------------------------------------------------- /site_favicon/piggo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/piggo.png -------------------------------------------------------------------------------- /site_favicon/playletpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/playletpt.png -------------------------------------------------------------------------------- /site_favicon/ptcafe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/ptcafe.png -------------------------------------------------------------------------------- /site_favicon/ptchdbits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/ptchdbits.png -------------------------------------------------------------------------------- /site_favicon/ptchina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/ptchina.png -------------------------------------------------------------------------------- /site_favicon/pterclub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/pterclub.png -------------------------------------------------------------------------------- /site_favicon/ptfans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/ptfans.png -------------------------------------------------------------------------------- /site_favicon/ptgtk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/ptgtk.png -------------------------------------------------------------------------------- /site_favicon/pthome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/pthome.png -------------------------------------------------------------------------------- /site_favicon/ptlgs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/ptlgs.png -------------------------------------------------------------------------------- /site_favicon/ptlover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/ptlover.png -------------------------------------------------------------------------------- /site_favicon/ptsbao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/ptsbao.png -------------------------------------------------------------------------------- /site_favicon/ptskit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/ptskit.png -------------------------------------------------------------------------------- /site_favicon/pttime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/pttime.png -------------------------------------------------------------------------------- /site_favicon/ptvicomo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/ptvicomo.png -------------------------------------------------------------------------------- /site_favicon/ptzone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/ptzone.png -------------------------------------------------------------------------------- /site_favicon/putao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/putao.png -------------------------------------------------------------------------------- /site_favicon/qingwapt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/qingwapt.png -------------------------------------------------------------------------------- /site_favicon/raingfh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/raingfh.png -------------------------------------------------------------------------------- /site_favicon/rousi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/rousi.png -------------------------------------------------------------------------------- /site_favicon/sanpro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/sanpro.png -------------------------------------------------------------------------------- /site_favicon/sewerpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/sewerpt.png -------------------------------------------------------------------------------- /site_favicon/siqi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/siqi.png -------------------------------------------------------------------------------- /site_favicon/soulvoice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/soulvoice.png -------------------------------------------------------------------------------- /site_favicon/srvfi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/srvfi.png -------------------------------------------------------------------------------- /site_favicon/ssd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/ssd.png -------------------------------------------------------------------------------- /site_favicon/star_space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/star_space.png -------------------------------------------------------------------------------- /site_favicon/sunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/sunny.png -------------------------------------------------------------------------------- /site_favicon/tangpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/tangpt.png -------------------------------------------------------------------------------- /site_favicon/tccf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/tccf.png -------------------------------------------------------------------------------- /site_favicon/telegram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/telegram.png -------------------------------------------------------------------------------- /site_favicon/tey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/tey.png -------------------------------------------------------------------------------- /site_favicon/tjupt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/tjupt.png -------------------------------------------------------------------------------- /site_favicon/tmpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/tmpt.png -------------------------------------------------------------------------------- /site_favicon/tokyopt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/tokyopt.png -------------------------------------------------------------------------------- /site_favicon/tosky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/tosky.png -------------------------------------------------------------------------------- /site_favicon/ttg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/ttg.png -------------------------------------------------------------------------------- /site_favicon/ubits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/ubits.png -------------------------------------------------------------------------------- /site_favicon/ultrahd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/ultrahd.png -------------------------------------------------------------------------------- /site_favicon/wintersakura.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/wintersakura.png -------------------------------------------------------------------------------- /site_favicon/wukongwendao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/wukongwendao.png -------------------------------------------------------------------------------- /site_favicon/xingtan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/xingtan.png -------------------------------------------------------------------------------- /site_favicon/xingyunge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/xingyunge.png -------------------------------------------------------------------------------- /site_favicon/yemapt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/yemapt.png -------------------------------------------------------------------------------- /site_favicon/yhpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/yhpp.png -------------------------------------------------------------------------------- /site_favicon/zhuque.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/zhuque.png -------------------------------------------------------------------------------- /site_favicon/zmpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/zmpt.png -------------------------------------------------------------------------------- /site_favicon/zrpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/site_favicon/zrpt.png -------------------------------------------------------------------------------- /tools/find_favicon_go_not_found.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mantou568/pre-dessert-sites/HEAD/tools/find_favicon_go_not_found.py --------------------------------------------------------------------------------