├── templates ├── dark │ └── static │ │ ├── static │ │ ├── page │ │ │ └── book_detail.html │ │ ├── 23446.jpg │ │ ├── 4868.jpg │ │ ├── 5082.jpg │ │ ├── logo.png │ │ ├── icon-backtop.gif │ │ ├── sl_104147940.jpg │ │ ├── sl_104148030.jpg │ │ ├── sl_104148150.jpg │ │ ├── sl_104152260.jpg │ │ ├── sl_104153130.jpg │ │ ├── sl_104155330.jpg │ │ ├── sl_104155520.JPG │ │ ├── sl_104156600.JPG │ │ ├── sl_104157470.jpg │ │ ├── sl_104157670.jpg │ │ └── sl_104158410.jpg │ │ ├── mobile │ │ ├── static │ │ │ ├── page │ │ │ │ └── book_detail.html │ │ │ ├── 23446.jpg │ │ │ ├── 4868.jpg │ │ │ ├── 5082.jpg │ │ │ ├── logo.png │ │ │ ├── icon-backtop.gif │ │ │ ├── sl_104147940.jpg │ │ │ ├── sl_104148030.jpg │ │ │ ├── sl_104148150.jpg │ │ │ ├── sl_104152260.jpg │ │ │ ├── sl_104153130.jpg │ │ │ ├── sl_104155330.jpg │ │ │ ├── sl_104155520.JPG │ │ │ ├── sl_104156600.JPG │ │ │ ├── sl_104157470.jpg │ │ │ ├── sl_104157670.jpg │ │ │ └── sl_104158410.jpg │ │ ├── mang.png │ │ ├── HotBook.apk │ │ ├── favicon.ico │ │ ├── IMG_1470.JPG │ │ └── layui │ │ │ ├── font │ │ │ ├── iconfont.eot │ │ │ ├── iconfont.ttf │ │ │ └── iconfont.woff │ │ │ └── images │ │ │ └── face │ │ │ ├── 0.gif │ │ │ ├── 1.gif │ │ │ ├── 10.gif │ │ │ ├── 11.gif │ │ │ ├── 12.gif │ │ │ ├── 13.gif │ │ │ ├── 14.gif │ │ │ ├── 15.gif │ │ │ ├── 16.gif │ │ │ ├── 17.gif │ │ │ ├── 18.gif │ │ │ ├── 19.gif │ │ │ ├── 2.gif │ │ │ ├── 20.gif │ │ │ ├── 21.gif │ │ │ ├── 22.gif │ │ │ ├── 23.gif │ │ │ ├── 24.gif │ │ │ ├── 25.gif │ │ │ ├── 26.gif │ │ │ ├── 27.gif │ │ │ ├── 28.gif │ │ │ ├── 29.gif │ │ │ ├── 3.gif │ │ │ ├── 30.gif │ │ │ ├── 31.gif │ │ │ ├── 32.gif │ │ │ ├── 33.gif │ │ │ ├── 34.gif │ │ │ ├── 35.gif │ │ │ ├── 36.gif │ │ │ ├── 37.gif │ │ │ ├── 38.gif │ │ │ ├── 39.gif │ │ │ ├── 4.gif │ │ │ ├── 40.gif │ │ │ ├── 41.gif │ │ │ ├── 42.gif │ │ │ ├── 43.gif │ │ │ ├── 44.gif │ │ │ ├── 45.gif │ │ │ ├── 46.gif │ │ │ ├── 47.gif │ │ │ ├── 48.gif │ │ │ ├── 49.gif │ │ │ ├── 5.gif │ │ │ ├── 50.gif │ │ │ ├── 51.gif │ │ │ ├── 52.gif │ │ │ ├── 53.gif │ │ │ ├── 54.gif │ │ │ ├── 55.gif │ │ │ ├── 56.gif │ │ │ ├── 57.gif │ │ │ ├── 58.gif │ │ │ ├── 59.gif │ │ │ ├── 6.gif │ │ │ ├── 60.gif │ │ │ ├── 61.gif │ │ │ ├── 62.gif │ │ │ ├── 63.gif │ │ │ ├── 64.gif │ │ │ ├── 65.gif │ │ │ ├── 66.gif │ │ │ ├── 67.gif │ │ │ ├── 68.gif │ │ │ ├── 69.gif │ │ │ ├── 7.gif │ │ │ ├── 70.gif │ │ │ ├── 71.gif │ │ │ ├── 8.gif │ │ │ └── 9.gif │ │ ├── mang.png │ │ ├── HotBook.apk │ │ ├── favicon.ico │ │ ├── IMG_1470.JPG │ │ └── layui │ │ ├── font │ │ ├── iconfont.eot │ │ ├── iconfont.ttf │ │ └── iconfont.woff │ │ ├── images │ │ └── face │ │ │ ├── 0.gif │ │ │ ├── 1.gif │ │ │ ├── 2.gif │ │ │ ├── 3.gif │ │ │ ├── 4.gif │ │ │ ├── 5.gif │ │ │ ├── 6.gif │ │ │ ├── 7.gif │ │ │ ├── 8.gif │ │ │ ├── 9.gif │ │ │ ├── 10.gif │ │ │ ├── 11.gif │ │ │ ├── 12.gif │ │ │ ├── 13.gif │ │ │ ├── 14.gif │ │ │ ├── 15.gif │ │ │ ├── 16.gif │ │ │ ├── 17.gif │ │ │ ├── 18.gif │ │ │ ├── 19.gif │ │ │ ├── 20.gif │ │ │ ├── 21.gif │ │ │ ├── 22.gif │ │ │ ├── 23.gif │ │ │ ├── 24.gif │ │ │ ├── 25.gif │ │ │ ├── 26.gif │ │ │ ├── 27.gif │ │ │ ├── 28.gif │ │ │ ├── 29.gif │ │ │ ├── 30.gif │ │ │ ├── 31.gif │ │ │ ├── 32.gif │ │ │ ├── 33.gif │ │ │ ├── 34.gif │ │ │ ├── 35.gif │ │ │ ├── 36.gif │ │ │ ├── 37.gif │ │ │ ├── 38.gif │ │ │ ├── 39.gif │ │ │ ├── 40.gif │ │ │ ├── 41.gif │ │ │ ├── 42.gif │ │ │ ├── 43.gif │ │ │ ├── 44.gif │ │ │ ├── 45.gif │ │ │ ├── 46.gif │ │ │ ├── 47.gif │ │ │ ├── 48.gif │ │ │ ├── 49.gif │ │ │ ├── 50.gif │ │ │ ├── 51.gif │ │ │ ├── 52.gif │ │ │ ├── 53.gif │ │ │ ├── 54.gif │ │ │ ├── 55.gif │ │ │ ├── 56.gif │ │ │ ├── 57.gif │ │ │ ├── 58.gif │ │ │ ├── 59.gif │ │ │ ├── 60.gif │ │ │ ├── 61.gif │ │ │ ├── 62.gif │ │ │ ├── 63.gif │ │ │ ├── 64.gif │ │ │ ├── 65.gif │ │ │ ├── 66.gif │ │ │ ├── 67.gif │ │ │ ├── 68.gif │ │ │ ├── 69.gif │ │ │ ├── 70.gif │ │ │ └── 71.gif │ │ └── css │ │ └── modules │ │ └── layim │ │ └── skin │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ └── logo.jpg ├── orange │ └── static │ │ ├── mobile │ │ ├── static │ │ │ ├── page │ │ │ │ └── book_detail.html │ │ │ ├── 23446.jpg │ │ │ ├── 4868.jpg │ │ │ ├── 5082.jpg │ │ │ ├── logo.png │ │ │ ├── icon-backtop.gif │ │ │ ├── sl_104147940.jpg │ │ │ ├── sl_104148030.jpg │ │ │ ├── sl_104148150.jpg │ │ │ ├── sl_104152260.jpg │ │ │ ├── sl_104153130.jpg │ │ │ ├── sl_104155330.jpg │ │ │ ├── sl_104155520.JPG │ │ │ ├── sl_104156600.JPG │ │ │ ├── sl_104157470.jpg │ │ │ ├── sl_104157670.jpg │ │ │ └── sl_104158410.jpg │ │ ├── baidu_verify_ANtJi2eSPQ.html │ │ ├── baidu_verify_Ep8xaWQJAI.html │ │ ├── baidu_verify_L6sR9GjEtg.html │ │ ├── shenma-site-verification.txt │ │ ├── shenma-site-verification2.txt │ │ ├── mang.png │ │ ├── IMG_1470.JPG │ │ ├── favicon.ico │ │ ├── fiction_house.apk │ │ └── layui │ │ │ ├── font │ │ │ ├── iconfont.eot │ │ │ ├── iconfont.ttf │ │ │ └── iconfont.woff │ │ │ └── images │ │ │ └── face │ │ │ ├── 0.gif │ │ │ ├── 1.gif │ │ │ ├── 10.gif │ │ │ ├── 11.gif │ │ │ ├── 12.gif │ │ │ ├── 13.gif │ │ │ ├── 14.gif │ │ │ ├── 15.gif │ │ │ ├── 16.gif │ │ │ ├── 17.gif │ │ │ ├── 18.gif │ │ │ ├── 19.gif │ │ │ ├── 2.gif │ │ │ ├── 20.gif │ │ │ ├── 21.gif │ │ │ ├── 22.gif │ │ │ ├── 23.gif │ │ │ ├── 24.gif │ │ │ ├── 25.gif │ │ │ ├── 26.gif │ │ │ ├── 27.gif │ │ │ ├── 28.gif │ │ │ ├── 29.gif │ │ │ ├── 3.gif │ │ │ ├── 30.gif │ │ │ ├── 31.gif │ │ │ ├── 32.gif │ │ │ ├── 33.gif │ │ │ ├── 34.gif │ │ │ ├── 35.gif │ │ │ ├── 36.gif │ │ │ ├── 37.gif │ │ │ ├── 38.gif │ │ │ ├── 39.gif │ │ │ ├── 4.gif │ │ │ ├── 40.gif │ │ │ ├── 41.gif │ │ │ ├── 42.gif │ │ │ ├── 43.gif │ │ │ ├── 44.gif │ │ │ ├── 45.gif │ │ │ ├── 46.gif │ │ │ ├── 47.gif │ │ │ ├── 48.gif │ │ │ ├── 49.gif │ │ │ ├── 5.gif │ │ │ ├── 50.gif │ │ │ ├── 51.gif │ │ │ ├── 52.gif │ │ │ ├── 53.gif │ │ │ ├── 54.gif │ │ │ ├── 55.gif │ │ │ ├── 56.gif │ │ │ ├── 57.gif │ │ │ ├── 58.gif │ │ │ ├── 59.gif │ │ │ ├── 6.gif │ │ │ ├── 60.gif │ │ │ ├── 61.gif │ │ │ ├── 62.gif │ │ │ ├── 63.gif │ │ │ ├── 64.gif │ │ │ ├── 65.gif │ │ │ ├── 66.gif │ │ │ ├── 67.gif │ │ │ ├── 68.gif │ │ │ ├── 69.gif │ │ │ ├── 7.gif │ │ │ ├── 70.gif │ │ │ ├── 71.gif │ │ │ ├── 8.gif │ │ │ └── 9.gif │ │ ├── wangEditor │ │ ├── example │ │ │ ├── README.md │ │ │ ├── demo │ │ │ │ ├── in-vue │ │ │ │ │ ├── static │ │ │ │ │ │ └── .gitkeep │ │ │ │ │ └── config │ │ │ │ │ │ └── prod.env.js │ │ │ │ └── in-react │ │ │ │ │ └── src │ │ │ │ │ └── index.css │ │ │ ├── pay.png │ │ │ └── favicon.ico │ │ ├── .eslintignore │ │ ├── .npmignore │ │ ├── docs │ │ │ └── usage │ │ │ │ └── README.md │ │ └── src │ │ │ └── fonts │ │ │ └── w-e-icon.woff │ │ ├── javascript │ │ └── authorinfo.js │ │ ├── images │ │ ├── man.png │ │ ├── 404.jpeg │ │ ├── logo.png │ │ ├── default.gif │ │ ├── icon_dt.png │ │ ├── icon_sj.png │ │ ├── login_qq.png │ │ ├── pay_wx.png │ │ ├── pay_zfb.png │ │ ├── search.png │ │ ├── smlcover.png │ │ ├── icon_reply.png │ │ ├── icon_user.png │ │ ├── logo_white.png │ │ ├── no_comment.png │ │ ├── pic_upload.png │ │ ├── author_head.png │ │ ├── icon_readpage.png │ │ ├── login_weibo.png │ │ └── login_weixin.png │ │ └── layui │ │ ├── font │ │ ├── iconfont.eot │ │ ├── iconfont.ttf │ │ └── iconfont.woff │ │ ├── images │ │ └── face │ │ │ ├── 0.gif │ │ │ ├── 1.gif │ │ │ ├── 10.gif │ │ │ ├── 11.gif │ │ │ ├── 12.gif │ │ │ ├── 13.gif │ │ │ ├── 14.gif │ │ │ ├── 15.gif │ │ │ ├── 16.gif │ │ │ ├── 17.gif │ │ │ ├── 18.gif │ │ │ ├── 19.gif │ │ │ ├── 2.gif │ │ │ ├── 20.gif │ │ │ ├── 21.gif │ │ │ ├── 22.gif │ │ │ ├── 23.gif │ │ │ ├── 24.gif │ │ │ ├── 25.gif │ │ │ ├── 26.gif │ │ │ ├── 27.gif │ │ │ ├── 28.gif │ │ │ ├── 29.gif │ │ │ ├── 3.gif │ │ │ ├── 30.gif │ │ │ ├── 31.gif │ │ │ ├── 32.gif │ │ │ ├── 33.gif │ │ │ ├── 34.gif │ │ │ ├── 35.gif │ │ │ ├── 36.gif │ │ │ ├── 37.gif │ │ │ ├── 38.gif │ │ │ ├── 39.gif │ │ │ ├── 4.gif │ │ │ ├── 40.gif │ │ │ ├── 41.gif │ │ │ ├── 42.gif │ │ │ ├── 43.gif │ │ │ ├── 44.gif │ │ │ ├── 45.gif │ │ │ ├── 46.gif │ │ │ ├── 47.gif │ │ │ ├── 48.gif │ │ │ ├── 49.gif │ │ │ ├── 5.gif │ │ │ ├── 50.gif │ │ │ ├── 51.gif │ │ │ ├── 52.gif │ │ │ ├── 53.gif │ │ │ ├── 54.gif │ │ │ ├── 55.gif │ │ │ ├── 56.gif │ │ │ ├── 57.gif │ │ │ ├── 58.gif │ │ │ ├── 59.gif │ │ │ ├── 6.gif │ │ │ ├── 60.gif │ │ │ ├── 61.gif │ │ │ ├── 62.gif │ │ │ ├── 63.gif │ │ │ ├── 64.gif │ │ │ ├── 65.gif │ │ │ ├── 66.gif │ │ │ ├── 67.gif │ │ │ ├── 68.gif │ │ │ ├── 69.gif │ │ │ ├── 7.gif │ │ │ ├── 70.gif │ │ │ ├── 71.gif │ │ │ ├── 8.gif │ │ │ └── 9.gif │ │ └── css │ │ └── modules │ │ └── layim │ │ └── skin │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ └── 5.jpg └── blue │ └── static │ ├── images │ ├── logo.png │ ├── default.gif │ ├── icon-mobile.png │ └── icon-search.png │ └── layui │ ├── font │ ├── iconfont.eot │ ├── iconfont.ttf │ ├── iconfont.woff │ └── iconfont.woff2 │ └── images │ └── face │ ├── 0.gif │ ├── 1.gif │ ├── 2.gif │ ├── 3.gif │ ├── 4.gif │ ├── 5.gif │ ├── 6.gif │ ├── 7.gif │ ├── 8.gif │ ├── 9.gif │ ├── 10.gif │ ├── 11.gif │ ├── 12.gif │ ├── 13.gif │ ├── 14.gif │ ├── 15.gif │ ├── 16.gif │ ├── 17.gif │ ├── 18.gif │ ├── 19.gif │ ├── 20.gif │ ├── 21.gif │ ├── 22.gif │ ├── 23.gif │ ├── 24.gif │ ├── 25.gif │ ├── 26.gif │ ├── 27.gif │ ├── 28.gif │ ├── 29.gif │ ├── 30.gif │ ├── 31.gif │ ├── 32.gif │ ├── 33.gif │ ├── 34.gif │ ├── 35.gif │ ├── 36.gif │ ├── 37.gif │ ├── 38.gif │ ├── 39.gif │ ├── 40.gif │ ├── 41.gif │ ├── 42.gif │ ├── 43.gif │ ├── 44.gif │ ├── 45.gif │ ├── 46.gif │ ├── 47.gif │ ├── 48.gif │ ├── 49.gif │ ├── 50.gif │ ├── 51.gif │ ├── 52.gif │ ├── 53.gif │ ├── 54.gif │ ├── 55.gif │ ├── 56.gif │ ├── 57.gif │ ├── 58.gif │ ├── 59.gif │ ├── 60.gif │ ├── 61.gif │ ├── 62.gif │ ├── 63.gif │ ├── 64.gif │ ├── 65.gif │ ├── 66.gif │ ├── 67.gif │ ├── 68.gif │ ├── 69.gif │ ├── 70.gif │ └── 71.gif ├── novel-wx-master ├── readme.md ├── .gitignore ├── package.json ├── static │ ├── logo.png │ ├── logo2.png │ └── tabbar │ │ ├── logo.png │ │ ├── ma.png │ │ ├── wode.png │ │ ├── fenlei.png │ │ ├── shujia.png │ │ ├── nsdciot.png │ │ ├── paihang.png │ │ ├── shucheng.png │ │ ├── l-tabbar-1.png │ │ ├── l-tabbar-2.png │ │ ├── l-tabbar-3.png │ │ └── l-tabbar-4.png └── components │ └── uni-ui │ └── uni-icons │ └── uni.ttf ├── novel-front └── src │ └── main │ ├── resources │ └── static │ │ ├── mobile │ │ ├── static │ │ │ ├── page │ │ │ │ └── book_detail.html │ │ │ ├── 4868.jpg │ │ │ ├── 5082.jpg │ │ │ └── logo.png │ │ ├── baidu_verify_ANtJi2eSPQ.html │ │ ├── baidu_verify_Ep8xaWQJAI.html │ │ ├── baidu_verify_L6sR9GjEtg.html │ │ ├── shenma-site-verification.txt │ │ ├── shenma-site-verification2.txt │ │ ├── mang.png │ │ ├── IMG_1470.JPG │ │ └── favicon.ico │ │ ├── wangEditor │ │ ├── example │ │ │ ├── README.md │ │ │ └── demo │ │ │ │ ├── in-vue │ │ │ │ ├── static │ │ │ │ │ └── .gitkeep │ │ │ │ └── config │ │ │ │ │ └── prod.env.js │ │ │ │ └── in-react │ │ │ │ └── src │ │ │ │ └── index.css │ │ ├── .eslintignore │ │ └── .npmignore │ │ ├── javascript │ │ └── authorinfo.js │ │ ├── images │ │ ├── 404.jpeg │ │ ├── logo.png │ │ ├── man.png │ │ ├── pay_wx.png │ │ ├── search.png │ │ ├── default.gif │ │ ├── icon_dt.png │ │ ├── icon_sj.png │ │ ├── icon_user.png │ │ ├── login_qq.png │ │ ├── pay_zfb.png │ │ ├── smlcover.png │ │ ├── author_head.png │ │ ├── icon_reply.png │ │ ├── login_weibo.png │ │ ├── logo_white.png │ │ ├── no_comment.png │ │ ├── pic_upload.png │ │ ├── icon_readpage.png │ │ └── login_weixin.png │ │ └── layui │ │ ├── font │ │ ├── iconfont.eot │ │ ├── iconfont.ttf │ │ └── iconfont.woff │ │ └── images │ │ └── face │ │ ├── 0.gif │ │ ├── 1.gif │ │ ├── 10.gif │ │ ├── 11.gif │ │ ├── 12.gif │ │ ├── 13.gif │ │ ├── 14.gif │ │ ├── 15.gif │ │ ├── 16.gif │ │ ├── 17.gif │ │ ├── 18.gif │ │ ├── 19.gif │ │ ├── 2.gif │ │ ├── 20.gif │ │ ├── 21.gif │ │ ├── 22.gif │ │ ├── 23.gif │ │ ├── 24.gif │ │ ├── 25.gif │ │ ├── 26.gif │ │ ├── 27.gif │ │ ├── 28.gif │ │ ├── 29.gif │ │ └── 3.gif │ └── build │ └── scripts │ └── readme.txt ├── assets ├── jk.png ├── 120060.jpg ├── 640x100.jpg ├── jk_ali.png ├── jk_wc.png ├── login.png ├── mini4.png ├── pc_all.png ├── pc_rank.png ├── 精品小说楼.png ├── IMG_1736.JPG ├── IMG_1737.JPG ├── baijiahao.jpg ├── crawl_pic.png ├── mh_index.png ├── mini-code.png ├── novel_pub.png ├── pc_detail.png ├── pc_index.png ├── qq_group.png ├── 小说精品屋功能清单.bak ├── chapter_pub.png ├── craw_config.png ├── crawl_config.png ├── crawl_index.png ├── index_config.png ├── mh_content.png ├── novel_list.png ├── oschina_tp.png ├── pc_catalog.png ├── pc_content1.png ├── pc_content2.png ├── score_config.png ├── springcloud.jpg ├── 小说精品屋功能清单.twdx ├── 精品小说楼_轻小说专区.png ├── 1573592459699.png ├── 1588548668698.gif ├── 1588548784395.gif ├── 1588548916980.gif ├── android_index.png ├── charset_config.png ├── manhua_content.png ├── pic_save_type.png ├── upload_config.png ├── 热门云产品1040.100.jpg ├── QQ20200520-215756.png ├── chapter_manager.png ├── database_config.png ├── 小说精品屋开源项目交流群群二维码.png ├── 小说精品屋开源项目交流群群聊二维码.png ├── QQ图片20191018161330.jpg ├── QQ图片20191018161901.png ├── QQ图片20191018162208.jpg ├── QQ图片20191108022250.png └── 微信图片_20190904181558.png ├── novel-admin └── src │ └── main │ ├── resources │ └── static │ │ ├── wangEditor │ │ ├── example │ │ │ ├── README.md │ │ │ └── demo │ │ │ │ ├── in-vue │ │ │ │ ├── static │ │ │ │ │ └── .gitkeep │ │ │ │ └── config │ │ │ │ │ └── prod.env.js │ │ │ │ └── in-react │ │ │ │ └── src │ │ │ │ └── index.css │ │ ├── .eslintignore │ │ └── .npmignore │ │ ├── layuimini │ │ ├── api │ │ │ └── clear.json │ │ └── images │ │ │ ├── bg.jpg │ │ │ ├── home.png │ │ │ └── logo.png │ │ ├── img │ │ ├── a1.jpg │ │ ├── a2.jpg │ │ ├── a3.jpg │ │ ├── a4.jpg │ │ ├── a5.jpg │ │ ├── a6.jpg │ │ ├── a7.jpg │ │ ├── a8.jpg │ │ ├── a9.jpg │ │ ├── bg.png │ │ ├── p1.jpg │ │ ├── p2.jpg │ │ ├── p3.jpg │ │ ├── user.png │ │ ├── backg01.jpg │ │ ├── backg02.jpg │ │ ├── browser.png │ │ ├── browser.psd │ │ ├── court.jpg │ │ ├── icons.png │ │ ├── index.jpg │ │ ├── index_4.jpg │ │ ├── loading.gif │ │ ├── locked.png │ │ ├── p_big1.jpg │ │ ├── p_big2.jpg │ │ ├── p_big3.jpg │ │ ├── photo_s.jpg │ │ ├── post-bg.jpg │ │ ├── profile.jpg │ │ ├── qr_code.png │ │ ├── success.png │ │ ├── progress.png │ │ ├── profile_big.jpg │ │ ├── webuploader.png │ │ ├── wenku_logo.png │ │ ├── iconfont-logo.png │ │ ├── loading-upload.gif │ │ ├── profile_small.jpg │ │ ├── background-login.jpg │ │ ├── background_login.jpg │ │ ├── login-background.jpg │ │ └── sprite-skin-flat.png │ │ ├── favicon.ico │ │ └── fonts │ │ ├── FontAwesome.otf │ │ └── icomoon │ │ ├── icomoon.eot │ │ └── icomoon.ttf │ ├── java │ └── com │ │ └── nsdciot │ │ └── common │ │ └── utils │ │ ├── Base64Utils.java │ │ └── UploadUtils.java │ └── build │ └── scripts │ └── readme.txt ├── .gitignore ├── novel-crawl └── src │ └── main │ ├── resources │ ├── application-dev.yml │ ├── application-prod.yml │ ├── application-test.yml │ └── static │ │ └── layui │ │ ├── font │ │ ├── iconfont.eot │ │ ├── iconfont.ttf │ │ └── iconfont.woff │ │ └── images │ │ └── face │ │ ├── 0.gif │ │ ├── 1.gif │ │ ├── 10.gif │ │ ├── 11.gif │ │ ├── 12.gif │ │ ├── 13.gif │ │ ├── 14.gif │ │ ├── 15.gif │ │ ├── 16.gif │ │ ├── 17.gif │ │ ├── 18.gif │ │ ├── 19.gif │ │ ├── 2.gif │ │ ├── 20.gif │ │ ├── 21.gif │ │ ├── 22.gif │ │ ├── 23.gif │ │ ├── 24.gif │ │ ├── 25.gif │ │ ├── 26.gif │ │ ├── 27.gif │ │ ├── 28.gif │ │ ├── 29.gif │ │ ├── 3.gif │ │ ├── 30.gif │ │ ├── 31.gif │ │ ├── 32.gif │ │ ├── 33.gif │ │ ├── 34.gif │ │ ├── 35.gif │ │ ├── 36.gif │ │ ├── 37.gif │ │ ├── 38.gif │ │ ├── 39.gif │ │ ├── 4.gif │ │ ├── 40.gif │ │ ├── 41.gif │ │ ├── 42.gif │ │ ├── 43.gif │ │ ├── 44.gif │ │ ├── 45.gif │ │ ├── 46.gif │ │ ├── 47.gif │ │ ├── 48.gif │ │ ├── 49.gif │ │ ├── 5.gif │ │ ├── 50.gif │ │ ├── 51.gif │ │ ├── 52.gif │ │ ├── 53.gif │ │ ├── 54.gif │ │ ├── 55.gif │ │ ├── 56.gif │ │ ├── 57.gif │ │ ├── 58.gif │ │ ├── 59.gif │ │ ├── 6.gif │ │ ├── 60.gif │ │ ├── 61.gif │ │ ├── 62.gif │ │ ├── 63.gif │ │ ├── 64.gif │ │ ├── 65.gif │ │ ├── 66.gif │ │ ├── 67.gif │ │ ├── 68.gif │ │ ├── 69.gif │ │ ├── 7.gif │ │ ├── 70.gif │ │ ├── 71.gif │ │ ├── 8.gif │ │ └── 9.gif │ └── build │ └── scripts │ └── readme.txt ├── doc └── sql │ ├── 20201122.sql │ ├── 20210726.sql │ ├── 20201109.sql │ ├── sql文件说明.txt │ └── 20210913.sql └── novel-common └── src └── main └── resources └── messages.properties /templates/dark/static/static/page/book_detail.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /novel-wx-master/readme.md: -------------------------------------------------------------------------------- 1 | 一个小说阅读器,基于uni-app开发,多端兼容 2 | -------------------------------------------------------------------------------- /templates/dark/static/mobile/static/page/book_detail.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/orange/static/mobile/static/page/book_detail.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/mobile/static/page/book_detail.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/orange/static/mobile/baidu_verify_ANtJi2eSPQ.html: -------------------------------------------------------------------------------- 1 | ANtJi2eSPQ -------------------------------------------------------------------------------- /templates/orange/static/mobile/baidu_verify_Ep8xaWQJAI.html: -------------------------------------------------------------------------------- 1 | Ep8xaWQJAI -------------------------------------------------------------------------------- /templates/orange/static/mobile/baidu_verify_L6sR9GjEtg.html: -------------------------------------------------------------------------------- 1 | L6sR9GjEtg -------------------------------------------------------------------------------- /templates/orange/static/wangEditor/example/README.md: -------------------------------------------------------------------------------- 1 | wangEditor demo 2 | -------------------------------------------------------------------------------- /templates/orange/static/wangEditor/example/demo/in-vue/static/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/jk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/jk.png -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/mobile/baidu_verify_ANtJi2eSPQ.html: -------------------------------------------------------------------------------- 1 | ANtJi2eSPQ -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/mobile/baidu_verify_Ep8xaWQJAI.html: -------------------------------------------------------------------------------- 1 | Ep8xaWQJAI -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/mobile/baidu_verify_L6sR9GjEtg.html: -------------------------------------------------------------------------------- 1 | L6sR9GjEtg -------------------------------------------------------------------------------- /novel-wx-master/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | .project 3 | unpackage/ 4 | .DS_Store -------------------------------------------------------------------------------- /assets/120060.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/120060.jpg -------------------------------------------------------------------------------- /assets/640x100.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/640x100.jpg -------------------------------------------------------------------------------- /assets/jk_ali.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/jk_ali.png -------------------------------------------------------------------------------- /assets/jk_wc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/jk_wc.png -------------------------------------------------------------------------------- /assets/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/login.png -------------------------------------------------------------------------------- /assets/mini4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/mini4.png -------------------------------------------------------------------------------- /assets/pc_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/pc_all.png -------------------------------------------------------------------------------- /assets/pc_rank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/pc_rank.png -------------------------------------------------------------------------------- /assets/精品小说楼.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/精品小说楼.png -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/wangEditor/example/README.md: -------------------------------------------------------------------------------- 1 | wangEditor demo 2 | -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/wangEditor/example/demo/in-vue/static/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/wangEditor/example/README.md: -------------------------------------------------------------------------------- 1 | wangEditor demo 2 | -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/wangEditor/example/demo/in-vue/static/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/IMG_1736.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/IMG_1736.JPG -------------------------------------------------------------------------------- /assets/IMG_1737.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/IMG_1737.JPG -------------------------------------------------------------------------------- /assets/baijiahao.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/baijiahao.jpg -------------------------------------------------------------------------------- /assets/crawl_pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/crawl_pic.png -------------------------------------------------------------------------------- /assets/mh_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/mh_index.png -------------------------------------------------------------------------------- /assets/mini-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/mini-code.png -------------------------------------------------------------------------------- /assets/novel_pub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/novel_pub.png -------------------------------------------------------------------------------- /assets/pc_detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/pc_detail.png -------------------------------------------------------------------------------- /assets/pc_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/pc_index.png -------------------------------------------------------------------------------- /assets/qq_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/qq_group.png -------------------------------------------------------------------------------- /assets/小说精品屋功能清单.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/小说精品屋功能清单.bak -------------------------------------------------------------------------------- /assets/chapter_pub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/chapter_pub.png -------------------------------------------------------------------------------- /assets/craw_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/craw_config.png -------------------------------------------------------------------------------- /assets/crawl_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/crawl_config.png -------------------------------------------------------------------------------- /assets/crawl_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/crawl_index.png -------------------------------------------------------------------------------- /assets/index_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/index_config.png -------------------------------------------------------------------------------- /assets/mh_content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/mh_content.png -------------------------------------------------------------------------------- /assets/novel_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/novel_list.png -------------------------------------------------------------------------------- /assets/oschina_tp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/oschina_tp.png -------------------------------------------------------------------------------- /assets/pc_catalog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/pc_catalog.png -------------------------------------------------------------------------------- /assets/pc_content1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/pc_content1.png -------------------------------------------------------------------------------- /assets/pc_content2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/pc_content2.png -------------------------------------------------------------------------------- /assets/score_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/score_config.png -------------------------------------------------------------------------------- /assets/springcloud.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/springcloud.jpg -------------------------------------------------------------------------------- /assets/小说精品屋功能清单.twdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/小说精品屋功能清单.twdx -------------------------------------------------------------------------------- /assets/精品小说楼_轻小说专区.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/精品小说楼_轻小说专区.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | **/logs 2 | **/.idea 3 | **/cachedata 4 | **/target 5 | **/*.iml 6 | **/.DS_Store 7 | 8 | -------------------------------------------------------------------------------- /assets/1573592459699.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/1573592459699.png -------------------------------------------------------------------------------- /assets/1588548668698.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/1588548668698.gif -------------------------------------------------------------------------------- /assets/1588548784395.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/1588548784395.gif -------------------------------------------------------------------------------- /assets/1588548916980.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/1588548916980.gif -------------------------------------------------------------------------------- /assets/android_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/android_index.png -------------------------------------------------------------------------------- /assets/charset_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/charset_config.png -------------------------------------------------------------------------------- /assets/manhua_content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/manhua_content.png -------------------------------------------------------------------------------- /assets/pic_save_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/pic_save_type.png -------------------------------------------------------------------------------- /assets/upload_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/upload_config.png -------------------------------------------------------------------------------- /assets/热门云产品1040.100.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/热门云产品1040.100.jpg -------------------------------------------------------------------------------- /novel-wx-master/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | "uview-ui": "^2.0.31" 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /templates/orange/static/javascript/authorinfo.js: -------------------------------------------------------------------------------- 1 | var authorInfoV3={"LogoImg":null,"Notes":null,"UId":0} -------------------------------------------------------------------------------- /templates/orange/static/wangEditor/.eslintignore: -------------------------------------------------------------------------------- 1 | src/js/util/ierange.js 2 | src/js/util/poly-fill.js -------------------------------------------------------------------------------- /assets/QQ20200520-215756.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/QQ20200520-215756.png -------------------------------------------------------------------------------- /assets/chapter_manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/chapter_manager.png -------------------------------------------------------------------------------- /assets/database_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/database_config.png -------------------------------------------------------------------------------- /assets/小说精品屋开源项目交流群群二维码.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/小说精品屋开源项目交流群群二维码.png -------------------------------------------------------------------------------- /assets/小说精品屋开源项目交流群群聊二维码.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/小说精品屋开源项目交流群群聊二维码.png -------------------------------------------------------------------------------- /assets/QQ图片20191018161330.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/QQ图片20191018161330.jpg -------------------------------------------------------------------------------- /assets/QQ图片20191018161901.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/QQ图片20191018161901.png -------------------------------------------------------------------------------- /assets/QQ图片20191018162208.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/QQ图片20191018162208.jpg -------------------------------------------------------------------------------- /assets/QQ图片20191108022250.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/QQ图片20191108022250.png -------------------------------------------------------------------------------- /assets/微信图片_20190904181558.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/assets/微信图片_20190904181558.png -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/layuimini/api/clear.json: -------------------------------------------------------------------------------- 1 | { 2 | "code": 1, 3 | "msg": "服务端清理缓存成功" 4 | } -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/wangEditor/.eslintignore: -------------------------------------------------------------------------------- 1 | src/js/util/ierange.js 2 | src/js/util/poly-fill.js -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/application-dev.yml: -------------------------------------------------------------------------------- 1 | spring: 2 | profiles: 3 | include: [common-dev] -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/application-prod.yml: -------------------------------------------------------------------------------- 1 | spring: 2 | profiles: 3 | include: [common-prod] -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/application-test.yml: -------------------------------------------------------------------------------- 1 | spring: 2 | profiles: 3 | include: [common-test] -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/wangEditor/.eslintignore: -------------------------------------------------------------------------------- 1 | src/js/util/ierange.js 2 | src/js/util/poly-fill.js -------------------------------------------------------------------------------- /templates/dark/static/mang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mang.png -------------------------------------------------------------------------------- /templates/orange/static/wangEditor/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules/* 2 | npm-debug.log 3 | docs/* 4 | src/* 5 | example/* -------------------------------------------------------------------------------- /doc/sql/20201122.sql: -------------------------------------------------------------------------------- 1 | alter table book_index add column `book_price` int(3) DEFAULT 0 COMMENT '章节费用(屋币)' after `is_vip`; -------------------------------------------------------------------------------- /doc/sql/20210726.sql: -------------------------------------------------------------------------------- 1 | alter table news add column `read_count` BIGINT NOT NULL DEFAULT '0' COMMENT '阅读量' after content; -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/javascript/authorinfo.js: -------------------------------------------------------------------------------- 1 | var authorInfoV3={"LogoImg":null,"Notes":null,"UId":0} -------------------------------------------------------------------------------- /novel-wx-master/static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-wx-master/static/logo.png -------------------------------------------------------------------------------- /novel-wx-master/static/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-wx-master/static/logo2.png -------------------------------------------------------------------------------- /templates/dark/static/HotBook.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/HotBook.apk -------------------------------------------------------------------------------- /templates/dark/static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/favicon.ico -------------------------------------------------------------------------------- /templates/dark/static/IMG_1470.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/IMG_1470.JPG -------------------------------------------------------------------------------- /doc/sql/20201109.sql: -------------------------------------------------------------------------------- 1 | alter table book add column `yesterday_buy` int(11) DEFAULT '0' COMMENT '昨日订阅数' after comment_count; 2 | -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/wangEditor/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules/* 2 | npm-debug.log 3 | docs/* 4 | src/* 5 | example/* -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/wangEditor/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules/* 2 | npm-debug.log 3 | docs/* 4 | src/* 5 | example/* -------------------------------------------------------------------------------- /novel-wx-master/static/tabbar/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-wx-master/static/tabbar/logo.png -------------------------------------------------------------------------------- /novel-wx-master/static/tabbar/ma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-wx-master/static/tabbar/ma.png -------------------------------------------------------------------------------- /novel-wx-master/static/tabbar/wode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-wx-master/static/tabbar/wode.png -------------------------------------------------------------------------------- /templates/blue/static/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/images/logo.png -------------------------------------------------------------------------------- /templates/dark/static/mobile/mang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/mang.png -------------------------------------------------------------------------------- /templates/dark/static/static/23446.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/static/23446.jpg -------------------------------------------------------------------------------- /templates/dark/static/static/4868.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/static/4868.jpg -------------------------------------------------------------------------------- /templates/dark/static/static/5082.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/static/5082.jpg -------------------------------------------------------------------------------- /templates/dark/static/static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/static/logo.png -------------------------------------------------------------------------------- /templates/orange/static/images/man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/man.png -------------------------------------------------------------------------------- /templates/orange/static/mobile/shenma-site-verification.txt: -------------------------------------------------------------------------------- 1 | shenma-site-verification:5548d4bd962d5cdd4cf6aeba92b991a8_1565952381 -------------------------------------------------------------------------------- /templates/orange/static/mobile/shenma-site-verification2.txt: -------------------------------------------------------------------------------- 1 | shenma-site-verification:e93eadfe16868eab152e1c0d5520905c_1566024934 -------------------------------------------------------------------------------- /novel-wx-master/static/tabbar/fenlei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-wx-master/static/tabbar/fenlei.png -------------------------------------------------------------------------------- /novel-wx-master/static/tabbar/shujia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-wx-master/static/tabbar/shujia.png -------------------------------------------------------------------------------- /templates/blue/static/images/default.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/images/default.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/HotBook.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/HotBook.apk -------------------------------------------------------------------------------- /templates/dark/static/mobile/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/favicon.ico -------------------------------------------------------------------------------- /templates/orange/static/images/404.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/404.jpeg -------------------------------------------------------------------------------- /templates/orange/static/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/logo.png -------------------------------------------------------------------------------- /templates/orange/static/mobile/mang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/mang.png -------------------------------------------------------------------------------- /templates/orange/static/wangEditor/example/demo/in-vue/config/prod.env.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | NODE_ENV: '"production"' 3 | } 4 | -------------------------------------------------------------------------------- /doc/sql/sql文件说明.txt: -------------------------------------------------------------------------------- 1 | novel_plus.sql为全量sql文件,yyyyMMdd.sql为增量sql文件。 2 | 新用户只需要执行novel_plus.sql文件即可。 3 | 老用户更新代码后,根据上次代码的更新时间,执行该日期之后的增量sql文件。 -------------------------------------------------------------------------------- /novel-wx-master/static/tabbar/nsdciot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-wx-master/static/tabbar/nsdciot.png -------------------------------------------------------------------------------- /novel-wx-master/static/tabbar/paihang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-wx-master/static/tabbar/paihang.png -------------------------------------------------------------------------------- /novel-wx-master/static/tabbar/shucheng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-wx-master/static/tabbar/shucheng.png -------------------------------------------------------------------------------- /templates/dark/static/mobile/IMG_1470.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/IMG_1470.JPG -------------------------------------------------------------------------------- /templates/orange/static/images/default.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/default.gif -------------------------------------------------------------------------------- /templates/orange/static/images/icon_dt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/icon_dt.png -------------------------------------------------------------------------------- /templates/orange/static/images/icon_sj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/icon_sj.png -------------------------------------------------------------------------------- /templates/orange/static/images/login_qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/login_qq.png -------------------------------------------------------------------------------- /templates/orange/static/images/pay_wx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/pay_wx.png -------------------------------------------------------------------------------- /templates/orange/static/images/pay_zfb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/pay_zfb.png -------------------------------------------------------------------------------- /templates/orange/static/images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/search.png -------------------------------------------------------------------------------- /templates/orange/static/images/smlcover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/smlcover.png -------------------------------------------------------------------------------- /templates/orange/static/mobile/IMG_1470.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/IMG_1470.JPG -------------------------------------------------------------------------------- /templates/orange/static/mobile/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/favicon.ico -------------------------------------------------------------------------------- /novel-common/src/main/resources/messages.properties: -------------------------------------------------------------------------------- 1 | #网站配置 2 | #网站名 3 | website.name=南创小说 4 | #PC站网站域名 5 | website.domain=www.java2nb.com 6 | -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/mobile/shenma-site-verification.txt: -------------------------------------------------------------------------------- 1 | shenma-site-verification:5548d4bd962d5cdd4cf6aeba92b991a8_1565952381 -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/mobile/shenma-site-verification2.txt: -------------------------------------------------------------------------------- 1 | shenma-site-verification:e93eadfe16868eab152e1c0d5520905c_1566024934 -------------------------------------------------------------------------------- /novel-wx-master/static/tabbar/l-tabbar-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-wx-master/static/tabbar/l-tabbar-1.png -------------------------------------------------------------------------------- /novel-wx-master/static/tabbar/l-tabbar-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-wx-master/static/tabbar/l-tabbar-2.png -------------------------------------------------------------------------------- /novel-wx-master/static/tabbar/l-tabbar-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-wx-master/static/tabbar/l-tabbar-3.png -------------------------------------------------------------------------------- /novel-wx-master/static/tabbar/l-tabbar-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-wx-master/static/tabbar/l-tabbar-4.png -------------------------------------------------------------------------------- /templates/blue/static/images/icon-mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/images/icon-mobile.png -------------------------------------------------------------------------------- /templates/blue/static/images/icon-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/images/icon-search.png -------------------------------------------------------------------------------- /templates/blue/static/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/font/iconfont.eot -------------------------------------------------------------------------------- /templates/blue/static/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/0.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/1.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/2.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/3.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/4.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/5.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/6.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/7.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/8.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/9.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/font/iconfont.eot -------------------------------------------------------------------------------- /templates/dark/static/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/0.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/1.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/2.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/3.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/4.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/5.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/6.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/7.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/8.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/9.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/static/23446.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/static/23446.jpg -------------------------------------------------------------------------------- /templates/dark/static/mobile/static/4868.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/static/4868.jpg -------------------------------------------------------------------------------- /templates/dark/static/mobile/static/5082.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/static/5082.jpg -------------------------------------------------------------------------------- /templates/dark/static/mobile/static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/static/logo.png -------------------------------------------------------------------------------- /templates/dark/static/static/icon-backtop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/static/icon-backtop.gif -------------------------------------------------------------------------------- /templates/dark/static/static/sl_104147940.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/static/sl_104147940.jpg -------------------------------------------------------------------------------- /templates/dark/static/static/sl_104148030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/static/sl_104148030.jpg -------------------------------------------------------------------------------- /templates/dark/static/static/sl_104148150.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/static/sl_104148150.jpg -------------------------------------------------------------------------------- /templates/dark/static/static/sl_104152260.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/static/sl_104152260.jpg -------------------------------------------------------------------------------- /templates/dark/static/static/sl_104153130.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/static/sl_104153130.jpg -------------------------------------------------------------------------------- /templates/dark/static/static/sl_104155330.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/static/sl_104155330.jpg -------------------------------------------------------------------------------- /templates/dark/static/static/sl_104155520.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/static/sl_104155520.JPG -------------------------------------------------------------------------------- /templates/dark/static/static/sl_104156600.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/static/sl_104156600.JPG -------------------------------------------------------------------------------- /templates/dark/static/static/sl_104157470.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/static/sl_104157470.jpg -------------------------------------------------------------------------------- /templates/dark/static/static/sl_104157670.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/static/sl_104157670.jpg -------------------------------------------------------------------------------- /templates/dark/static/static/sl_104158410.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/static/sl_104158410.jpg -------------------------------------------------------------------------------- /templates/orange/static/images/icon_reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/icon_reply.png -------------------------------------------------------------------------------- /templates/orange/static/images/icon_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/icon_user.png -------------------------------------------------------------------------------- /templates/orange/static/images/logo_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/logo_white.png -------------------------------------------------------------------------------- /templates/orange/static/images/no_comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/no_comment.png -------------------------------------------------------------------------------- /templates/orange/static/images/pic_upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/pic_upload.png -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/a1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/a1.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/a2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/a2.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/a3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/a3.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/a4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/a4.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/a5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/a5.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/a6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/a6.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/a7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/a7.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/a8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/a8.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/a9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/a9.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/bg.png -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/p1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/p1.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/p2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/p2.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/p3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/p3.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/wangEditor/example/demo/in-vue/config/prod.env.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | NODE_ENV: '"production"' 3 | } 4 | -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/wangEditor/example/demo/in-vue/config/prod.env.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | NODE_ENV: '"production"' 3 | } 4 | -------------------------------------------------------------------------------- /templates/blue/static/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/font/iconfont.woff -------------------------------------------------------------------------------- /templates/blue/static/layui/font/iconfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/font/iconfont.woff2 -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/10.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/11.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/12.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/13.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/14.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/15.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/16.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/17.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/18.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/19.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/20.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/21.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/22.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/23.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/24.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/25.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/26.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/27.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/28.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/29.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/30.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/31.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/32.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/33.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/34.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/35.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/36.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/37.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/38.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/39.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/40.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/41.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/42.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/43.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/44.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/45.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/46.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/47.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/48.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/49.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/50.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/51.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/52.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/53.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/54.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/55.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/56.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/57.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/58.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/59.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/60.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/61.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/62.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/63.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/64.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/65.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/66.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/67.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/68.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/69.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/70.gif -------------------------------------------------------------------------------- /templates/blue/static/layui/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/blue/static/layui/images/face/71.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/font/iconfont.woff -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/10.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/11.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/12.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/13.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/14.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/15.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/16.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/17.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/18.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/19.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/20.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/21.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/22.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/23.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/24.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/25.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/26.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/27.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/28.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/29.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/30.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/31.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/32.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/33.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/34.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/35.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/36.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/37.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/38.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/39.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/40.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/41.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/42.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/43.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/44.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/45.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/46.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/47.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/48.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/49.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/50.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/51.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/52.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/53.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/54.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/55.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/56.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/57.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/58.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/59.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/60.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/61.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/62.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/63.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/64.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/65.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/66.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/67.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/68.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/69.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/70.gif -------------------------------------------------------------------------------- /templates/dark/static/layui/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/images/face/71.gif -------------------------------------------------------------------------------- /templates/orange/static/images/author_head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/author_head.png -------------------------------------------------------------------------------- /templates/orange/static/images/icon_readpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/icon_readpage.png -------------------------------------------------------------------------------- /templates/orange/static/images/login_weibo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/login_weibo.png -------------------------------------------------------------------------------- /templates/orange/static/images/login_weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/images/login_weixin.png -------------------------------------------------------------------------------- /templates/orange/static/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/font/iconfont.eot -------------------------------------------------------------------------------- /templates/orange/static/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /templates/orange/static/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/font/iconfont.woff -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/0.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/1.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/10.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/11.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/12.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/13.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/14.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/15.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/16.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/17.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/18.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/19.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/2.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/20.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/21.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/22.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/23.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/24.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/25.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/26.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/27.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/28.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/29.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/3.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/30.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/31.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/32.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/33.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/34.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/35.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/36.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/37.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/38.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/39.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/4.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/40.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/41.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/42.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/43.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/44.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/45.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/46.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/47.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/48.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/49.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/5.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/50.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/51.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/52.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/53.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/54.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/55.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/56.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/57.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/58.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/59.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/6.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/60.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/61.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/62.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/63.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/64.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/65.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/66.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/67.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/68.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/69.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/7.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/70.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/71.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/8.gif -------------------------------------------------------------------------------- /templates/orange/static/layui/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/images/face/9.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/fiction_house.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/fiction_house.apk -------------------------------------------------------------------------------- /templates/orange/static/mobile/static/23446.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/static/23446.jpg -------------------------------------------------------------------------------- /templates/orange/static/mobile/static/4868.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/static/4868.jpg -------------------------------------------------------------------------------- /templates/orange/static/mobile/static/5082.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/static/5082.jpg -------------------------------------------------------------------------------- /templates/orange/static/mobile/static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/static/logo.png -------------------------------------------------------------------------------- /doc/sql/20210913.sql: -------------------------------------------------------------------------------- 1 | alter table book_index add column storage_type varchar(10) NOT NULL DEFAULT 'db' COMMENT '存储方式' after book_price ; 2 | 3 | 4 | -------------------------------------------------------------------------------- /novel-admin/src/main/java/com/nsdciot/common/utils/Base64Utils.java: -------------------------------------------------------------------------------- 1 | package com.nsdciot.common.utils; 2 | 3 | public class Base64Utils { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /novel-admin/src/main/java/com/nsdciot/common/utils/UploadUtils.java: -------------------------------------------------------------------------------- 1 | package com.nsdciot.common.utils; 2 | 3 | public class UploadUtils { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/favicon.ico -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/user.png -------------------------------------------------------------------------------- /templates/orange/static/wangEditor/example/demo/in-react/src/index.css: -------------------------------------------------------------------------------- 1 | body { 2 | margin: 0; 3 | padding: 0; 4 | font-family: sans-serif; 5 | } 6 | -------------------------------------------------------------------------------- /templates/orange/static/wangEditor/example/pay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/wangEditor/example/pay.png -------------------------------------------------------------------------------- /novel-admin/src/main/build/scripts/readme.txt: -------------------------------------------------------------------------------- 1 | 1:linux启动环境 2 | sh start.sh 3 | 4 | 3:windows启动环境 5 | windows-start.bat 6 | 7 | 3:linux停止应用 8 | sh stop.sh 9 | -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/backg01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/backg01.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/backg02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/backg02.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/browser.png -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/browser.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/browser.psd -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/court.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/court.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/icons.png -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/index.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/index.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/index_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/index_4.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/loading.gif -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/locked.png -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/p_big1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/p_big1.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/p_big2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/p_big2.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/p_big3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/p_big3.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/photo_s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/photo_s.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/post-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/post-bg.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/profile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/profile.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/qr_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/qr_code.png -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/success.png -------------------------------------------------------------------------------- /novel-crawl/src/main/build/scripts/readme.txt: -------------------------------------------------------------------------------- 1 | 1:linux启动环境 2 | sh start.sh 3 | 4 | 3:windows启动环境 5 | windows-start.bat 6 | 7 | 3:linux停止应用 8 | sh stop.sh 9 | -------------------------------------------------------------------------------- /novel-front/src/main/build/scripts/readme.txt: -------------------------------------------------------------------------------- 1 | 1:linux启动环境 2 | sh start.sh 3 | 4 | 3:windows启动环境 5 | windows-start.bat 6 | 7 | 3:linux停止应用 8 | sh stop.sh 9 | -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/404.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/404.jpeg -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/logo.png -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/man.png -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/mobile/mang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/mobile/mang.png -------------------------------------------------------------------------------- /novel-wx-master/components/uni-ui/uni-icons/uni.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-wx-master/components/uni-ui/uni-icons/uni.ttf -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/font/iconfont.eot -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/font/iconfont.woff -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/0.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/1.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/10.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/11.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/12.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/13.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/14.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/15.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/16.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/17.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/18.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/19.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/2.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/20.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/21.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/22.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/23.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/24.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/25.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/26.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/27.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/28.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/29.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/3.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/30.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/31.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/32.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/33.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/34.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/35.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/36.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/37.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/38.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/39.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/4.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/40.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/41.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/42.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/43.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/44.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/45.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/46.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/47.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/48.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/49.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/5.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/50.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/51.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/52.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/53.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/54.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/55.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/56.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/57.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/58.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/59.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/6.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/60.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/61.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/62.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/63.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/64.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/65.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/66.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/67.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/68.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/69.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/7.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/70.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/71.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/8.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/layui/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/layui/images/face/9.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/static/icon-backtop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/static/icon-backtop.gif -------------------------------------------------------------------------------- /templates/dark/static/mobile/static/sl_104147940.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/static/sl_104147940.jpg -------------------------------------------------------------------------------- /templates/dark/static/mobile/static/sl_104148030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/static/sl_104148030.jpg -------------------------------------------------------------------------------- /templates/dark/static/mobile/static/sl_104148150.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/static/sl_104148150.jpg -------------------------------------------------------------------------------- /templates/dark/static/mobile/static/sl_104152260.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/static/sl_104152260.jpg -------------------------------------------------------------------------------- /templates/dark/static/mobile/static/sl_104153130.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/static/sl_104153130.jpg -------------------------------------------------------------------------------- /templates/dark/static/mobile/static/sl_104155330.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/static/sl_104155330.jpg -------------------------------------------------------------------------------- /templates/dark/static/mobile/static/sl_104155520.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/static/sl_104155520.JPG -------------------------------------------------------------------------------- /templates/dark/static/mobile/static/sl_104156600.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/static/sl_104156600.JPG -------------------------------------------------------------------------------- /templates/dark/static/mobile/static/sl_104157470.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/static/sl_104157470.jpg -------------------------------------------------------------------------------- /templates/dark/static/mobile/static/sl_104157670.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/static/sl_104157670.jpg -------------------------------------------------------------------------------- /templates/dark/static/mobile/static/sl_104158410.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/mobile/static/sl_104158410.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/progress.png -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/pay_wx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/pay_wx.png -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/search.png -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/font/iconfont.eot -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/font/iconfont.woff -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/0.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/1.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/10.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/11.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/12.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/13.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/14.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/15.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/16.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/17.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/18.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/19.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/2.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/20.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/21.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/22.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/23.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/24.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/25.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/26.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/27.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/28.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/29.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/3.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/30.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/31.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/32.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/33.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/34.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/35.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/36.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/37.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/38.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/39.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/4.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/40.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/41.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/42.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/43.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/44.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/45.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/46.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/47.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/48.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/49.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/5.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/50.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/51.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/52.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/53.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/54.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/55.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/56.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/57.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/58.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/59.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/6.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/60.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/61.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/62.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/63.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/64.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/65.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/66.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/67.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/68.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/69.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/7.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/70.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/71.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/8.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/layui/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/layui/images/face/9.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/static/icon-backtop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/static/icon-backtop.gif -------------------------------------------------------------------------------- /templates/orange/static/mobile/static/sl_104147940.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/static/sl_104147940.jpg -------------------------------------------------------------------------------- /templates/orange/static/mobile/static/sl_104148030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/static/sl_104148030.jpg -------------------------------------------------------------------------------- /templates/orange/static/mobile/static/sl_104148150.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/static/sl_104148150.jpg -------------------------------------------------------------------------------- /templates/orange/static/mobile/static/sl_104152260.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/static/sl_104152260.jpg -------------------------------------------------------------------------------- /templates/orange/static/mobile/static/sl_104153130.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/static/sl_104153130.jpg -------------------------------------------------------------------------------- /templates/orange/static/mobile/static/sl_104155330.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/static/sl_104155330.jpg -------------------------------------------------------------------------------- /templates/orange/static/mobile/static/sl_104155520.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/static/sl_104155520.JPG -------------------------------------------------------------------------------- /templates/orange/static/mobile/static/sl_104156600.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/static/sl_104156600.JPG -------------------------------------------------------------------------------- /templates/orange/static/mobile/static/sl_104157470.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/static/sl_104157470.jpg -------------------------------------------------------------------------------- /templates/orange/static/mobile/static/sl_104157670.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/static/sl_104157670.jpg -------------------------------------------------------------------------------- /templates/orange/static/mobile/static/sl_104158410.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/mobile/static/sl_104158410.jpg -------------------------------------------------------------------------------- /templates/orange/static/wangEditor/example/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/wangEditor/example/favicon.ico -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/profile_big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/profile_big.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/webuploader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/webuploader.png -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/wenku_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/wenku_logo.png -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/wangEditor/example/demo/in-react/src/index.css: -------------------------------------------------------------------------------- 1 | body { 2 | margin: 0; 3 | padding: 0; 4 | font-family: sans-serif; 5 | } 6 | -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/default.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/default.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/icon_dt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/icon_dt.png -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/icon_sj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/icon_sj.png -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/icon_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/icon_user.png -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/login_qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/login_qq.png -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/pay_zfb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/pay_zfb.png -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/smlcover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/smlcover.png -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/mobile/IMG_1470.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/mobile/IMG_1470.JPG -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/mobile/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/mobile/favicon.ico -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/wangEditor/example/demo/in-react/src/index.css: -------------------------------------------------------------------------------- 1 | body { 2 | margin: 0; 3 | padding: 0; 4 | font-family: sans-serif; 5 | } 6 | -------------------------------------------------------------------------------- /templates/dark/static/layui/css/modules/layim/skin/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/css/modules/layim/skin/1.jpg -------------------------------------------------------------------------------- /templates/dark/static/layui/css/modules/layim/skin/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/css/modules/layim/skin/2.jpg -------------------------------------------------------------------------------- /templates/dark/static/layui/css/modules/layim/skin/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/css/modules/layim/skin/3.jpg -------------------------------------------------------------------------------- /templates/dark/static/layui/css/modules/layim/skin/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/css/modules/layim/skin/4.jpg -------------------------------------------------------------------------------- /templates/dark/static/layui/css/modules/layim/skin/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/css/modules/layim/skin/5.jpg -------------------------------------------------------------------------------- /templates/orange/static/layui/css/modules/layim/skin/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/css/modules/layim/skin/1.jpg -------------------------------------------------------------------------------- /templates/orange/static/layui/css/modules/layim/skin/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/css/modules/layim/skin/2.jpg -------------------------------------------------------------------------------- /templates/orange/static/layui/css/modules/layim/skin/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/css/modules/layim/skin/3.jpg -------------------------------------------------------------------------------- /templates/orange/static/layui/css/modules/layim/skin/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/css/modules/layim/skin/4.jpg -------------------------------------------------------------------------------- /templates/orange/static/layui/css/modules/layim/skin/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/layui/css/modules/layim/skin/5.jpg -------------------------------------------------------------------------------- /templates/orange/static/wangEditor/docs/usage/README.md: -------------------------------------------------------------------------------- 1 | 同步[../../README.md](../../README.md)的内容 2 | 3 | 将所有文档跟新到 www.kancloud.cn/wangfupeng/wangeditor3/332599 中 4 | -------------------------------------------------------------------------------- /templates/orange/static/wangEditor/src/fonts/w-e-icon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/orange/static/wangEditor/src/fonts/w-e-icon.woff -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/iconfont-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/iconfont-logo.png -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/loading-upload.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/loading-upload.gif -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/profile_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/profile_small.jpg -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/author_head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/author_head.png -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/icon_reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/icon_reply.png -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/login_weibo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/login_weibo.png -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/logo_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/logo_white.png -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/no_comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/no_comment.png -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/pic_upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/pic_upload.png -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/mobile/static/4868.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/mobile/static/4868.jpg -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/mobile/static/5082.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/mobile/static/5082.jpg -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/mobile/static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/mobile/static/logo.png -------------------------------------------------------------------------------- /templates/dark/static/layui/css/modules/layim/skin/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/templates/dark/static/layui/css/modules/layim/skin/logo.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/fonts/icomoon/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/fonts/icomoon/icomoon.eot -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/fonts/icomoon/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/fonts/icomoon/icomoon.ttf -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/background-login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/background-login.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/background_login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/background_login.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/login-background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/login-background.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/img/sprite-skin-flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/img/sprite-skin-flat.png -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/layuimini/images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/layuimini/images/bg.jpg -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/layuimini/images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/layuimini/images/home.png -------------------------------------------------------------------------------- /novel-admin/src/main/resources/static/layuimini/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-admin/src/main/resources/static/layuimini/images/logo.png -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/font/iconfont.eot -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/font/iconfont.woff -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/0.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/1.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/10.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/11.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/12.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/13.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/14.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/15.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/16.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/17.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/18.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/19.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/2.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/20.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/21.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/22.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/23.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/24.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/25.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/26.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/27.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/28.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/29.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/3.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/30.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/31.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/32.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/33.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/34.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/35.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/36.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/37.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/38.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/39.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/4.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/40.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/41.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/42.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/43.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/44.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/45.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/46.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/47.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/48.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/49.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/5.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/50.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/51.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/52.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/53.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/54.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/55.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/56.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/57.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/58.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/59.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/6.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/60.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/61.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/62.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/63.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/64.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/65.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/66.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/67.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/68.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/69.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/7.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/70.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/71.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/8.gif -------------------------------------------------------------------------------- /novel-crawl/src/main/resources/static/layui/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-crawl/src/main/resources/static/layui/images/face/9.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/icon_readpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/icon_readpage.png -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/images/login_weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/images/login_weixin.png -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/font/iconfont.eot -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/font/iconfont.woff -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/0.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/1.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/10.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/11.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/12.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/13.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/14.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/15.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/16.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/17.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/18.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/19.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/2.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/20.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/21.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/22.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/23.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/24.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/25.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/26.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/27.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/28.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/29.gif -------------------------------------------------------------------------------- /novel-front/src/main/resources/static/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kafeihouye/NOVEL/HEAD/novel-front/src/main/resources/static/layui/images/face/3.gif --------------------------------------------------------------------------------