├── .gitignore ├── README.md ├── blog ├── Myform.py ├── __init__.py ├── admin.py ├── apps.py ├── migrations │ ├── 0001_initial.py │ └── __init__.py ├── models.py ├── templatetags │ ├── __init__.py │ └── mytags.py ├── tests.py ├── ultils │ ├── __init__.py │ └── validcode.py └── views.py ├── cnblog ├── __init__.py ├── settings.py ├── urls.py └── wsgi.py ├── manage.py ├── media ├── __init__.py ├── add_article_img │ ├── __init__.py │ └── pexels-photo-1002106.jpeg └── avatars │ ├── IMG_1428.JPG │ ├── IMG_1428_08baim2.JPG │ ├── IMG_1428_0EaFA2J.JPG │ ├── IMG_1428_0FxSyh1.JPG │ ├── IMG_1428_0GqDLoT.JPG │ ├── IMG_1428_0TeNHm4.JPG │ ├── IMG_1428_0UIIqHh.JPG │ ├── IMG_1428_0dR4mKN.JPG │ ├── IMG_1428_0n8j4I4.JPG │ ├── IMG_1428_0vTaB8j.JPG │ ├── IMG_1428_0y8kc8W.JPG │ ├── IMG_1428_1AmK52K.JPG │ ├── IMG_1428_1SIJCZt.JPG │ ├── IMG_1428_1vVaBvk.JPG │ ├── IMG_1428_1wNc7rC.JPG │ ├── IMG_1428_2CPfEhB.JPG │ ├── IMG_1428_2CxD7zZ.JPG │ ├── IMG_1428_2HEeorm.JPG │ ├── IMG_1428_2J812JK.JPG │ ├── IMG_1428_2ON9mkG.JPG │ ├── IMG_1428_2icmULq.JPG │ ├── IMG_1428_3EeytYh.JPG │ ├── IMG_1428_3VgCleM.JPG │ ├── IMG_1428_42ahgfw.JPG │ ├── IMG_1428_4F9q7GG.JPG │ ├── IMG_1428_4HrH6MF.JPG │ ├── IMG_1428_4LMV0kN.JPG │ ├── IMG_1428_4NrLXRL.JPG │ ├── IMG_1428_4XYGicn.JPG │ ├── IMG_1428_4dYNUhM.JPG │ ├── IMG_1428_4v8ttkf.JPG │ ├── IMG_1428_574E7YG.JPG │ ├── IMG_1428_5Wcacjm.JPG │ ├── IMG_1428_5o0gdqD.JPG │ ├── IMG_1428_5rXWWI4.JPG │ ├── IMG_1428_5ufEPfO.JPG │ ├── IMG_1428_66zoS92.JPG │ ├── IMG_1428_6ElHlCq.JPG │ ├── IMG_1428_6EwaGBZ.JPG │ ├── IMG_1428_6dEtRwc.JPG │ ├── IMG_1428_713rmOp.JPG │ ├── IMG_1428_72bowZf.JPG │ ├── IMG_1428_78bRUuY.JPG │ ├── IMG_1428_7EF3thP.JPG │ ├── IMG_1428_7XkUEkw.JPG │ ├── IMG_1428_7h6lLGt.JPG │ ├── IMG_1428_7my8Pfh.JPG │ ├── IMG_1428_88q4C5w.JPG │ ├── IMG_1428_8JX8IT7.JPG │ ├── IMG_1428_8j81rP2.JPG │ ├── IMG_1428_8qXuRxC.JPG │ ├── IMG_1428_8vxplQs.JPG │ ├── IMG_1428_8xdijqf.JPG │ ├── IMG_1428_8zBlP9F.JPG │ ├── IMG_1428_97C0LNj.JPG │ ├── IMG_1428_9dJqUFr.JPG │ ├── IMG_1428_9fIIAPH.JPG │ ├── IMG_1428_9fcB8C2.JPG │ ├── IMG_1428_9kj8J1y.JPG │ ├── IMG_1428_A1sXJEv.JPG │ ├── IMG_1428_A6IhAzZ.JPG │ ├── IMG_1428_AYcoyqX.JPG │ ├── IMG_1428_AoWQex1.JPG │ ├── IMG_1428_AsW0OMx.JPG │ ├── IMG_1428_AzCLxNJ.JPG │ ├── IMG_1428_B7GlzPO.JPG │ ├── IMG_1428_BQkiEuQ.JPG │ ├── IMG_1428_BiPzym0.JPG │ ├── IMG_1428_BxR7JeC.JPG │ ├── IMG_1428_C1eDApa.JPG │ ├── IMG_1428_CN1VpZL.JPG │ ├── IMG_1428_CyOcFoM.JPG │ ├── IMG_1428_DAcdTmd.JPG │ ├── IMG_1428_DBBoQFE.JPG │ ├── IMG_1428_DO5hrnq.JPG │ ├── IMG_1428_DqHQ8yj.JPG │ ├── IMG_1428_DwRWN1x.JPG │ ├── IMG_1428_Eay8V64.JPG │ ├── IMG_1428_Eg041rA.JPG │ ├── IMG_1428_EjufX7u.JPG │ ├── IMG_1428_ElQifZM.JPG │ ├── IMG_1428_ElzDsTj.JPG │ ├── IMG_1428_Em4Yg9q.JPG │ ├── IMG_1428_ErSxd4d.JPG │ ├── IMG_1428_FFPZrXs.JPG │ ├── IMG_1428_FFUPWW3.JPG │ ├── IMG_1428_Fe7Aw3h.JPG │ ├── IMG_1428_FghR7iL.JPG │ ├── IMG_1428_Fs3SXBo.JPG │ ├── IMG_1428_Fwq9Hfj.JPG │ ├── IMG_1428_G8R38Ye.JPG │ ├── IMG_1428_GgyHbNB.JPG │ ├── IMG_1428_GpZBVcw.JPG │ ├── IMG_1428_GsNUQwR.JPG │ ├── IMG_1428_Gtxh8U6.JPG │ ├── IMG_1428_HCBbQQj.JPG │ ├── IMG_1428_HuB9LtX.JPG │ ├── IMG_1428_HwC4gaR.JPG │ ├── IMG_1428_HwkmKqG.JPG │ ├── IMG_1428_IDUgGL0.JPG │ ├── IMG_1428_IDn4ePm.JPG │ ├── IMG_1428_IJ1XFJK.JPG │ ├── IMG_1428_ISrrgcy.JPG │ ├── IMG_1428_JVvYzSp.JPG │ ├── IMG_1428_JYq2kzR.JPG │ ├── IMG_1428_JeygKaI.JPG │ ├── IMG_1428_JnJRPCJ.JPG │ ├── IMG_1428_JurUotx.JPG │ ├── IMG_1428_KIl2JrT.JPG │ ├── IMG_1428_KMApUXY.JPG │ ├── IMG_1428_KbDSzp9.JPG │ ├── IMG_1428_KgJsZlU.JPG │ ├── IMG_1428_Kj8SIeO.JPG │ ├── IMG_1428_KsgTJoW.JPG │ ├── IMG_1428_KvN5zSM.JPG │ ├── IMG_1428_LImxDYG.JPG │ ├── IMG_1428_LRVwY7A.JPG │ ├── IMG_1428_LUYhNFM.JPG │ ├── IMG_1428_LZtM4Um.JPG │ ├── IMG_1428_LdgSHmx.JPG │ ├── IMG_1428_LeNGesL.JPG │ ├── IMG_1428_LvtWpGN.JPG │ ├── IMG_1428_MPYKd5h.JPG │ ├── IMG_1428_MSGctwl.JPG │ ├── IMG_1428_NBk9ZE7.JPG │ ├── IMG_1428_NP7IQEv.JPG │ ├── IMG_1428_O8YRc5k.JPG │ ├── IMG_1428_OBV9r9G.JPG │ ├── IMG_1428_OJQHJNx.JPG │ ├── IMG_1428_OZQJWZg.JPG │ ├── IMG_1428_Ojt2qKy.JPG │ ├── IMG_1428_PGtn3Gg.JPG │ ├── IMG_1428_PZM8h0W.JPG │ ├── IMG_1428_PbAppJq.JPG │ ├── IMG_1428_PcA1Qtd.JPG │ ├── IMG_1428_PyQfGXc.JPG │ ├── IMG_1428_QiPTIa7.JPG │ ├── IMG_1428_RD1XTuk.JPG │ ├── IMG_1428_RShjmDH.JPG │ ├── IMG_1428_RnzwO7L.JPG │ ├── IMG_1428_Sh2rIPs.JPG │ ├── IMG_1428_SmGEvxh.JPG │ ├── IMG_1428_Suo9sIe.JPG │ ├── IMG_1428_Swmpc19.JPG │ ├── IMG_1428_T1kZWbd.JPG │ ├── IMG_1428_THTCNfM.JPG │ ├── IMG_1428_TRljBOj.JPG │ ├── IMG_1428_TombDZZ.JPG │ ├── IMG_1428_TyJmHIV.JPG │ ├── IMG_1428_U5VFjWy.JPG │ ├── IMG_1428_UISGPa4.JPG │ ├── IMG_1428_UXLJtrC.JPG │ ├── IMG_1428_UmwQUVR.JPG │ ├── IMG_1428_V0ADqxe.JPG │ ├── IMG_1428_V79xFjr.JPG │ ├── IMG_1428_VWZFN5x.JPG │ ├── IMG_1428_VYu4LrR.JPG │ ├── IMG_1428_VuNtvJP.JPG │ ├── IMG_1428_VwuPuwT.JPG │ ├── IMG_1428_W6jhMAM.JPG │ ├── IMG_1428_WKd76PU.JPG │ ├── IMG_1428_WawNXiZ.JPG │ ├── IMG_1428_Wu2t4RC.JPG │ ├── IMG_1428_X2SQ9FB.JPG │ ├── IMG_1428_X9caXWh.JPG │ ├── IMG_1428_XBOv5A9.JPG │ ├── IMG_1428_XGxg9Ut.JPG │ ├── IMG_1428_XT5n2vp.JPG │ ├── IMG_1428_YWuHi6m.JPG │ ├── IMG_1428_YXmWKWJ.JPG │ ├── IMG_1428_YblhON3.JPG │ ├── IMG_1428_Yo6Ky74.JPG │ ├── IMG_1428_Z0CtXQS.JPG │ ├── IMG_1428_Z2dbdFW.JPG │ ├── IMG_1428_ZFCFtIy.JPG │ ├── IMG_1428_ZGmJhpa.JPG │ ├── IMG_1428_Zx0KX7o.JPG │ ├── IMG_1428_aKAmvso.JPG │ ├── IMG_1428_arWkTwy.JPG │ ├── IMG_1428_b4W3YCn.JPG │ ├── IMG_1428_b4gXAPE.JPG │ ├── IMG_1428_bPOYfvJ.JPG │ ├── IMG_1428_bofcIav.JPG │ ├── IMG_1428_c2aqMEn.JPG │ ├── IMG_1428_c7uTqGw.JPG │ ├── IMG_1428_cCbdOd7.JPG │ ├── IMG_1428_cLyLOUM.JPG │ ├── IMG_1428_cqRY3nI.JPG │ ├── IMG_1428_d5yVejV.JPG │ ├── IMG_1428_dTVEJgP.JPG │ ├── IMG_1428_e8mL0vL.JPG │ ├── IMG_1428_eCviAmw.JPG │ ├── IMG_1428_eHctfgT.JPG │ ├── IMG_1428_ePS7A46.JPG │ ├── IMG_1428_eXOucLi.JPG │ ├── IMG_1428_eb5v5SU.JPG │ ├── IMG_1428_epTrLEW.JPG │ ├── IMG_1428_esCJmCm.JPG │ ├── IMG_1428_evoXKqx.JPG │ ├── IMG_1428_f34zYDb.JPG │ ├── IMG_1428_fE8szi6.JPG │ ├── IMG_1428_fGTvcSP.JPG │ ├── IMG_1428_fNQX5ZJ.JPG │ ├── IMG_1428_fQed8Oo.JPG │ ├── IMG_1428_fjxfd7K.JPG │ ├── IMG_1428_fmWat3t.JPG │ ├── IMG_1428_fvB0Kq6.JPG │ ├── IMG_1428_g2ZQW5k.JPG │ ├── IMG_1428_g5x5Rxi.JPG │ ├── IMG_1428_gBWyNdN.JPG │ ├── IMG_1428_gHrQcs4.JPG │ ├── IMG_1428_gVLlLxi.JPG │ ├── IMG_1428_gXDxtyL.JPG │ ├── IMG_1428_grGH3mf.JPG │ ├── IMG_1428_hJOu1pc.JPG │ ├── IMG_1428_hXz7Jw7.JPG │ ├── IMG_1428_hYRtHk7.JPG │ ├── IMG_1428_hxWQoow.JPG │ ├── IMG_1428_iAHyf0S.JPG │ ├── IMG_1428_iKOb3sr.JPG │ ├── IMG_1428_iPmSS28.JPG │ ├── IMG_1428_iTnHeic.JPG │ ├── IMG_1428_iU7D92A.JPG │ ├── IMG_1428_iX49NKy.JPG │ ├── IMG_1428_iknv5TK.JPG │ ├── IMG_1428_iu89SK1.JPG │ ├── IMG_1428_j1VIjVZ.JPG │ ├── IMG_1428_jFunnbP.JPG │ ├── IMG_1428_jV6GUQk.JPG │ ├── IMG_1428_joLZaHX.JPG │ ├── IMG_1428_k2XbGxl.JPG │ ├── IMG_1428_k3gLasI.JPG │ ├── IMG_1428_knZqwl9.JPG │ ├── IMG_1428_kpXMwSV.JPG │ ├── IMG_1428_l1uq71f.JPG │ ├── IMG_1428_lFi9EFf.JPG │ ├── IMG_1428_lHHzLCU.JPG │ ├── IMG_1428_lKAPWdG.JPG │ ├── IMG_1428_lMwM2Pn.JPG │ ├── IMG_1428_lPF4mje.JPG │ ├── IMG_1428_lUKDTMN.JPG │ ├── IMG_1428_llklje3.JPG │ ├── IMG_1428_lv0ki73.JPG │ ├── IMG_1428_lxBOcI2.JPG │ ├── IMG_1428_mKsDBUC.JPG │ ├── IMG_1428_mPXaMgT.JPG │ ├── IMG_1428_mj8zCK1.JPG │ ├── IMG_1428_mqZrjAs.JPG │ ├── IMG_1428_muhUWj4.JPG │ ├── IMG_1428_n50xmMs.JPG │ ├── IMG_1428_njGY8nh.JPG │ ├── IMG_1428_oAZAFns.JPG │ ├── IMG_1428_okxYp4O.JPG │ ├── IMG_1428_owBL1Jq.JPG │ ├── IMG_1428_pDdzA9s.JPG │ ├── IMG_1428_pSWkU6t.JPG │ ├── IMG_1428_q1xK8MM.JPG │ ├── IMG_1428_qHem5G5.JPG │ ├── IMG_1428_qRJhCFa.JPG │ ├── IMG_1428_qe1XnBP.JPG │ ├── IMG_1428_rHfSq77.JPG │ ├── IMG_1428_rINjeYB.JPG │ ├── IMG_1428_rNRJwU9.JPG │ ├── IMG_1428_sJu8U3j.JPG │ ├── IMG_1428_sjNthyQ.JPG │ ├── IMG_1428_sofPVhZ.JPG │ ├── IMG_1428_svFHPWc.JPG │ ├── IMG_1428_t2a61xV.JPG │ ├── IMG_1428_tAV07Hy.JPG │ ├── IMG_1428_tAz7BB5.JPG │ ├── IMG_1428_tLQ0lpC.JPG │ ├── IMG_1428_tN65j9m.JPG │ ├── IMG_1428_tOlid8s.JPG │ ├── IMG_1428_tRUV6Nd.JPG │ ├── IMG_1428_tpVi0k9.JPG │ ├── IMG_1428_tygNc78.JPG │ ├── IMG_1428_uU33aBH.JPG │ ├── IMG_1428_ufscywg.JPG │ ├── IMG_1428_vEGw2ft.JPG │ ├── IMG_1428_vHIESBd.JPG │ ├── IMG_1428_vNGP7qq.JPG │ ├── IMG_1428_vYfW7Ji.JPG │ ├── IMG_1428_vdnoDpp.JPG │ ├── IMG_1428_vvzkMvW.JPG │ ├── IMG_1428_wKUMdn7.JPG │ ├── IMG_1428_wZR36Bw.JPG │ ├── IMG_1428_xGyENtw.JPG │ ├── IMG_1428_xnGn1va.JPG │ ├── IMG_1428_xpxky8t.JPG │ ├── IMG_1428_yRszeJ3.JPG │ ├── IMG_1428_yVg1ghL.JPG │ ├── IMG_1428_yeQcQfR.JPG │ ├── IMG_1428_yfVG08V.JPG │ ├── IMG_1428_yl2TH6O.JPG │ ├── IMG_1428_yv2McJd.JPG │ ├── IMG_1428_z4GHGEm.JPG │ ├── IMG_1428_z4rhsZz.JPG │ ├── IMG_1428_zCKalUh.JPG │ ├── IMG_1428_zEQc3a5.JPG │ ├── IMG_1428_zT20DVH.JPG │ ├── L.png │ ├── L_08fI3oB.png │ ├── L_0W3uNat.png │ ├── L_0cp8K8B.png │ ├── L_0pJHhAG.png │ ├── L_13Etls2.png │ ├── L_140B79z.png │ ├── L_1OzLoTT.png │ ├── L_30F9h2i.png │ ├── L_3j2YITm.png │ ├── L_3uiBIfl.png │ ├── L_5NIZtTl.png │ ├── L_5sQCOph.png │ ├── L_7R0PjtH.png │ ├── L_7aJ1do6.png │ ├── L_9fIF2dI.png │ ├── L_AVfxZs8.png │ ├── L_CL4B9CC.png │ ├── L_D1nsasP.png │ ├── L_DGqlHkj.png │ ├── L_DuNFk31.png │ ├── L_EN2jwOn.png │ ├── L_Eiq21Yc.png │ ├── L_Ev5aBLZ.png │ ├── L_Gg2gqF6.png │ ├── L_H3ietYV.png │ ├── L_IVFzW3e.png │ ├── L_JQ8Mlbd.png │ ├── L_JkSZgxu.png │ ├── L_KGuftGD.png │ ├── L_KNL9hx9.png │ ├── L_KixBnJe.png │ ├── L_LHJ78iH.png │ ├── L_LutIHeL.png │ ├── L_Nervxdq.png │ ├── L_NiiSrdx.png │ ├── L_O0OsrH4.png │ ├── L_P9UXQwU.png │ ├── L_Q9rxLda.png │ ├── L_QE8IwlY.png │ ├── L_QrWHe99.png │ ├── L_RUVZg45.png │ ├── L_Rl9Kauq.png │ ├── L_TWgqn5v.png │ ├── L_U3y3CyD.png │ ├── L_Udj4TdY.png │ ├── L_UwVKmvY.png │ ├── L_Vl46ysM.png │ ├── L_Wr5g1mX.png │ ├── L_XBz9DLX.png │ ├── L_XooEPJc.png │ ├── L_YOJcJ56.png │ ├── L_Ys0R2QB.png │ ├── L_ZFJEEWO.png │ ├── L_ZKFueXY.png │ ├── L_bGgjGcB.png │ ├── L_bSdwMEc.png │ ├── L_bwcgjv5.png │ ├── L_co3ARes.png │ ├── L_dNIcKaQ.png │ ├── L_daUBpTY.png │ ├── L_dhg5yAW.png │ ├── L_gsr3dpp.png │ ├── L_i10pfoY.png │ ├── L_iQdEpp0.png │ ├── L_j6XeLPd.png │ ├── L_jhJoWAz.png │ ├── L_jx2BX18.png │ ├── L_k19XESX.png │ ├── L_kI7qIdm.png │ ├── L_l65pg94.png │ ├── L_l6ppFa3.png │ ├── L_lkdlvJU.png │ ├── L_loJk3AS.png │ ├── L_nJ9Eh2a.png │ ├── L_nUvpDfl.png │ ├── L_pF9FDhn.png │ ├── L_pIHKfNL.png │ ├── L_q0pOnmq.png │ ├── L_rFn0ot3.png │ ├── L_rROaJxR.png │ ├── L_rquHw8p.png │ ├── L_tXecXwY.png │ ├── L_tjo4Cev.png │ ├── L_tuOzqL7.png │ ├── L_u5ZFcdV.png │ ├── L_u8pVmEX.png │ ├── L_u9iva47.png │ ├── L_uZxfqBu.png │ ├── L_wiVuNsV.png │ ├── L_wojbLtH.png │ ├── L_wp7AA0N.png │ ├── L_xZzeOq8.png │ ├── L_xai4Wdp.png │ ├── L_xptxLvd.png │ ├── L_y0oejIi.png │ ├── L_yOvGWFw.png │ ├── L_ykcWtE3.png │ ├── L_yvNLCI5.png │ ├── avatar.png │ └── default.png ├── requirements.txt ├── script ├── test-uwsgi.py ├── uwsgi.pid └── uwsgi_ycblog.ini ├── static ├── __init__.py ├── blog │ ├── __init__.py │ ├── bs │ │ ├── css │ │ │ ├── bootstrap-theme.css │ │ │ ├── bootstrap-theme.css.map │ │ │ ├── bootstrap-theme.min.css │ │ │ ├── bootstrap-theme.min.css.map │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.css.map │ │ │ ├── bootstrap.min.css │ │ │ └── bootstrap.min.css.map │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ └── js │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.min.js │ │ │ └── npm.js │ ├── css │ │ ├── __init__.py │ │ ├── article_detail.css │ │ ├── backend.css │ │ ├── dracula.css │ │ ├── github.css │ │ └── home_site.css │ ├── img │ │ ├── __init__.py │ │ └── default.png │ ├── js │ │ └── __init__.py │ └── kindeditor │ │ ├── asp.net │ │ ├── README.txt │ │ ├── bin │ │ │ └── LitJSON.dll │ │ ├── demo.aspx │ │ ├── file_manager_json.ashx │ │ └── upload_json.ashx │ │ ├── asp │ │ ├── JSON_2.0.4.asp │ │ ├── UpLoad_Class.asp │ │ ├── demo.asp │ │ ├── file_manager_json.asp │ │ └── upload_json.asp │ │ ├── jsp │ │ ├── README.txt │ │ ├── demo.jsp │ │ ├── file_manager_json.jsp │ │ └── upload_json.jsp │ │ ├── kindeditor-all-min.js │ │ ├── kindeditor-all.js │ │ ├── lang │ │ ├── ar.js │ │ ├── en.js │ │ ├── ko.js │ │ ├── ru.js │ │ ├── zh-CN.js │ │ └── zh-TW.js │ │ ├── license.txt │ │ ├── php │ │ ├── JSON.php │ │ ├── demo.php │ │ ├── file_manager_json.php │ │ └── upload_json.php │ │ ├── plugins │ │ ├── anchor │ │ │ └── anchor.js │ │ ├── autoheight │ │ │ └── autoheight.js │ │ ├── baidumap │ │ │ ├── baidumap.js │ │ │ ├── index.html │ │ │ └── map.html │ │ ├── clearhtml │ │ │ └── clearhtml.js │ │ ├── code │ │ │ ├── code.js │ │ │ ├── prettify.css │ │ │ └── prettify.js │ │ ├── emoticons │ │ │ ├── emoticons.js │ │ │ └── images │ │ │ │ ├── 0.gif │ │ │ │ ├── 1.gif │ │ │ │ ├── 10.gif │ │ │ │ ├── 100.gif │ │ │ │ ├── 101.gif │ │ │ │ ├── 102.gif │ │ │ │ ├── 103.gif │ │ │ │ ├── 104.gif │ │ │ │ ├── 105.gif │ │ │ │ ├── 106.gif │ │ │ │ ├── 107.gif │ │ │ │ ├── 108.gif │ │ │ │ ├── 109.gif │ │ │ │ ├── 11.gif │ │ │ │ ├── 110.gif │ │ │ │ ├── 111.gif │ │ │ │ ├── 112.gif │ │ │ │ ├── 113.gif │ │ │ │ ├── 114.gif │ │ │ │ ├── 115.gif │ │ │ │ ├── 116.gif │ │ │ │ ├── 117.gif │ │ │ │ ├── 118.gif │ │ │ │ ├── 119.gif │ │ │ │ ├── 12.gif │ │ │ │ ├── 120.gif │ │ │ │ ├── 121.gif │ │ │ │ ├── 122.gif │ │ │ │ ├── 123.gif │ │ │ │ ├── 124.gif │ │ │ │ ├── 125.gif │ │ │ │ ├── 126.gif │ │ │ │ ├── 127.gif │ │ │ │ ├── 128.gif │ │ │ │ ├── 129.gif │ │ │ │ ├── 13.gif │ │ │ │ ├── 130.gif │ │ │ │ ├── 131.gif │ │ │ │ ├── 132.gif │ │ │ │ ├── 133.gif │ │ │ │ ├── 134.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 │ │ │ │ ├── 72.gif │ │ │ │ ├── 73.gif │ │ │ │ ├── 74.gif │ │ │ │ ├── 75.gif │ │ │ │ ├── 76.gif │ │ │ │ ├── 77.gif │ │ │ │ ├── 78.gif │ │ │ │ ├── 79.gif │ │ │ │ ├── 8.gif │ │ │ │ ├── 80.gif │ │ │ │ ├── 81.gif │ │ │ │ ├── 82.gif │ │ │ │ ├── 83.gif │ │ │ │ ├── 84.gif │ │ │ │ ├── 85.gif │ │ │ │ ├── 86.gif │ │ │ │ ├── 87.gif │ │ │ │ ├── 88.gif │ │ │ │ ├── 89.gif │ │ │ │ ├── 9.gif │ │ │ │ ├── 90.gif │ │ │ │ ├── 91.gif │ │ │ │ ├── 92.gif │ │ │ │ ├── 93.gif │ │ │ │ ├── 94.gif │ │ │ │ ├── 95.gif │ │ │ │ ├── 96.gif │ │ │ │ ├── 97.gif │ │ │ │ ├── 98.gif │ │ │ │ ├── 99.gif │ │ │ │ └── static.gif │ │ ├── filemanager │ │ │ ├── filemanager.js │ │ │ └── images │ │ │ │ ├── file-16.gif │ │ │ │ ├── file-64.gif │ │ │ │ ├── folder-16.gif │ │ │ │ ├── folder-64.gif │ │ │ │ └── go-up.gif │ │ ├── fixtoolbar │ │ │ └── fixtoolbar.js │ │ ├── flash │ │ │ └── flash.js │ │ ├── image │ │ │ ├── image.js │ │ │ └── images │ │ │ │ ├── align_left.gif │ │ │ │ ├── align_right.gif │ │ │ │ ├── align_top.gif │ │ │ │ └── refresh.png │ │ ├── insertfile │ │ │ └── insertfile.js │ │ ├── lineheight │ │ │ └── lineheight.js │ │ ├── link │ │ │ └── link.js │ │ ├── map │ │ │ ├── map.html │ │ │ └── map.js │ │ ├── media │ │ │ └── media.js │ │ ├── multiimage │ │ │ ├── images │ │ │ │ ├── image.png │ │ │ │ ├── select-files-en.png │ │ │ │ ├── select-files-zh-CN.png │ │ │ │ └── swfupload.swf │ │ │ └── multiimage.js │ │ ├── pagebreak │ │ │ └── pagebreak.js │ │ ├── plainpaste │ │ │ └── plainpaste.js │ │ ├── preview │ │ │ └── preview.js │ │ ├── quickformat │ │ │ └── quickformat.js │ │ ├── table │ │ │ └── table.js │ │ ├── template │ │ │ ├── html │ │ │ │ ├── 1.html │ │ │ │ ├── 2.html │ │ │ │ └── 3.html │ │ │ └── template.js │ │ └── wordpaste │ │ │ └── wordpaste.js │ │ └── themes │ │ ├── common │ │ ├── anchor.gif │ │ ├── blank.gif │ │ ├── flash.gif │ │ ├── loading.gif │ │ ├── media.gif │ │ └── rm.gif │ │ ├── default │ │ ├── background.png │ │ ├── default.css │ │ └── default.png │ │ ├── qq │ │ ├── editor.gif │ │ └── qq.css │ │ └── simple │ │ └── simple.css ├── font │ ├── __init__.py │ └── pingfang.ttf ├── img │ ├── __init__.py │ ├── downdown.gif │ ├── icon_form.gif │ ├── o_pexels-photo-691668.png │ ├── pexels-photo-169789.png │ ├── timg.jpeg │ └── upup.gif ├── js │ ├── __init__.py │ └── jquery-3.3.1.min.js └── superme │ ├── 1.txt │ ├── 2.txt │ ├── 3.txt │ ├── 4.txt │ ├── 5.txt │ ├── 6.txt │ └── __init__.py ├── templates ├── article_detail.html ├── backend │ ├── __init__.py │ ├── add_article.html │ ├── backend.html │ ├── base.html │ └── edit.html ├── base.html ├── classfication.html ├── home_site.html ├── index.html ├── login.html ├── lr_base.html ├── not_found.html ├── register.html ├── supreme.html └── test.html ├── uwsgi_params └── ycblog.conf /README.md: -------------------------------------------------------------------------------- 1 | # YcBlog 2 | 3 | 本项目是一个基于Django2.1的开源博客系统,方便技术人员快速构建属于自己的博客网站。 4 | 5 | ## 项目依赖软件 6 | - Python3.65 7 | - MySQL5.7 8 | ## 主要的python依赖包 9 | ``` 10 | beautifulsoup4==4.7.1 11 | Django==2.1.6 12 | djangorestframework==3.9.2 13 | MarkupSafe==1.1.0 14 | Pillow==5.4.1 15 | PyMySQL==0.9.3 16 | pytz==2018.9 17 | requests==2.21.0 18 | urllib3==1.24.2 19 | ``` 20 | 21 | ## 主要功能 22 | - 用户登录注册 23 | - 随机验证码 24 | - 在线编辑、管理博文 25 | - 集成富文本编辑器 26 | - 允许注册后发表评论 27 | - 网易云音乐随机热评 28 | 29 | ## 致谢 30 | 感谢[isecret](https://github.com/isecret)的[yuncun](https://github.com/isecret/yuncun)项目为本站的`网易云音乐随机热评`做出的贡献 31 | 32 | ## 开发人员 33 | - [抛帽者](https://github.com/hyyc554) 34 | -------------------------------------------------------------------------------- /blog/Myform.py: -------------------------------------------------------------------------------- 1 | from django import forms 2 | from django.forms import widgets 3 | from blog.models import * 4 | from django.core.exceptions import NON_FIELD_ERRORS, ValidationError 5 | 6 | 7 | class UserForm(forms.Form): 8 | """ 9 | form组件 10 | """ 11 | user = forms.CharField(max_length=32, 12 | error_messages={"required": "该字段不能为空"}, 13 | label="用户名", 14 | widget=widgets.TextInput(attrs={"class": "form-control"}, ) 15 | ) 16 | pwd = forms.CharField(max_length=32, 17 | label="密码", 18 | widget=widgets.PasswordInput(attrs={"class": "form-control"}, ) 19 | ) 20 | re_pwd = forms.CharField(max_length=32, 21 | label="确认密码", 22 | widget=widgets.PasswordInput(attrs={"class": "form-control"}, ) 23 | ) 24 | email = forms.EmailField(max_length=32, 25 | label="邮箱", 26 | widget=widgets.EmailInput(attrs={"class": "form-control"}, ) 27 | ) 28 | 29 | def clean_user(self): 30 | val = self.cleaned_data.get('user') 31 | user = UserInfo.objects.filter(username=val).first() 32 | if not user: 33 | return val 34 | else: 35 | raise ValidationError('该用户名已被注册') 36 | 37 | def clean(self): 38 | pwd = self.cleaned_data.get('pwd') 39 | re_pwd = self.cleaned_data.get('re_pwd') 40 | if pwd and re_pwd: 41 | if pwd == re_pwd: 42 | return self.cleaned_data 43 | else: 44 | raise ValidationError('两次密码不一致') 45 | else: 46 | return self.cleaned_data 47 | -------------------------------------------------------------------------------- /blog/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/blog/__init__.py -------------------------------------------------------------------------------- /blog/admin.py: -------------------------------------------------------------------------------- 1 | from django.contrib import admin 2 | 3 | # Register your models here. 4 | from blog import models 5 | 6 | admin.site.register(models.UserInfo) 7 | admin.site.register(models.Article) 8 | admin.site.register(models.Article2Tag) 9 | admin.site.register(models.ArticleUpDown) 10 | admin.site.register(models.Blog) 11 | admin.site.register(models.Category) 12 | admin.site.register(models.Comment) 13 | admin.site.register(models.Tag) 14 | -------------------------------------------------------------------------------- /blog/apps.py: -------------------------------------------------------------------------------- 1 | from django.apps import AppConfig 2 | 3 | 4 | class BlogConfig(AppConfig): 5 | name = 'blog' 6 | -------------------------------------------------------------------------------- /blog/migrations/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/blog/migrations/__init__.py -------------------------------------------------------------------------------- /blog/templatetags/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/blog/templatetags/__init__.py -------------------------------------------------------------------------------- /blog/templatetags/mytags.py: -------------------------------------------------------------------------------- 1 | from django import template 2 | from django.db.models import Count 3 | from blog import models 4 | 5 | register = template.Library() 6 | 7 | 8 | @register.inclusion_tag('classfication.html') 9 | def get_calssfication_style(username): 10 | user = models.UserInfo.objects.filter(username=username).first() 11 | print(user.username) 12 | blog=user.blog 13 | nblog_id = user.blog_id 14 | print(nblog_id) 15 | 16 | cate_list = models.Category.objects.filter(blog_id=nblog_id).values("pk").annotate(c=Count("article__title")).values_list( 17 | "title", "c") 18 | print(cate_list) 19 | 20 | tag_list = models.Tag.objects.filter(blog_id=nblog_id).values("pk").annotate(c=Count("article")).values_list("title", "c") 21 | 22 | date_list = models.Article.objects.filter(user=user).extra( 23 | select={"y_m_date": "date_format(create_time,'%%Y/%%m')"}).values("y_m_date").annotate( 24 | c=Count("nid")).values_list("y_m_date", "c") 25 | print({"blog": blog, "cate_list": cate_list, "date_list": date_list, "tag_list": tag_list,"username":username}) 26 | 27 | return {"blog": blog, "cate_list": cate_list, "date_list": date_list, "tag_list": tag_list,"username":username} 28 | -------------------------------------------------------------------------------- /blog/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | 5 | -------------------------------------------------------------------------------- /blog/ultils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/blog/ultils/__init__.py -------------------------------------------------------------------------------- /cnblog/__init__.py: -------------------------------------------------------------------------------- 1 | import pymysql 2 | pymysql.install_as_MySQLdb() -------------------------------------------------------------------------------- /cnblog/wsgi.py: -------------------------------------------------------------------------------- 1 | """ 2 | WSGI config for cnblog project. 3 | 4 | It exposes the WSGI callable as a module-level variable named ``application``. 5 | 6 | For more information on this file, see 7 | https://docs.djangoproject.com/en/2.txt.1/howto/deployment/wsgi/ 8 | """ 9 | 10 | import os 11 | 12 | from django.core.wsgi import get_wsgi_application 13 | 14 | os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'cnblog.settings') 15 | 16 | application = get_wsgi_application() 17 | -------------------------------------------------------------------------------- /manage.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | import os 3 | import sys 4 | 5 | if __name__ == '__main__': 6 | os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'cnblog.settings') 7 | try: 8 | from django.core.management import execute_from_command_line 9 | except ImportError as exc: 10 | raise ImportError( 11 | "Couldn't import Django. Are you sure it's installed and " 12 | "available on your PYTHONPATH environment variable? Did you " 13 | "forget to activate a virtual environment?" 14 | ) from exc 15 | execute_from_command_line(sys.argv) 16 | -------------------------------------------------------------------------------- /media/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/__init__.py -------------------------------------------------------------------------------- /media/add_article_img/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/add_article_img/__init__.py -------------------------------------------------------------------------------- /media/add_article_img/pexels-photo-1002106.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/add_article_img/pexels-photo-1002106.jpeg -------------------------------------------------------------------------------- /media/avatars/IMG_1428.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_08baim2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_08baim2.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_0EaFA2J.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_0EaFA2J.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_0FxSyh1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_0FxSyh1.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_0GqDLoT.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_0GqDLoT.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_0TeNHm4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_0TeNHm4.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_0UIIqHh.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_0UIIqHh.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_0dR4mKN.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_0dR4mKN.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_0n8j4I4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_0n8j4I4.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_0vTaB8j.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_0vTaB8j.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_0y8kc8W.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_0y8kc8W.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_1AmK52K.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_1AmK52K.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_1SIJCZt.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_1SIJCZt.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_1vVaBvk.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_1vVaBvk.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_1wNc7rC.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_1wNc7rC.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_2CPfEhB.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_2CPfEhB.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_2CxD7zZ.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_2CxD7zZ.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_2HEeorm.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_2HEeorm.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_2J812JK.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_2J812JK.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_2ON9mkG.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_2ON9mkG.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_2icmULq.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_2icmULq.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_3EeytYh.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_3EeytYh.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_3VgCleM.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_3VgCleM.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_42ahgfw.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_42ahgfw.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_4F9q7GG.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_4F9q7GG.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_4HrH6MF.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_4HrH6MF.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_4LMV0kN.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_4LMV0kN.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_4NrLXRL.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_4NrLXRL.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_4XYGicn.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_4XYGicn.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_4dYNUhM.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_4dYNUhM.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_4v8ttkf.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_4v8ttkf.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_574E7YG.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_574E7YG.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_5Wcacjm.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_5Wcacjm.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_5o0gdqD.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_5o0gdqD.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_5rXWWI4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_5rXWWI4.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_5ufEPfO.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_5ufEPfO.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_66zoS92.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_66zoS92.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_6ElHlCq.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_6ElHlCq.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_6EwaGBZ.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_6EwaGBZ.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_6dEtRwc.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_6dEtRwc.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_713rmOp.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_713rmOp.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_72bowZf.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_72bowZf.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_78bRUuY.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_78bRUuY.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_7EF3thP.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_7EF3thP.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_7XkUEkw.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_7XkUEkw.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_7h6lLGt.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_7h6lLGt.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_7my8Pfh.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_7my8Pfh.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_88q4C5w.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_88q4C5w.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_8JX8IT7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_8JX8IT7.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_8j81rP2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_8j81rP2.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_8qXuRxC.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_8qXuRxC.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_8vxplQs.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_8vxplQs.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_8xdijqf.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_8xdijqf.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_8zBlP9F.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_8zBlP9F.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_97C0LNj.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_97C0LNj.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_9dJqUFr.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_9dJqUFr.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_9fIIAPH.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_9fIIAPH.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_9fcB8C2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_9fcB8C2.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_9kj8J1y.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_9kj8J1y.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_A1sXJEv.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_A1sXJEv.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_A6IhAzZ.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_A6IhAzZ.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_AYcoyqX.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_AYcoyqX.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_AoWQex1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_AoWQex1.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_AsW0OMx.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_AsW0OMx.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_AzCLxNJ.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_AzCLxNJ.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_B7GlzPO.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_B7GlzPO.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_BQkiEuQ.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_BQkiEuQ.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_BiPzym0.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_BiPzym0.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_BxR7JeC.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_BxR7JeC.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_C1eDApa.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_C1eDApa.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_CN1VpZL.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_CN1VpZL.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_CyOcFoM.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_CyOcFoM.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_DAcdTmd.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_DAcdTmd.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_DBBoQFE.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_DBBoQFE.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_DO5hrnq.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_DO5hrnq.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_DqHQ8yj.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_DqHQ8yj.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_DwRWN1x.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_DwRWN1x.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_Eay8V64.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_Eay8V64.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_Eg041rA.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_Eg041rA.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_EjufX7u.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_EjufX7u.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_ElQifZM.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_ElQifZM.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_ElzDsTj.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_ElzDsTj.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_Em4Yg9q.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_Em4Yg9q.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_ErSxd4d.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_ErSxd4d.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_FFPZrXs.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_FFPZrXs.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_FFUPWW3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_FFUPWW3.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_Fe7Aw3h.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_Fe7Aw3h.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_FghR7iL.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_FghR7iL.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_Fs3SXBo.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_Fs3SXBo.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_Fwq9Hfj.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_Fwq9Hfj.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_G8R38Ye.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_G8R38Ye.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_GgyHbNB.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_GgyHbNB.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_GpZBVcw.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_GpZBVcw.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_GsNUQwR.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_GsNUQwR.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_Gtxh8U6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_Gtxh8U6.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_HCBbQQj.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_HCBbQQj.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_HuB9LtX.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_HuB9LtX.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_HwC4gaR.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_HwC4gaR.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_HwkmKqG.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_HwkmKqG.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_IDUgGL0.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_IDUgGL0.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_IDn4ePm.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_IDn4ePm.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_IJ1XFJK.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_IJ1XFJK.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_ISrrgcy.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_ISrrgcy.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_JVvYzSp.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_JVvYzSp.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_JYq2kzR.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_JYq2kzR.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_JeygKaI.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_JeygKaI.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_JnJRPCJ.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_JnJRPCJ.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_JurUotx.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_JurUotx.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_KIl2JrT.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_KIl2JrT.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_KMApUXY.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_KMApUXY.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_KbDSzp9.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_KbDSzp9.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_KgJsZlU.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_KgJsZlU.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_Kj8SIeO.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_Kj8SIeO.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_KsgTJoW.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_KsgTJoW.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_KvN5zSM.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_KvN5zSM.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_LImxDYG.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_LImxDYG.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_LRVwY7A.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_LRVwY7A.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_LUYhNFM.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_LUYhNFM.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_LZtM4Um.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_LZtM4Um.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_LdgSHmx.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_LdgSHmx.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_LeNGesL.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_LeNGesL.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_LvtWpGN.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_LvtWpGN.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_MPYKd5h.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_MPYKd5h.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_MSGctwl.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_MSGctwl.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_NBk9ZE7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_NBk9ZE7.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_NP7IQEv.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_NP7IQEv.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_O8YRc5k.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_O8YRc5k.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_OBV9r9G.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_OBV9r9G.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_OJQHJNx.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_OJQHJNx.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_OZQJWZg.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_OZQJWZg.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_Ojt2qKy.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_Ojt2qKy.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_PGtn3Gg.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_PGtn3Gg.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_PZM8h0W.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_PZM8h0W.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_PbAppJq.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_PbAppJq.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_PcA1Qtd.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_PcA1Qtd.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_PyQfGXc.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_PyQfGXc.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_QiPTIa7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_QiPTIa7.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_RD1XTuk.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_RD1XTuk.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_RShjmDH.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_RShjmDH.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_RnzwO7L.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_RnzwO7L.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_Sh2rIPs.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_Sh2rIPs.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_SmGEvxh.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_SmGEvxh.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_Suo9sIe.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_Suo9sIe.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_Swmpc19.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_Swmpc19.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_T1kZWbd.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_T1kZWbd.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_THTCNfM.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_THTCNfM.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_TRljBOj.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_TRljBOj.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_TombDZZ.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_TombDZZ.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_TyJmHIV.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_TyJmHIV.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_U5VFjWy.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_U5VFjWy.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_UISGPa4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_UISGPa4.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_UXLJtrC.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_UXLJtrC.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_UmwQUVR.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_UmwQUVR.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_V0ADqxe.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_V0ADqxe.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_V79xFjr.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_V79xFjr.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_VWZFN5x.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_VWZFN5x.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_VYu4LrR.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_VYu4LrR.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_VuNtvJP.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_VuNtvJP.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_VwuPuwT.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_VwuPuwT.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_W6jhMAM.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_W6jhMAM.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_WKd76PU.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_WKd76PU.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_WawNXiZ.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_WawNXiZ.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_Wu2t4RC.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_Wu2t4RC.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_X2SQ9FB.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_X2SQ9FB.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_X9caXWh.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_X9caXWh.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_XBOv5A9.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_XBOv5A9.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_XGxg9Ut.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_XGxg9Ut.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_XT5n2vp.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_XT5n2vp.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_YWuHi6m.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_YWuHi6m.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_YXmWKWJ.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_YXmWKWJ.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_YblhON3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_YblhON3.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_Yo6Ky74.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_Yo6Ky74.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_Z0CtXQS.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_Z0CtXQS.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_Z2dbdFW.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_Z2dbdFW.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_ZFCFtIy.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_ZFCFtIy.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_ZGmJhpa.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_ZGmJhpa.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_Zx0KX7o.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_Zx0KX7o.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_aKAmvso.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_aKAmvso.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_arWkTwy.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_arWkTwy.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_b4W3YCn.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_b4W3YCn.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_b4gXAPE.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_b4gXAPE.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_bPOYfvJ.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_bPOYfvJ.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_bofcIav.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_bofcIav.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_c2aqMEn.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_c2aqMEn.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_c7uTqGw.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_c7uTqGw.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_cCbdOd7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_cCbdOd7.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_cLyLOUM.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_cLyLOUM.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_cqRY3nI.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_cqRY3nI.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_d5yVejV.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_d5yVejV.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_dTVEJgP.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_dTVEJgP.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_e8mL0vL.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_e8mL0vL.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_eCviAmw.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_eCviAmw.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_eHctfgT.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_eHctfgT.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_ePS7A46.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_ePS7A46.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_eXOucLi.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_eXOucLi.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_eb5v5SU.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_eb5v5SU.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_epTrLEW.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_epTrLEW.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_esCJmCm.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_esCJmCm.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_evoXKqx.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_evoXKqx.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_f34zYDb.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_f34zYDb.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_fE8szi6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_fE8szi6.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_fGTvcSP.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_fGTvcSP.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_fNQX5ZJ.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_fNQX5ZJ.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_fQed8Oo.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_fQed8Oo.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_fjxfd7K.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_fjxfd7K.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_fmWat3t.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_fmWat3t.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_fvB0Kq6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_fvB0Kq6.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_g2ZQW5k.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_g2ZQW5k.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_g5x5Rxi.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_g5x5Rxi.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_gBWyNdN.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_gBWyNdN.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_gHrQcs4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_gHrQcs4.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_gVLlLxi.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_gVLlLxi.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_gXDxtyL.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_gXDxtyL.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_grGH3mf.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_grGH3mf.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_hJOu1pc.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_hJOu1pc.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_hXz7Jw7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_hXz7Jw7.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_hYRtHk7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_hYRtHk7.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_hxWQoow.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_hxWQoow.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_iAHyf0S.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_iAHyf0S.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_iKOb3sr.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_iKOb3sr.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_iPmSS28.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_iPmSS28.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_iTnHeic.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_iTnHeic.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_iU7D92A.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_iU7D92A.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_iX49NKy.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_iX49NKy.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_iknv5TK.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_iknv5TK.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_iu89SK1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_iu89SK1.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_j1VIjVZ.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_j1VIjVZ.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_jFunnbP.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_jFunnbP.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_jV6GUQk.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_jV6GUQk.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_joLZaHX.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_joLZaHX.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_k2XbGxl.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_k2XbGxl.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_k3gLasI.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_k3gLasI.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_knZqwl9.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_knZqwl9.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_kpXMwSV.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_kpXMwSV.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_l1uq71f.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_l1uq71f.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_lFi9EFf.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_lFi9EFf.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_lHHzLCU.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_lHHzLCU.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_lKAPWdG.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_lKAPWdG.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_lMwM2Pn.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_lMwM2Pn.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_lPF4mje.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_lPF4mje.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_lUKDTMN.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_lUKDTMN.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_llklje3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_llklje3.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_lv0ki73.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_lv0ki73.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_lxBOcI2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_lxBOcI2.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_mKsDBUC.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_mKsDBUC.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_mPXaMgT.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_mPXaMgT.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_mj8zCK1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_mj8zCK1.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_mqZrjAs.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_mqZrjAs.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_muhUWj4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_muhUWj4.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_n50xmMs.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_n50xmMs.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_njGY8nh.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_njGY8nh.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_oAZAFns.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_oAZAFns.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_okxYp4O.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_okxYp4O.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_owBL1Jq.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_owBL1Jq.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_pDdzA9s.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_pDdzA9s.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_pSWkU6t.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_pSWkU6t.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_q1xK8MM.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_q1xK8MM.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_qHem5G5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_qHem5G5.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_qRJhCFa.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_qRJhCFa.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_qe1XnBP.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_qe1XnBP.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_rHfSq77.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_rHfSq77.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_rINjeYB.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_rINjeYB.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_rNRJwU9.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_rNRJwU9.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_sJu8U3j.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_sJu8U3j.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_sjNthyQ.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_sjNthyQ.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_sofPVhZ.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_sofPVhZ.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_svFHPWc.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_svFHPWc.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_t2a61xV.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_t2a61xV.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_tAV07Hy.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_tAV07Hy.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_tAz7BB5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_tAz7BB5.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_tLQ0lpC.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_tLQ0lpC.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_tN65j9m.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_tN65j9m.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_tOlid8s.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_tOlid8s.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_tRUV6Nd.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_tRUV6Nd.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_tpVi0k9.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_tpVi0k9.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_tygNc78.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_tygNc78.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_uU33aBH.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_uU33aBH.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_ufscywg.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_ufscywg.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_vEGw2ft.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_vEGw2ft.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_vHIESBd.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_vHIESBd.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_vNGP7qq.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_vNGP7qq.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_vYfW7Ji.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_vYfW7Ji.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_vdnoDpp.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_vdnoDpp.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_vvzkMvW.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_vvzkMvW.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_wKUMdn7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_wKUMdn7.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_wZR36Bw.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_wZR36Bw.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_xGyENtw.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_xGyENtw.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_xnGn1va.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_xnGn1va.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_xpxky8t.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_xpxky8t.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_yRszeJ3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_yRszeJ3.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_yVg1ghL.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_yVg1ghL.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_yeQcQfR.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_yeQcQfR.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_yfVG08V.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_yfVG08V.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_yl2TH6O.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_yl2TH6O.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_yv2McJd.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_yv2McJd.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_z4GHGEm.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_z4GHGEm.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_z4rhsZz.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_z4rhsZz.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_zCKalUh.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_zCKalUh.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_zEQc3a5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_zEQc3a5.JPG -------------------------------------------------------------------------------- /media/avatars/IMG_1428_zT20DVH.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/IMG_1428_zT20DVH.JPG -------------------------------------------------------------------------------- /media/avatars/L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L.png -------------------------------------------------------------------------------- /media/avatars/L_08fI3oB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_08fI3oB.png -------------------------------------------------------------------------------- /media/avatars/L_0W3uNat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_0W3uNat.png -------------------------------------------------------------------------------- /media/avatars/L_0cp8K8B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_0cp8K8B.png -------------------------------------------------------------------------------- /media/avatars/L_0pJHhAG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_0pJHhAG.png -------------------------------------------------------------------------------- /media/avatars/L_13Etls2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_13Etls2.png -------------------------------------------------------------------------------- /media/avatars/L_140B79z.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_140B79z.png -------------------------------------------------------------------------------- /media/avatars/L_1OzLoTT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_1OzLoTT.png -------------------------------------------------------------------------------- /media/avatars/L_30F9h2i.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_30F9h2i.png -------------------------------------------------------------------------------- /media/avatars/L_3j2YITm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_3j2YITm.png -------------------------------------------------------------------------------- /media/avatars/L_3uiBIfl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_3uiBIfl.png -------------------------------------------------------------------------------- /media/avatars/L_5NIZtTl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_5NIZtTl.png -------------------------------------------------------------------------------- /media/avatars/L_5sQCOph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_5sQCOph.png -------------------------------------------------------------------------------- /media/avatars/L_7R0PjtH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_7R0PjtH.png -------------------------------------------------------------------------------- /media/avatars/L_7aJ1do6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_7aJ1do6.png -------------------------------------------------------------------------------- /media/avatars/L_9fIF2dI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_9fIF2dI.png -------------------------------------------------------------------------------- /media/avatars/L_AVfxZs8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_AVfxZs8.png -------------------------------------------------------------------------------- /media/avatars/L_CL4B9CC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_CL4B9CC.png -------------------------------------------------------------------------------- /media/avatars/L_D1nsasP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_D1nsasP.png -------------------------------------------------------------------------------- /media/avatars/L_DGqlHkj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_DGqlHkj.png -------------------------------------------------------------------------------- /media/avatars/L_DuNFk31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_DuNFk31.png -------------------------------------------------------------------------------- /media/avatars/L_EN2jwOn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_EN2jwOn.png -------------------------------------------------------------------------------- /media/avatars/L_Eiq21Yc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_Eiq21Yc.png -------------------------------------------------------------------------------- /media/avatars/L_Ev5aBLZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_Ev5aBLZ.png -------------------------------------------------------------------------------- /media/avatars/L_Gg2gqF6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_Gg2gqF6.png -------------------------------------------------------------------------------- /media/avatars/L_H3ietYV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_H3ietYV.png -------------------------------------------------------------------------------- /media/avatars/L_IVFzW3e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_IVFzW3e.png -------------------------------------------------------------------------------- /media/avatars/L_JQ8Mlbd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_JQ8Mlbd.png -------------------------------------------------------------------------------- /media/avatars/L_JkSZgxu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_JkSZgxu.png -------------------------------------------------------------------------------- /media/avatars/L_KGuftGD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_KGuftGD.png -------------------------------------------------------------------------------- /media/avatars/L_KNL9hx9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_KNL9hx9.png -------------------------------------------------------------------------------- /media/avatars/L_KixBnJe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_KixBnJe.png -------------------------------------------------------------------------------- /media/avatars/L_LHJ78iH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_LHJ78iH.png -------------------------------------------------------------------------------- /media/avatars/L_LutIHeL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_LutIHeL.png -------------------------------------------------------------------------------- /media/avatars/L_Nervxdq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_Nervxdq.png -------------------------------------------------------------------------------- /media/avatars/L_NiiSrdx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_NiiSrdx.png -------------------------------------------------------------------------------- /media/avatars/L_O0OsrH4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_O0OsrH4.png -------------------------------------------------------------------------------- /media/avatars/L_P9UXQwU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_P9UXQwU.png -------------------------------------------------------------------------------- /media/avatars/L_Q9rxLda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_Q9rxLda.png -------------------------------------------------------------------------------- /media/avatars/L_QE8IwlY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_QE8IwlY.png -------------------------------------------------------------------------------- /media/avatars/L_QrWHe99.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_QrWHe99.png -------------------------------------------------------------------------------- /media/avatars/L_RUVZg45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_RUVZg45.png -------------------------------------------------------------------------------- /media/avatars/L_Rl9Kauq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_Rl9Kauq.png -------------------------------------------------------------------------------- /media/avatars/L_TWgqn5v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_TWgqn5v.png -------------------------------------------------------------------------------- /media/avatars/L_U3y3CyD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_U3y3CyD.png -------------------------------------------------------------------------------- /media/avatars/L_Udj4TdY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_Udj4TdY.png -------------------------------------------------------------------------------- /media/avatars/L_UwVKmvY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_UwVKmvY.png -------------------------------------------------------------------------------- /media/avatars/L_Vl46ysM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_Vl46ysM.png -------------------------------------------------------------------------------- /media/avatars/L_Wr5g1mX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_Wr5g1mX.png -------------------------------------------------------------------------------- /media/avatars/L_XBz9DLX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_XBz9DLX.png -------------------------------------------------------------------------------- /media/avatars/L_XooEPJc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_XooEPJc.png -------------------------------------------------------------------------------- /media/avatars/L_YOJcJ56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_YOJcJ56.png -------------------------------------------------------------------------------- /media/avatars/L_Ys0R2QB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_Ys0R2QB.png -------------------------------------------------------------------------------- /media/avatars/L_ZFJEEWO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_ZFJEEWO.png -------------------------------------------------------------------------------- /media/avatars/L_ZKFueXY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_ZKFueXY.png -------------------------------------------------------------------------------- /media/avatars/L_bGgjGcB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_bGgjGcB.png -------------------------------------------------------------------------------- /media/avatars/L_bSdwMEc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_bSdwMEc.png -------------------------------------------------------------------------------- /media/avatars/L_bwcgjv5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_bwcgjv5.png -------------------------------------------------------------------------------- /media/avatars/L_co3ARes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_co3ARes.png -------------------------------------------------------------------------------- /media/avatars/L_dNIcKaQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_dNIcKaQ.png -------------------------------------------------------------------------------- /media/avatars/L_daUBpTY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_daUBpTY.png -------------------------------------------------------------------------------- /media/avatars/L_dhg5yAW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_dhg5yAW.png -------------------------------------------------------------------------------- /media/avatars/L_gsr3dpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_gsr3dpp.png -------------------------------------------------------------------------------- /media/avatars/L_i10pfoY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_i10pfoY.png -------------------------------------------------------------------------------- /media/avatars/L_iQdEpp0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_iQdEpp0.png -------------------------------------------------------------------------------- /media/avatars/L_j6XeLPd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_j6XeLPd.png -------------------------------------------------------------------------------- /media/avatars/L_jhJoWAz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_jhJoWAz.png -------------------------------------------------------------------------------- /media/avatars/L_jx2BX18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_jx2BX18.png -------------------------------------------------------------------------------- /media/avatars/L_k19XESX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_k19XESX.png -------------------------------------------------------------------------------- /media/avatars/L_kI7qIdm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_kI7qIdm.png -------------------------------------------------------------------------------- /media/avatars/L_l65pg94.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_l65pg94.png -------------------------------------------------------------------------------- /media/avatars/L_l6ppFa3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_l6ppFa3.png -------------------------------------------------------------------------------- /media/avatars/L_lkdlvJU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_lkdlvJU.png -------------------------------------------------------------------------------- /media/avatars/L_loJk3AS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_loJk3AS.png -------------------------------------------------------------------------------- /media/avatars/L_nJ9Eh2a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_nJ9Eh2a.png -------------------------------------------------------------------------------- /media/avatars/L_nUvpDfl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_nUvpDfl.png -------------------------------------------------------------------------------- /media/avatars/L_pF9FDhn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_pF9FDhn.png -------------------------------------------------------------------------------- /media/avatars/L_pIHKfNL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_pIHKfNL.png -------------------------------------------------------------------------------- /media/avatars/L_q0pOnmq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_q0pOnmq.png -------------------------------------------------------------------------------- /media/avatars/L_rFn0ot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_rFn0ot3.png -------------------------------------------------------------------------------- /media/avatars/L_rROaJxR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_rROaJxR.png -------------------------------------------------------------------------------- /media/avatars/L_rquHw8p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_rquHw8p.png -------------------------------------------------------------------------------- /media/avatars/L_tXecXwY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_tXecXwY.png -------------------------------------------------------------------------------- /media/avatars/L_tjo4Cev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_tjo4Cev.png -------------------------------------------------------------------------------- /media/avatars/L_tuOzqL7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_tuOzqL7.png -------------------------------------------------------------------------------- /media/avatars/L_u5ZFcdV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_u5ZFcdV.png -------------------------------------------------------------------------------- /media/avatars/L_u8pVmEX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_u8pVmEX.png -------------------------------------------------------------------------------- /media/avatars/L_u9iva47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_u9iva47.png -------------------------------------------------------------------------------- /media/avatars/L_uZxfqBu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_uZxfqBu.png -------------------------------------------------------------------------------- /media/avatars/L_wiVuNsV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_wiVuNsV.png -------------------------------------------------------------------------------- /media/avatars/L_wojbLtH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_wojbLtH.png -------------------------------------------------------------------------------- /media/avatars/L_wp7AA0N.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_wp7AA0N.png -------------------------------------------------------------------------------- /media/avatars/L_xZzeOq8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_xZzeOq8.png -------------------------------------------------------------------------------- /media/avatars/L_xai4Wdp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_xai4Wdp.png -------------------------------------------------------------------------------- /media/avatars/L_xptxLvd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_xptxLvd.png -------------------------------------------------------------------------------- /media/avatars/L_y0oejIi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_y0oejIi.png -------------------------------------------------------------------------------- /media/avatars/L_yOvGWFw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_yOvGWFw.png -------------------------------------------------------------------------------- /media/avatars/L_ykcWtE3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_ykcWtE3.png -------------------------------------------------------------------------------- /media/avatars/L_yvNLCI5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/L_yvNLCI5.png -------------------------------------------------------------------------------- /media/avatars/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/avatar.png -------------------------------------------------------------------------------- /media/avatars/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/media/avatars/default.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | autopep8==1.4.3 2 | beautifulsoup4==4.7.1 3 | certifi==2019.3.9 4 | chardet==3.0.4 5 | Click==7.0 6 | Django==2.1.6 7 | django-haystack==2.8.1 8 | djangorestframework==3.9.2 9 | drf-haystack==1.8.4 10 | elasticsearch==2.4.1 11 | idna==2.8 12 | itsdangerous==1.1.0 13 | MarkupSafe==1.1.0 14 | Pillow==5.4.1 15 | pycodestyle==2.4.0 16 | PyMySQL==0.9.3 17 | python-dateutil==2.8.0 18 | pytz==2018.9 19 | requests==2.21.0 20 | six==1.12.0 21 | soupsieve==1.7.3 22 | urllib3==1.24.2 23 | Werkzeug==0.14.1 24 | -------------------------------------------------------------------------------- /script/test-uwsgi.py: -------------------------------------------------------------------------------- 1 | def application(env,start_response): 2 | start_response('200 OK',[('Content-Type','text/html')]) 3 | return [b"Hello Hero, all for one "] -------------------------------------------------------------------------------- /script/uwsgi.pid: -------------------------------------------------------------------------------- 1 | 9476 2 | -------------------------------------------------------------------------------- /script/uwsgi_ycblog.ini: -------------------------------------------------------------------------------- 1 | # luffy_uwsgi.ini file 2 | [uwsgi] 3 | 4 | # Django-related settings 5 | # the base directory (full path) 6 | # 指定运行目录,其实就是项目的根目录 7 | chdir = /root/YcBlog 8 | 9 | # Django's wsgi file 10 | # 导入django项目的wsgi模块 11 | module = cnblog.wsgi:application 12 | 13 | # 载入wsgi-file 14 | wsgi-file = cnblog/wsgi.py 15 | 16 | # the virtualenv (full path) 17 | # 配置虚拟环境python相关依赖包所在路径 18 | home = /root/YcBlog/venv 19 | 20 | # 补充,uwsgi启动时的用户和用户组,注意要按你自己的实际权限进行配置 21 | # 我这边是因为项目属主是operation,而operation我设置了添加进了nginx组 22 | # 但这种情况下uid仍不能设置nginx,除非你的项目目录所有文件属主都改为了nginx 23 | ; uid = operation 24 | ; gid = nginx 25 | 26 | # process-related settings 27 | # 开启master主进程 28 | master = true 29 | 30 | # maximum number of worker processes 31 | # 开启多少个进程数,workers项也等同processes 32 | # threads项则是设置运行线程,测试倒不用设置上线程 33 | processes = 4 34 | 35 | # the socket (use the full path to be safe) 36 | # 设置使用的socket端口或socket地址 37 | # socket = 0.0.0.0:8000 38 | # 上面的socket建议配置成一个luffy.socket文件后使用nginx来连接uWSGI运行,不然容易报socket的请求头错误和权限错误等。 39 | socket = /root/YcBlog/ycblog.sock 40 | 41 | # ... with appropriate permissions - may be needed 42 | # 配置生成的sock文件的权限 43 | chmod-socket = 664 44 | # 指定日志文件的权限 45 | logfile-chmod=644 46 | # 进程在后台运行,并将日志打印到指定文件 47 | daemonize=%(chdir)/script/uwsgi.log 48 | # 在失去权限前,将主进程pid写到指定的文件 49 | pidfile=%(chdir)/script/uwsgi.pid 50 | 51 | # clear environment on exit 52 | # 退出时清空环境,其实就是将自动生成的luffy.sock和相关pid文件给干掉。 53 | vacuum = true 54 | -------------------------------------------------------------------------------- /static/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/__init__.py -------------------------------------------------------------------------------- /static/blog/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/__init__.py -------------------------------------------------------------------------------- /static/blog/bs/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/bs/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /static/blog/bs/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/bs/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /static/blog/bs/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/bs/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /static/blog/bs/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/bs/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /static/blog/bs/js/npm.js: -------------------------------------------------------------------------------- 1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. 2 | require('../../js/transition.js') 3 | require('../../js/alert.js') 4 | require('../../js/button.js') 5 | require('../../js/carousel.js') 6 | require('../../js/collapse.js') 7 | require('../../js/dropdown.js') 8 | require('../../js/modal.js') 9 | require('../../js/tooltip.js') 10 | require('../../js/popover.js') 11 | require('../../js/scrollspy.js') 12 | require('../../js/tab.js') 13 | require('../../js/affix.js') -------------------------------------------------------------------------------- /static/blog/css/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/css/__init__.py -------------------------------------------------------------------------------- /static/blog/css/article_detail.css: -------------------------------------------------------------------------------- 1 | 2 | .article_info .title{ 3 | margin-bottom: 20px; 4 | } 5 | 6 | #div_digg { 7 | float: right; 8 | margin-bottom: 10px; 9 | margin-right: 30px; 10 | font-size: 12px; 11 | width: 125px; 12 | text-align: center; 13 | margin-top: 10px; 14 | } 15 | 16 | .diggit { 17 | float: left; 18 | width: 46px; 19 | height: 52px; 20 | background: url("/static/img/upup.gif") no-repeat; 21 | text-align: center; 22 | cursor: pointer; 23 | margin-top: 2px; 24 | padding-top: 5px; 25 | } 26 | .clear{ 27 | clear: both; 28 | } 29 | 30 | .buryit { 31 | float: right; 32 | margin-left: 20px; 33 | width: 46px; 34 | height: 52px; 35 | background: url("/static/img/downdown.gif") no-repeat; 36 | text-align: center; 37 | cursor: pointer; 38 | margin-top: 2px; 39 | padding-top: 5px; 40 | } 41 | 42 | 43 | input.author{ 44 | background-image: url("/static/img/icon_form.gif"); 45 | background-repeat: no-repeat; 46 | border: 1px solid #ccc; 47 | padding: 4px 4px 4px 30px; 48 | width: 300px; 49 | font-size: 13px; 50 | background-position: 3px -3px; 51 | } 52 | 53 | 54 | .comment_con{ 55 | margin-top: 10px; 56 | } 57 | 58 | .comment_item{ 59 | margin-left: 20px; 60 | } 61 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /static/blog/css/backend.css: -------------------------------------------------------------------------------- 1 | 2 | * { 3 | margin: 0; 4 | padding: 0; 5 | } 6 | a{text-decoration:none} 7 | 8 | .header { 9 | width: 100%; 10 | height: 60px; 11 | background-color: #333333; 12 | line-height: 60px; 13 | } 14 | 15 | .header .title { 16 | color: white; 17 | font-size: 25px; 18 | margin-left: 20px; 19 | font-weight: 100; 20 | } 21 | 22 | 23 | .header .title .info{ 24 | float: right; 25 | margin-right: 20px; 26 | font-size: 14px; 27 | text-decoration: none; 28 | color: white; 29 | 30 | } 31 | #accordion{ 32 | margin-top: 20px; 33 | } 34 | 35 | .article_list{ 36 | padding: 30px; 37 | } 38 | 39 | .alert-success{ 40 | margin: 8px 0; 41 | } 42 | 43 | 44 | 45 | [name='title']{ 46 | width: 100%; 47 | } 48 | 49 | .tab-pane{ 50 | margin-top: 40px; 51 | margin-left: 40px; 52 | } 53 | .tab-pane img{ 54 | 55 | border-radius: 80%; 56 | margin: 20px 20px; 57 | } 58 | -------------------------------------------------------------------------------- /static/blog/css/dracula.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Dracula Theme v1.2.0 4 | 5 | https://github.com/zenorocha/dracula-theme 6 | 7 | Copyright 2015, All rights reserved 8 | 9 | Code licensed under the MIT license 10 | http://zenorocha.mit-license.org 11 | 12 | @author Éverton Ribeiro 13 | @author Zeno Rocha 14 | 15 | */ 16 | 17 | .hljs { 18 | display: block; 19 | overflow-x: auto; 20 | padding: 0.5em; 21 | background: #282a36; 22 | } 23 | 24 | .hljs-keyword, 25 | .hljs-selector-tag, 26 | .hljs-literal, 27 | .hljs-section, 28 | .hljs-link { 29 | color: #8be9fd; 30 | } 31 | 32 | .hljs-function .hljs-keyword { 33 | color: #ff79c6; 34 | } 35 | 36 | .hljs, 37 | .hljs-subst { 38 | color: #f8f8f2; 39 | } 40 | 41 | .hljs-string, 42 | .hljs-title, 43 | .hljs-name, 44 | .hljs-type, 45 | .hljs-attribute, 46 | .hljs-symbol, 47 | .hljs-bullet, 48 | .hljs-addition, 49 | .hljs-variable, 50 | .hljs-template-tag, 51 | .hljs-template-variable { 52 | color: #f1fa8c; 53 | } 54 | 55 | .hljs-comment, 56 | .hljs-quote, 57 | .hljs-deletion, 58 | .hljs-meta { 59 | color: #6272a4; 60 | } 61 | 62 | .hljs-keyword, 63 | .hljs-selector-tag, 64 | .hljs-literal, 65 | .hljs-title, 66 | .hljs-section, 67 | .hljs-doctag, 68 | .hljs-type, 69 | .hljs-name, 70 | .hljs-strong { 71 | font-weight: bold; 72 | } 73 | 74 | .hljs-emphasis { 75 | font-style: italic; 76 | } 77 | -------------------------------------------------------------------------------- /static/blog/css/home_site.css: -------------------------------------------------------------------------------- 1 | * { 2 | margin: 0; 3 | padding: 0; 4 | } 5 | 6 | .header { 7 | width: 100%; 8 | height: 60px; 9 | background-color: #333333; 10 | line-height: 60px; 11 | } 12 | 13 | .header .title { 14 | font-size: 18px; 15 | font-weight: 100; 16 | line-height: 60px; 17 | color: white; 18 | margin-left: 15px; 19 | margin-top: -10px; 20 | } 21 | 22 | .backend { 23 | float: right; 24 | color: white; 25 | text-decoration: none; 26 | font-size: 14px; 27 | margin-right: 10px; 28 | margin-top: 10px; 29 | } 30 | 31 | .pub_info { 32 | margin-top: 10px; 33 | color: darkgrey; 34 | } 35 | 36 | .menu { 37 | margin-top: 20px; 38 | } 39 | -------------------------------------------------------------------------------- /static/blog/img/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/img/__init__.py -------------------------------------------------------------------------------- /static/blog/img/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/img/default.png -------------------------------------------------------------------------------- /static/blog/js/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/js/__init__.py -------------------------------------------------------------------------------- /static/blog/kindeditor/asp.net/README.txt: -------------------------------------------------------------------------------- 1 | KindEditor ASP.NET 2 | 3 | 本ASP.NET程序是演示程序,建议不要直接在实际项目中使用。 4 | 如果您确定直接使用本程序,使用之前请仔细确认相关安全设置。 5 | 6 | 使用方法: 7 | 8 | 1. 解压zip文件,将所有文件复制到IIS的wwwroot/kindeditor目录下。 9 | 10 | 2. 将kindeditor/asp.net/bin目录下的dll文件复制到wwwroot/bin目录下。 11 | 12 | 3. 打开浏览器,输入http://localhost:[P0RT]/kindeditor/asp.net/demo.aspx。 13 | -------------------------------------------------------------------------------- /static/blog/kindeditor/asp.net/bin/LitJSON.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/asp.net/bin/LitJSON.dll -------------------------------------------------------------------------------- /static/blog/kindeditor/asp/JSON_2.0.4.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/asp/JSON_2.0.4.asp -------------------------------------------------------------------------------- /static/blog/kindeditor/jsp/README.txt: -------------------------------------------------------------------------------- 1 | KindEditor JSP 2 | 3 | 本JSP程序是演示程序,建议不要直接在实际项目中使用。 4 | 如果您确定直接使用本程序,使用之前请仔细确认相关安全设置。 5 | 6 | 使用方法: 7 | 8 | 1. 解压zip文件,将所有文件复制到Tomcat的webapps/kindeditor目录下。 9 | 10 | 2. 将kindeditor/jsp/lib目录下的3个jar文件复制到Tomcat的lib目录下,并重新启动Tomcat。 11 | * commons-fileupload-1.2.1.jar 12 | * commons-io-1.4.jar 13 | * json_simple-1.1.jar 14 | 15 | 3. 打开浏览器,输入http://localhost:[P0RT]/kindeditor/jsp/demo.jsp。 16 | -------------------------------------------------------------------------------- /static/blog/kindeditor/php/demo.php: -------------------------------------------------------------------------------- 1 | 11 | 12 | 13 | 14 | 15 | KindEditor PHP 16 | 17 | 18 | 19 | 20 | 21 | 43 | 44 | 45 | 46 |
47 | 48 |
49 | (提交快捷键: Ctrl + Enter) 50 |
51 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/anchor/anchor.js: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * KindEditor - WYSIWYG HTML Editor for Internet 3 | * Copyright (C) 2006-2011 kindsoft.net 4 | * 5 | * @author Roddy 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('anchor', function(K) { 11 | var self = this, name = 'anchor', lang = self.lang(name + '.'); 12 | self.plugin.anchor = { 13 | edit : function() { 14 | var html = ['
', 15 | '
', 16 | '', 17 | '', 18 | '
', 19 | '
'].join(''); 20 | var dialog = self.createDialog({ 21 | name : name, 22 | width : 300, 23 | title : self.lang(name), 24 | body : html, 25 | yesBtn : { 26 | name : self.lang('yes'), 27 | click : function(e) { 28 | self.insertHtml('').hideDialog().focus(); 29 | } 30 | } 31 | }); 32 | var div = dialog.div, 33 | nameBox = K('input[name="name"]', div); 34 | var img = self.plugin.getSelectedAnchor(); 35 | if (img) { 36 | nameBox.val(unescape(img.attr('data-ke-name'))); 37 | } 38 | nameBox[0].focus(); 39 | nameBox[0].select(); 40 | }, 41 | 'delete' : function() { 42 | self.plugin.getSelectedAnchor().remove(); 43 | } 44 | }; 45 | self.clickToolbar(name, self.plugin.anchor.edit); 46 | }); 47 | -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/autoheight/autoheight.js: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * KindEditor - WYSIWYG HTML Editor for Internet 3 | * Copyright (C) 2006-2011 kindsoft.net 4 | * 5 | * @author Roddy 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('autoheight', function(K) { 11 | var self = this; 12 | 13 | if (!self.autoHeightMode) { 14 | return; 15 | } 16 | 17 | var minHeight; 18 | 19 | function hideScroll() { 20 | var edit = self.edit; 21 | var body = edit.doc.body; 22 | edit.iframe[0].scroll = 'no'; 23 | body.style.overflowY = 'hidden'; 24 | } 25 | 26 | function resetHeight() { 27 | var edit = self.edit; 28 | var body = edit.doc.body; 29 | edit.iframe.height(minHeight); 30 | self.resize(null, Math.max((K.IE ? body.scrollHeight : body.offsetHeight) + 76, minHeight)); 31 | } 32 | 33 | function init() { 34 | minHeight = K.removeUnit(self.height); 35 | 36 | self.edit.afterChange(resetHeight); 37 | hideScroll(); 38 | resetHeight(); 39 | } 40 | 41 | if (self.isCreated) { 42 | init(); 43 | } else { 44 | self.afterCreate(init); 45 | } 46 | }); 47 | 48 | /* 49 | * 如何实现真正的自动高度? 50 | * 修改编辑器高度之后,再次获取body内容高度时,最小值只会是当前iframe的设置高度,这样就导致高度只增不减。 51 | * 所以每次获取body内容高度之前,先将iframe的高度重置为最小高度,这样就能获取body的实际高度。 52 | * 由此就实现了真正的自动高度 53 | * 测试:chrome、firefox、IE9、IE8 54 | * */ 55 | -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/baidumap/map.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Baidu Maps 6 | 10 | 11 | 39 | 40 | 41 |
42 | 43 | 44 | -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/clearhtml/clearhtml.js: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * KindEditor - WYSIWYG HTML Editor for Internet 3 | * Copyright (C) 2006-2011 kindsoft.net 4 | * 5 | * @author Roddy 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('clearhtml', function(K) { 11 | var self = this, name = 'clearhtml'; 12 | self.clickToolbar(name, function() { 13 | self.focus(); 14 | var html = self.html(); 15 | html = html.replace(/(]*>)([\s\S]*?)(<\/script>)/ig, ''); 16 | html = html.replace(/(]*>)([\s\S]*?)(<\/style>)/ig, ''); 17 | html = K.formatHtml(html, { 18 | a : ['href', 'target'], 19 | embed : ['src', 'width', 'height', 'type', 'loop', 'autostart', 'quality', '.width', '.height', 'align', 'allowscriptaccess'], 20 | img : ['src', 'width', 'height', 'border', 'alt', 'title', '.width', '.height'], 21 | table : ['border'], 22 | 'td,th' : ['rowspan', 'colspan'], 23 | 'div,hr,br,tbody,tr,p,ol,ul,li,blockquote,h1,h2,h3,h4,h5,h6' : [] 24 | }); 25 | self.html(html); 26 | self.cmd.selection(true); 27 | self.addBookmark(); 28 | }); 29 | }); 30 | -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/code/prettify.css: -------------------------------------------------------------------------------- 1 | .pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee} 2 | 3 | pre.prettyprint { 4 | border: 0; 5 | border-left: 3px solid rgb(204, 204, 204); 6 | margin-left: 2em; 7 | padding: 0.5em; 8 | font-size: 110%; 9 | display: block; 10 | font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace; 11 | margin: 1em 0px; 12 | white-space: pre; 13 | } 14 | -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/0.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/1.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/10.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/100.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/101.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/101.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/102.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/102.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/103.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/103.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/104.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/104.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/105.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/105.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/106.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/106.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/107.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/107.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/108.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/108.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/109.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/109.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/11.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/110.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/110.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/111.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/111.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/112.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/112.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/113.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/113.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/114.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/114.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/115.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/115.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/116.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/116.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/117.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/117.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/118.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/118.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/119.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/119.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/12.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/120.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/120.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/121.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/121.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/122.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/122.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/123.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/123.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/124.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/124.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/125.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/125.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/126.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/126.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/127.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/127.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/128.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/128.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/129.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/129.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/13.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/130.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/130.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/131.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/131.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/132.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/132.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/133.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/133.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/134.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/134.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/14.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/15.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/16.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/17.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/18.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/19.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/2.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/20.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/21.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/22.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/23.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/24.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/25.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/26.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/27.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/28.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/29.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/3.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/30.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/31.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/32.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/33.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/34.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/35.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/36.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/37.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/38.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/39.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/4.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/40.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/41.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/42.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/43.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/44.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/45.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/46.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/47.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/48.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/49.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/5.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/50.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/51.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/52.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/53.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/54.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/55.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/56.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/57.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/58.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/59.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/6.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/60.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/61.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/62.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/63.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/64.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/65.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/66.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/67.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/68.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/69.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/7.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/70.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/71.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/72.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/72.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/73.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/73.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/74.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/74.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/75.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/75.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/76.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/76.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/77.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/77.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/78.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/78.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/79.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/79.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/8.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/80.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/81.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/81.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/82.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/82.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/83.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/83.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/84.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/84.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/85.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/85.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/86.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/86.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/87.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/87.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/88.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/88.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/89.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/89.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/9.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/90.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/90.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/91.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/91.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/92.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/92.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/93.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/93.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/94.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/94.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/95.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/95.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/96.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/96.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/97.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/97.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/98.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/98.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/99.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/99.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/emoticons/images/static.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/emoticons/images/static.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/filemanager/images/file-16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/filemanager/images/file-16.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/filemanager/images/file-64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/filemanager/images/file-64.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/filemanager/images/folder-16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/filemanager/images/folder-16.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/filemanager/images/folder-64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/filemanager/images/folder-64.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/filemanager/images/go-up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/filemanager/images/go-up.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/fixtoolbar/fixtoolbar.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created by chenyihong on 14/12/4.txt. 3 | */ 4 | 5 | KindEditor.plugin('fixtoolbar', function (K) { 6 | var self = this; 7 | if (!self.fixToolBar) { 8 | return; 9 | } 10 | 11 | function init() { 12 | var toolbar = K('.ke-toolbar'); 13 | var originY = toolbar.pos().y; 14 | K(window).bind('scroll', function () { 15 | if (toolbar.css('position') == 'fixed') { 16 | if(document.body.scrollTop - originY < 0){ 17 | toolbar.css('position', 'static'); 18 | toolbar.css('top', 'auto'); 19 | } 20 | } else { 21 | if (toolbar.pos().y - document.body.scrollTop < 0) { 22 | toolbar.css('position', 'fixed'); 23 | toolbar.css('top', 0); 24 | } 25 | } 26 | }); 27 | } 28 | 29 | if (self.isCreated) { 30 | init(); 31 | } else { 32 | self.afterCreate(init); 33 | } 34 | 35 | }); 36 | -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/image/images/align_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/image/images/align_left.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/image/images/align_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/image/images/align_right.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/image/images/align_top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/image/images/align_top.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/image/images/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/image/images/refresh.png -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/lineheight/lineheight.js: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * KindEditor - WYSIWYG HTML Editor for Internet 3 | * Copyright (C) 2006-2011 kindsoft.net 4 | * 5 | * @author Roddy 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('lineheight', function(K) { 11 | var self = this, name = 'lineheight', lang = self.lang(name + '.'); 12 | self.clickToolbar(name, function() { 13 | var curVal = '', commonNode = self.cmd.commonNode({'*' : '.line-height'}); 14 | if (commonNode) { 15 | curVal = commonNode.css('line-height'); 16 | } 17 | var menu = self.createMenu({ 18 | name : name, 19 | width : 150 20 | }); 21 | K.each(lang.lineHeight, function(i, row) { 22 | K.each(row, function(key, val) { 23 | menu.addItem({ 24 | title : val, 25 | checked : curVal === key, 26 | click : function() { 27 | self.cmd.toggle('', { 28 | span : '.line-height=' + key 29 | }); 30 | self.updateState(); 31 | self.addBookmark(); 32 | self.hideMenu(); 33 | } 34 | }); 35 | }); 36 | }); 37 | }); 38 | }); 39 | -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/multiimage/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/multiimage/images/image.png -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/multiimage/images/select-files-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/multiimage/images/select-files-en.png -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/multiimage/images/select-files-zh-CN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/multiimage/images/select-files-zh-CN.png -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/multiimage/images/swfupload.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/plugins/multiimage/images/swfupload.swf -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/pagebreak/pagebreak.js: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * KindEditor - WYSIWYG HTML Editor for Internet 3 | * Copyright (C) 2006-2011 kindsoft.net 4 | * 5 | * @author Roddy 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('pagebreak', function(K) { 11 | var self = this; 12 | var name = 'pagebreak'; 13 | var pagebreakHtml = K.undef(self.pagebreakHtml, '
'); 14 | 15 | self.clickToolbar(name, function() { 16 | var cmd = self.cmd, range = cmd.range; 17 | self.focus(); 18 | var tail = self.newlineTag == 'br' || K.WEBKIT ? '' : ''; 19 | self.insertHtml(pagebreakHtml + tail); 20 | if (tail !== '') { 21 | var p = K('#__kindeditor_tail_tag__', self.edit.doc); 22 | range.selectNodeContents(p[0]); 23 | p.removeAttr('id'); 24 | cmd.select(); 25 | } 26 | }); 27 | }); 28 | -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/plainpaste/plainpaste.js: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * KindEditor - WYSIWYG HTML Editor for Internet 3 | * Copyright (C) 2006-2011 kindsoft.net 4 | * 5 | * @author Roddy 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('plainpaste', function(K) { 11 | var self = this, name = 'plainpaste'; 12 | self.clickToolbar(name, function() { 13 | var lang = self.lang(name + '.'), 14 | html = '
' + 15 | '
' + lang.comment + '
' + 16 | '' + 17 | '
', 18 | dialog = self.createDialog({ 19 | name : name, 20 | width : 450, 21 | title : self.lang(name), 22 | body : html, 23 | yesBtn : { 24 | name : self.lang('yes'), 25 | click : function(e) { 26 | var html = textarea.val(); 27 | html = K.escape(html); 28 | html = html.replace(/ {2}/g, '  '); 29 | if (self.newlineTag == 'p') { 30 | html = html.replace(/^/, '

').replace(/$/, '

').replace(/\n/g, '

'); 31 | } else { 32 | html = html.replace(/\n/g, '
$&'); 33 | } 34 | self.insertHtml(html).hideDialog().focus(); 35 | } 36 | } 37 | }), 38 | textarea = K('textarea', dialog.div); 39 | textarea[0].focus(); 40 | }); 41 | }); 42 | -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/preview/preview.js: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * KindEditor - WYSIWYG HTML Editor for Internet 3 | * Copyright (C) 2006-2011 kindsoft.net 4 | * 5 | * @author Roddy 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('preview', function(K) { 11 | var self = this, name = 'preview', undefined; 12 | self.clickToolbar(name, function() { 13 | var lang = self.lang(name + '.'), 14 | html = '

' + 15 | '' + 16 | '
', 17 | dialog = self.createDialog({ 18 | name : name, 19 | width : 750, 20 | title : self.lang(name), 21 | body : html 22 | }), 23 | iframe = K('iframe', dialog.div), 24 | doc = K.iframeDoc(iframe); 25 | doc.open(); 26 | doc.write(self.fullHtml()); 27 | doc.close(); 28 | K(doc.body).css('background-color', '#FFF'); 29 | iframe[0].contentWindow.focus(); 30 | }); 31 | }); 32 | -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/template/html/1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |

8 | 在此处输入标题 9 |

10 |

11 | 在此处输入内容 12 |

13 | 14 | -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/template/html/2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |

8 | 标题 9 |

10 | 11 | 12 | 13 | 16 | 19 | 20 | 21 | 24 | 27 | 28 | 29 | 32 | 35 | 36 | 37 |
14 |

标题1

15 |
17 |

标题1

18 |
22 | 内容1 23 | 25 | 内容2 26 |
30 | 内容3 31 | 33 | 内容4 34 |
38 |

39 | 表格说明 40 |

41 | 42 | -------------------------------------------------------------------------------- /static/blog/kindeditor/plugins/template/html/3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |

8 | 在此处输入内容 9 |

10 |
    11 |
  1. 12 | 描述1 13 |
  2. 14 |
  3. 15 | 描述2 16 |
  4. 17 |
  5. 18 | 描述3 19 |
  6. 20 |
21 |

22 | 在此处输入内容 23 |

24 |
    25 |
  • 26 | 描述1 27 |
  • 28 |
  • 29 | 描述2 30 |
  • 31 |
  • 32 | 描述3 33 |
  • 34 |
35 | 36 | -------------------------------------------------------------------------------- /static/blog/kindeditor/themes/common/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/themes/common/anchor.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/themes/common/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/themes/common/blank.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/themes/common/flash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/themes/common/flash.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/themes/common/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/themes/common/loading.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/themes/common/media.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/themes/common/media.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/themes/common/rm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/themes/common/rm.gif -------------------------------------------------------------------------------- /static/blog/kindeditor/themes/default/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/themes/default/background.png -------------------------------------------------------------------------------- /static/blog/kindeditor/themes/default/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/themes/default/default.png -------------------------------------------------------------------------------- /static/blog/kindeditor/themes/qq/editor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/blog/kindeditor/themes/qq/editor.gif -------------------------------------------------------------------------------- /static/font/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/font/__init__.py -------------------------------------------------------------------------------- /static/font/pingfang.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/font/pingfang.ttf -------------------------------------------------------------------------------- /static/img/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/img/__init__.py -------------------------------------------------------------------------------- /static/img/downdown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/img/downdown.gif -------------------------------------------------------------------------------- /static/img/icon_form.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/img/icon_form.gif -------------------------------------------------------------------------------- /static/img/o_pexels-photo-691668.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/img/o_pexels-photo-691668.png -------------------------------------------------------------------------------- /static/img/pexels-photo-169789.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/img/pexels-photo-169789.png -------------------------------------------------------------------------------- /static/img/timg.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/img/timg.jpeg -------------------------------------------------------------------------------- /static/img/upup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/img/upup.gif -------------------------------------------------------------------------------- /static/js/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/js/__init__.py -------------------------------------------------------------------------------- /static/superme/3.txt: -------------------------------------------------------------------------------- 1 |
2 |
3 | 4 |

华为董事陶景文:未来每年投 150 亿-200 亿美元用于研发

5 |

  近年来,华为在研发投入上在国内企业中首屈一指,而对于未来,华为也制定了全新的目标。

6 |

  据中证网报道,在 9 月 9 日上午举行的“西藏高高原经济高峰论坛”上,华为董事、首席信息官陶景文表示,将从数字政府、数字通信、公共安全、公共事业及人才培养五个方面助力西藏数字化转型。

7 |

  他还透露,华为每年将销售收入 10-15% 用于研发投入,过去 10 年累计超过 3000 亿元。未来每年将投入 150 亿-200 亿美元的研发费用,并不断加大基础研究与前沿技术领域的探索。

8 |

  2017 年华为年报显示,去年华为研发人员约 8 万名,占公司总人数的 45%。研发费用支出为人民币 897 亿元,约占总收入的 14.9%。近十年累计投入的研发费用超过人民币 3940 亿元。

9 |

  在全球范围内,华为的研发资金投入排名第三,仅次于亚马逊和谷歌母公司 Alphabet。

10 |

  截至 2017 年 12 月 31 日,华为累计专利授权 74307 件;申请中国专利 64091 件,外国专利申请累计 48758 件,其中 90% 以上均为发明型专利。

11 | -------------------------------------------------------------------------------- /static/superme/4.txt: -------------------------------------------------------------------------------- 1 |
2 |
3 | 4 |

华为董事陶景文:未来每年投 150 亿-200 亿美元用于研发

5 |

  近年来,华为在研发投入上在国内企业中首屈一指,而对于未来,华为也制定了全新的目标。

6 |

  据中证网报道,在 9 月 9 日上午举行的“西藏高高原经济高峰论坛”上,华为董事、首席信息官陶景文表示,将从数字政府、数字通信、公共安全、公共事业及人才培养五个方面助力西藏数字化转型。

7 |

  他还透露,华为每年将销售收入 10-15% 用于研发投入,过去 10 年累计超过 3000 亿元。未来每年将投入 150 亿-200 亿美元的研发费用,并不断加大基础研究与前沿技术领域的探索。

8 |

  2017 年华为年报显示,去年华为研发人员约 8 万名,占公司总人数的 45%。研发费用支出为人民币 897 亿元,约占总收入的 14.9%。近十年累计投入的研发费用超过人民币 3940 亿元。

9 |

  在全球范围内,华为的研发资金投入排名第三,仅次于亚马逊和谷歌母公司 Alphabet。

10 |

  截至 2017 年 12 月 31 日,华为累计专利授权 74307 件;申请中国专利 64091 件,外国专利申请累计 48758 件,其中 90% 以上均为发明型专利。

11 | -------------------------------------------------------------------------------- /static/superme/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/static/superme/__init__.py -------------------------------------------------------------------------------- /templates/backend/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yance-dev/YcBlog/e1922412177e5d19571bbf8527f4c96f55e7e16f/templates/backend/__init__.py -------------------------------------------------------------------------------- /templates/backend/add_article.html: -------------------------------------------------------------------------------- 1 | {% extends 'backend/base.html' %} 2 | 3 | {% block content %} 4 | 5 |
6 | {% csrf_token %} 7 |
8 |
添加文章
9 | 10 |
11 |
12 | 13 |
14 | 15 |
16 |
17 | 18 |
19 | 20 |
21 | 22 |
23 |
24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 |
32 |
33 | 34 | 35 | 36 | 52 | 53 | 54 | {% endblock %} -------------------------------------------------------------------------------- /templates/backend/backend.html: -------------------------------------------------------------------------------- 1 | {% extends 'backend/base.html' %} 2 | 3 | 4 | 5 | {% block content %} 6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | {% for article in article_list %} 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | {% endfor %} 26 | 27 | 28 |
标题评论数点赞数操作操作
{{ article.title }}{{ article.comment_count }}{{ article.up_count }}编辑删除
29 |
30 | {% endblock %} -------------------------------------------------------------------------------- /templates/home_site.html: -------------------------------------------------------------------------------- 1 | {% extends 'base.html' %} 2 | 3 | 4 | {% block content %} 5 |
6 |
7 | {% for article in article_list %} 8 |
9 |

{{ article.title }} 11 |

12 |
13 | {{ article.desc }} 14 |
15 | 20 |
21 |
22 | {% endfor %} 23 | 24 |
25 |
26 | {% endblock %} 27 | -------------------------------------------------------------------------------- /templates/lr_base.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Title 6 | 7 | 48 | 49 | 50 | 51 | 56 | 57 |
58 |
59 |
60 |
61 | {% block title %} 62 | 63 | {% endblock %} 64 | 65 |
66 | 67 | 68 |
69 | 70 | {% block content %} 71 | 72 | {% endblock %} 73 | 74 |
75 |
76 |
77 |
78 | 79 | 80 | 81 | -------------------------------------------------------------------------------- /templates/not_found.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Title 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 | cnblogs 14 |

404. 抱歉! 您访问的资源不存在!

15 |

请确认您输入的网址是否正确,如果问题持续存在,请发邮件至 404042726@qq.com 与 老村长 联系。

16 |

返回网站首页

17 | 18 |
19 |
20 | 21 | -------------------------------------------------------------------------------- /templates/test.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Title 6 | 7 | 8 | ok 9 | 10 | -------------------------------------------------------------------------------- /uwsgi_params: -------------------------------------------------------------------------------- 1 | 2 | uwsgi_param QUERY_STRING $query_string; 3 | uwsgi_param REQUEST_METHOD $request_method; 4 | uwsgi_param CONTENT_TYPE $content_type; 5 | uwsgi_param CONTENT_LENGTH $content_length; 6 | 7 | uwsgi_param REQUEST_URI $request_uri; 8 | uwsgi_param PATH_INFO $document_uri; 9 | uwsgi_param DOCUMENT_ROOT $document_root; 10 | uwsgi_param SERVER_PROTOCOL $server_protocol; 11 | uwsgi_param REQUEST_SCHEME $scheme; 12 | uwsgi_param HTTPS $https if_not_empty; 13 | 14 | uwsgi_param REMOTE_ADDR $remote_addr; 15 | uwsgi_param REMOTE_PORT $remote_port; 16 | uwsgi_param SERVER_PORT $server_port; 17 | uwsgi_param SERVER_NAME $server_name; 18 | -------------------------------------------------------------------------------- /ycblog.conf: -------------------------------------------------------------------------------- 1 | # ycblog_nginx.conf 2 | 3 | # the upstream component nginx needs to connect to 4 | upstream django { 5 | server unix:///root/YcBlog/ycblog.sock; 6 | # for a file socket 7 | # server 127.0.0.1:8083; 8 | # for a web port socket (we'll use this first) 9 | } 10 | 11 | # configuration of the server 12 | server { 13 | # the port your site will be served on 14 | listen 80; 15 | # the domain name it will serve for 16 | server_name blog.huangyongchi.com; 17 | # substitute your machine's IP address or FQDN 18 | charset utf-8; 19 | 20 | # max upload size 21 | client_max_body_size 75M; # adjust to taste 22 | 23 | # Django media 24 | location /media { 25 | alias /root/YcBlog/media; 26 | # your Django project's media files - amend as required 27 | } 28 | 29 | location /static { 30 | alias /root/YcBlog/static; 31 | # your Django project's static files - amend as required 32 | } 33 | 34 | # Finally, send all non-media requests to the Django server. 35 | location / { 36 | uwsgi_pass django; 37 | include /root/YcBlog/uwsgi_params; 38 | # the uwsgi_params file you installed 39 | } 40 | } 41 | --------------------------------------------------------------------------------