├── VERSION ├── templates ├── mail │ ├── .gitkeep │ └── new_blog_today.html ├── html-master │ ├── README.md │ ├── images │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── v.png │ │ ├── abbg.png │ │ ├── ad.jpg │ │ ├── ad02.jpg │ │ ├── b01.jpg │ │ ├── b02.jpg │ │ ├── b03.jpg │ │ ├── b04.jpg │ │ ├── b05.jpg │ │ ├── bg.png │ │ ├── c01.png │ │ ├── c02.png │ │ ├── c03.png │ │ ├── c04.png │ │ ├── h1.jpg │ │ ├── h2.jpg │ │ ├── jt.png │ │ ├── left.png │ │ ├── lm01.jpg │ │ ├── lm02.jpg │ │ ├── lm03.jpg │ │ ├── lm04.jpg │ │ ├── mian.png │ │ ├── qq1.png │ │ ├── qq2.png │ │ ├── star.png │ │ ├── top.png │ │ ├── top1.jpg │ │ ├── top2.jpg │ │ ├── top3.jpg │ │ ├── top4.jpg │ │ ├── top6.gif │ │ ├── top7.jpg │ │ ├── top8.jpg │ │ ├── top9.jpg │ │ ├── wx.png │ │ ├── 栏目封面.psd │ │ ├── aliyun.jpg │ │ ├── aliyun.png │ │ ├── avatar.jpg │ │ ├── avatar.png │ │ ├── close.png │ │ ├── hline.png │ │ ├── joinwx.png │ │ ├── longad.jpg │ │ ├── right.png │ │ ├── text01.jpg │ │ ├── text02.jpg │ │ ├── text03.jpg │ │ ├── text04.jpg │ │ ├── text05.jpg │ │ ├── text06.jpg │ │ ├── text07.jpg │ │ ├── top10.jpg │ │ ├── top11.jpg │ │ ├── top12.jpg │ │ ├── top13.jpg │ │ ├── top14.jpg │ │ ├── wxgzh.jpg │ │ ├── 未标题-2.jpg │ │ ├── huangguan.png │ │ ├── jinniuyun.jpg │ │ ├── joinwxqun.png │ │ └── quote-bg.png │ └── js │ │ └── page2.js ├── ByteDanceVerify.html ├── 404.html ├── 500.html ├── 403.html ├── 400.html └── 403_csrf.html ├── DjangoUeditor ├── __init__.py ├── static │ └── ueditor │ │ ├── themes │ │ ├── iframe.css │ │ └── default │ │ │ └── images │ │ │ ├── lock.gif │ │ │ ├── word.gif │ │ │ ├── anchor.gif │ │ │ ├── arrow.png │ │ │ ├── charts.png │ │ │ ├── icons.gif │ │ │ ├── icons.png │ │ │ ├── loading.gif │ │ │ ├── scale.png │ │ │ ├── spacer.gif │ │ │ ├── upload.png │ │ │ ├── arrow_up.png │ │ │ ├── button-bg.gif │ │ │ ├── cursor_h.gif │ │ │ ├── cursor_h.png │ │ │ ├── cursor_v.gif │ │ │ ├── cursor_v.png │ │ │ ├── fileScan.png │ │ │ ├── icons-all.gif │ │ │ ├── loaderror.png │ │ │ ├── pagebreak.gif │ │ │ ├── sortable.png │ │ │ ├── videologo.gif │ │ │ ├── wordpaste.png │ │ │ ├── arrow_down.png │ │ │ ├── cancelbutton.gif │ │ │ ├── highlighted.gif │ │ │ ├── sparator_v.png │ │ │ ├── toolbar_bg.png │ │ │ ├── unhighlighted.gif │ │ │ ├── dialog-title-bg.png │ │ │ ├── neweditor-tab-bg.png │ │ │ ├── table-cell-align.png │ │ │ └── tangram-colorpicker.png │ │ ├── UEditorSnapscreen.exe │ │ ├── lang │ │ ├── en │ │ │ └── images │ │ │ │ ├── copy.png │ │ │ │ ├── button.png │ │ │ │ ├── music.png │ │ │ │ ├── upload.png │ │ │ │ ├── addimage.png │ │ │ │ ├── background.png │ │ │ │ ├── localimage.png │ │ │ │ ├── deletedisable.png │ │ │ │ ├── deleteenable.png │ │ │ │ ├── listbackground.png │ │ │ │ ├── rotateleftenable.png │ │ │ │ ├── alldeletebtnupskin.png │ │ │ │ ├── rotateleftdisable.png │ │ │ │ ├── rotaterightdisable.png │ │ │ │ ├── rotaterightenable.png │ │ │ │ └── alldeletebtnhoverskin.png │ │ └── zh-cn │ │ │ └── images │ │ │ ├── copy.png │ │ │ ├── music.png │ │ │ ├── upload.png │ │ │ └── localimage.png │ │ ├── dialogs │ │ ├── emotion │ │ │ └── images │ │ │ │ ├── 0.gif │ │ │ │ ├── bface.gif │ │ │ │ ├── cface.gif │ │ │ │ ├── fface.gif │ │ │ │ ├── tface.gif │ │ │ │ ├── wface.gif │ │ │ │ ├── yface.gif │ │ │ │ ├── jxface2.gif │ │ │ │ └── neweditor-tab-bg.png │ │ ├── image │ │ │ └── images │ │ │ │ ├── bg.png │ │ │ │ ├── icons.gif │ │ │ │ ├── icons.png │ │ │ │ ├── image.png │ │ │ │ ├── progress.png │ │ │ │ ├── success.gif │ │ │ │ ├── success.png │ │ │ │ └── alignicon.jpg │ │ ├── table │ │ │ └── dragicon.png │ │ ├── video │ │ │ └── images │ │ │ │ ├── bg.png │ │ │ │ ├── icons.gif │ │ │ │ ├── icons.png │ │ │ │ ├── image.png │ │ │ │ ├── progress.png │ │ │ │ ├── success.gif │ │ │ │ ├── success.png │ │ │ │ ├── file-icons.gif │ │ │ │ ├── file-icons.png │ │ │ │ ├── left_focus.jpg │ │ │ │ ├── none_focus.jpg │ │ │ │ ├── center_focus.jpg │ │ │ │ └── right_focus.jpg │ │ ├── scrawl │ │ │ └── images │ │ │ │ ├── redo.png │ │ │ │ ├── size.png │ │ │ │ ├── undo.png │ │ │ │ ├── addimg.png │ │ │ │ ├── brush.png │ │ │ │ ├── delimg.png │ │ │ │ ├── delimgH.png │ │ │ │ ├── empty.png │ │ │ │ ├── emptyH.png │ │ │ │ ├── eraser.png │ │ │ │ ├── redoH.png │ │ │ │ ├── scale.png │ │ │ │ ├── scaleH.png │ │ │ │ └── undoH.png │ │ ├── template │ │ │ └── images │ │ │ │ ├── bg.gif │ │ │ │ ├── pre0.png │ │ │ │ ├── pre1.png │ │ │ │ ├── pre2.png │ │ │ │ ├── pre3.png │ │ │ │ └── pre4.png │ │ ├── attachment │ │ │ ├── images │ │ │ │ ├── bg.png │ │ │ │ ├── icons.gif │ │ │ │ ├── icons.png │ │ │ │ ├── image.png │ │ │ │ ├── progress.png │ │ │ │ ├── success.gif │ │ │ │ ├── success.png │ │ │ │ ├── alignicon.gif │ │ │ │ ├── alignicon.png │ │ │ │ ├── file-icons.gif │ │ │ │ └── file-icons.png │ │ │ └── fileTypeImages │ │ │ │ ├── icon_mv.gif │ │ │ │ ├── icon_chm.gif │ │ │ │ ├── icon_doc.gif │ │ │ │ ├── icon_exe.gif │ │ │ │ ├── icon_jpg.gif │ │ │ │ ├── icon_mp3.gif │ │ │ │ ├── icon_pdf.gif │ │ │ │ ├── icon_ppt.gif │ │ │ │ ├── icon_psd.gif │ │ │ │ ├── icon_rar.gif │ │ │ │ ├── icon_txt.gif │ │ │ │ ├── icon_xls.gif │ │ │ │ └── icon_default.png │ │ ├── background │ │ │ └── images │ │ │ │ ├── bg.png │ │ │ │ └── success.png │ │ ├── charts │ │ │ └── images │ │ │ │ ├── charts0.png │ │ │ │ ├── charts1.png │ │ │ │ ├── charts2.png │ │ │ │ ├── charts3.png │ │ │ │ ├── charts4.png │ │ │ │ └── charts5.png │ │ ├── wordimage │ │ │ ├── imageUploader.swf │ │ │ └── fClipboard_ueditor.swf │ │ └── help │ │ │ └── help.css │ │ ├── third-party │ │ ├── video-js │ │ │ ├── font │ │ │ │ ├── vjs.eot │ │ │ │ ├── vjs.ttf │ │ │ │ └── vjs.woff │ │ │ └── video-js.swf │ │ ├── webuploader │ │ │ ├── Uploader.swf │ │ │ └── webuploader.css │ │ ├── zeroclipboard │ │ │ └── ZeroClipboard.swf │ │ ├── snapscreen │ │ │ └── UEditorSnapscreen.exe │ │ └── highcharts │ │ │ └── modules │ │ │ └── heatmap.js │ │ └── _examples │ │ ├── server │ │ ├── getContent.asp │ │ ├── getContent.php │ │ └── getContent.jsp │ │ └── customizeDialogPage.html ├── templates │ └── ueditor.html └── urls.py ├── blog ├── migrations │ └── __init__.py ├── apps.py └── templates │ └── db │ ├── base │ ├── left │ │ ├── discuss.html │ │ ├── advertisement.html │ │ ├── youmaylike.html │ │ ├── tag_paginator.html │ │ ├── cat_paginator.html │ │ ├── search_paginator.html │ │ └── headline.html │ ├── right │ │ ├── advertisement.html │ │ ├── base-error.html │ │ ├── tagcloud.html │ │ ├── mostread.html │ │ ├── recommend.html │ │ ├── notice.html │ │ ├── others.html │ │ ├── base-notice.html │ │ ├── base0.html │ │ ├── base-list.html │ │ ├── base-msg.html │ │ ├── author.html │ │ ├── base-detail.html │ │ ├── siteinfo.html │ │ └── links.html │ ├── common │ │ ├── egg.js.html │ │ ├── ueditor.form.js.html │ │ └── comments.html │ └── top │ │ └── searchbox.html │ ├── doing.html │ ├── msg.html │ ├── search.html │ ├── taglist.html │ ├── catlist.html │ ├── index.html │ └── notice.html ├── simpleui ├── templatetags │ └── __init__.py ├── static │ ├── import_export │ │ └── action_formats.js │ └── admin │ │ ├── simpleui-x │ │ ├── elementui │ │ │ ├── theme-chalk │ │ │ │ ├── form-item.css │ │ │ │ ├── menu-item.css │ │ │ │ ├── submenu.css │ │ │ │ ├── tab-pane.css │ │ │ │ ├── button-group.css │ │ │ │ ├── checkbox-group.css │ │ │ │ ├── collapse-item.css │ │ │ │ ├── dropdown-item.css │ │ │ │ ├── dropdown-menu.css │ │ │ │ ├── infiniteScroll.css │ │ │ │ ├── breadcrumb-item.css │ │ │ │ ├── checkbox-button.css │ │ │ │ ├── infinite-scroll.css │ │ │ │ ├── menu-item-group.css │ │ │ │ ├── radio-group.css │ │ │ │ ├── aside.css │ │ │ │ ├── footer.css │ │ │ │ ├── header.css │ │ │ │ ├── timeline.css │ │ │ │ ├── fonts │ │ │ │ │ ├── element-icons.ttf │ │ │ │ │ └── element-icons.woff │ │ │ │ ├── main.css │ │ │ │ ├── steps.css │ │ │ │ ├── container.css │ │ │ │ ├── backtop.css │ │ │ │ ├── card.css │ │ │ │ ├── option-group.css │ │ │ │ ├── option.css │ │ │ │ ├── avatar.css │ │ │ │ ├── rate.css │ │ │ │ ├── page-header.css │ │ │ │ ├── divider.css │ │ │ │ ├── reset.css │ │ │ │ ├── badge.css │ │ │ │ └── row.css │ │ │ ├── mixins │ │ │ │ ├── focus.js │ │ │ │ └── locale.js │ │ │ ├── utils │ │ │ │ ├── shared.js │ │ │ │ ├── merge.js │ │ │ │ ├── vdom.js │ │ │ │ └── menu │ │ │ │ │ └── aria-menubar.js │ │ │ └── directives │ │ │ │ └── repeat-click.js │ │ ├── theme │ │ │ ├── e-black.less │ │ │ ├── e-green.less │ │ │ ├── e-purple.less │ │ │ ├── e-red.less │ │ │ ├── e-red-pro.less │ │ │ ├── x-green.less │ │ │ ├── e-black-pro.less │ │ │ ├── e-green-pro.less │ │ │ ├── e-purple-pro.less │ │ │ ├── x-red.less │ │ │ ├── x-blue.less │ │ │ ├── light.less │ │ │ ├── element.less │ │ │ ├── black.less │ │ │ ├── green.less │ │ │ ├── simpleui.less │ │ │ ├── gray.less │ │ │ ├── dark.green.less │ │ │ ├── layui.less │ │ │ ├── highdmin.less │ │ │ ├── admin.lte.less │ │ │ └── e-blue-pro.less │ │ ├── img │ │ │ ├── logo.png │ │ │ └── favicon.png │ │ ├── fontawesome-free-5.8.1-web │ │ │ └── webfonts │ │ │ │ ├── fa-brands-400.eot │ │ │ │ ├── fa-brands-400.ttf │ │ │ │ ├── fa-brands-400.woff │ │ │ │ ├── fa-regular-400.eot │ │ │ │ ├── fa-regular-400.ttf │ │ │ │ ├── fa-solid-900.eot │ │ │ │ ├── fa-solid-900.ttf │ │ │ │ ├── fa-solid-900.woff │ │ │ │ ├── fa-solid-900.woff2 │ │ │ │ ├── fa-brands-400.woff2 │ │ │ │ ├── fa-regular-400.woff │ │ │ │ └── fa-regular-400.woff2 │ │ ├── js │ │ │ ├── language.js │ │ │ ├── login.js │ │ │ └── cookie.js │ │ └── css │ │ │ └── login.css │ │ ├── fonts │ │ ├── Roboto-Bold-webfont.woff │ │ ├── Roboto-Light-webfont.woff │ │ ├── Roboto-Regular-webfont.woff │ │ └── README.txt │ │ ├── js │ │ ├── cancel.js │ │ ├── prepopulate.min.js │ │ ├── jquery.init.js │ │ ├── prepopulate_init.js │ │ ├── popup_response.js │ │ ├── vendor │ │ │ └── select2 │ │ │ │ └── i18n │ │ │ │ ├── zh-TW.js │ │ │ │ ├── zh-CN.js │ │ │ │ ├── az.js │ │ │ │ ├── fi.js │ │ │ │ ├── ja.js │ │ │ │ ├── hu.js │ │ │ │ ├── th.js │ │ │ │ ├── tr.js │ │ │ │ ├── ko.js │ │ │ │ ├── id.js │ │ │ │ ├── vi.js │ │ │ │ ├── is.js │ │ │ │ ├── ar.js │ │ │ │ ├── de.js │ │ │ │ ├── et.js │ │ │ │ ├── nb.js │ │ │ │ ├── sv.js │ │ │ │ ├── bg.js │ │ │ │ ├── km.js │ │ │ │ ├── ms.js │ │ │ │ ├── gl.js │ │ │ │ ├── da.js │ │ │ │ ├── en.js │ │ │ │ ├── he.js │ │ │ │ ├── hi.js │ │ │ │ ├── fa.js │ │ │ │ ├── hr.js │ │ │ │ ├── eu.js │ │ │ │ ├── mk.js │ │ │ │ ├── pt-BR.js │ │ │ │ ├── lv.js │ │ │ │ ├── pt.js │ │ │ │ ├── ca.js │ │ │ │ ├── es.js │ │ │ │ ├── it.js │ │ │ │ ├── fr.js │ │ │ │ ├── nl.js │ │ │ │ └── ro.js │ │ └── change_form.js │ │ ├── img │ │ ├── tooltag-arrowright.svg │ │ ├── README.txt │ │ ├── icon-addlink.svg │ │ ├── tooltag-add.svg │ │ ├── icon-changelink.svg │ │ ├── icon-deletelink.svg │ │ ├── icon-yes.svg │ │ ├── search.svg │ │ ├── icon-alert.svg │ │ ├── icon-no.svg │ │ ├── inline-delete.svg │ │ ├── icon-unknown-alt.svg │ │ ├── icon-unknown.svg │ │ └── icon-clock.svg │ │ └── css │ │ ├── ui.css │ │ ├── fonts.css │ │ └── dashboard.css ├── __init__.py ├── templates │ ├── admin │ │ ├── prepopulated_fields_js.html │ │ ├── 404.html │ │ ├── filter.html │ │ ├── base_site.html │ │ ├── popup_response.html │ │ ├── date_hierarchy.html │ │ ├── change_form_object_tools.html │ │ ├── change_list_object_tools.html │ │ ├── app_index.html │ │ ├── invalid_setup.html │ │ └── 500.html │ └── registration │ │ ├── password_reset_complete.html │ │ ├── password_reset_email.html │ │ ├── logged_out.html │ │ └── password_reset_done.html ├── middlewares.py └── apps.py ├── docs ├── imgs │ ├── admin.png │ ├── index.png │ ├── links.png │ ├── aboutme.png │ ├── archive.png │ ├── detail.png │ ├── msgbox.png │ ├── blog-write.png │ ├── index-main.png │ └── detail-footer.png └── 01. 为什么要自己做博客.md ├── static ├── image │ ├── bg.png │ ├── jt.png │ ├── me.jpg │ ├── qq.png │ ├── v.png │ ├── 400.gif │ ├── 400.png │ ├── 403.jpg │ ├── 404.gif │ ├── 500.jpg │ ├── abbg.png │ ├── c01.png │ ├── c02.png │ ├── c03.png │ ├── c04.png │ ├── close.png │ ├── doing.jpg │ ├── emil.png │ ├── hline.png │ ├── left.png │ ├── lm01.jpg │ ├── login.png │ ├── right.png │ ├── sale.png │ ├── srwx.jpg │ ├── top.png │ ├── wxgzh.jpg │ ├── favicon.ico │ ├── github.png │ ├── notice.png │ ├── wechat.png │ ├── background.jpg │ ├── green-mini.png │ ├── imseek-cn.png │ ├── mp.wechat.png │ ├── password.png │ ├── quote-bg.png │ └── white-large.png └── layer │ └── theme │ └── default │ ├── icon.png │ ├── icon-ext.png │ ├── loading-0.gif │ ├── loading-1.gif │ └── loading-2.gif ├── ishare ├── robots.txt ├── __init__.py ├── wsgi.py └── forms.py ├── confs ├── README.md ├── shell │ ├── start.sh │ └── backup.sh └── uwsgi │ ├── uwsgi-docker.ini │ ├── uwsgi-9999.ini │ ├── uwsgi-7777.ini │ └── uwsgi-8888.ini ├── .gitattributes ├── Makefile ├── .dockerignore ├── .github └── ISSUE_TEMPLATE │ └── custom.md ├── .bumpversion.cfg ├── manage.py ├── tasks ├── __init__.py └── ops.py └── Dockerfile /VERSION: -------------------------------------------------------------------------------- 1 | 1.0.2-final 2 | -------------------------------------------------------------------------------- /templates/mail/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /DjangoUeditor/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /blog/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /simpleui/templatetags/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/html-master/README.md: -------------------------------------------------------------------------------- 1 | #html 2 | -------------------------------------------------------------------------------- /simpleui/static/import_export/action_formats.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/ByteDanceVerify.html: -------------------------------------------------------------------------------- 1 | FP9GCgzMksMSn00JBuqx -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/form-item.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/menu-item.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/submenu.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/tab-pane.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/iframe.css: -------------------------------------------------------------------------------- 1 | /*可以在这里添加你自己的css*/ 2 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/button-group.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/checkbox-group.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/collapse-item.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/dropdown-item.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/dropdown-menu.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/infiniteScroll.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/breadcrumb-item.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/checkbox-button.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/infinite-scroll.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/menu-item-group.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/imgs/admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/docs/imgs/admin.png -------------------------------------------------------------------------------- /docs/imgs/index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/docs/imgs/index.png -------------------------------------------------------------------------------- /docs/imgs/links.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/docs/imgs/links.png -------------------------------------------------------------------------------- /static/image/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/bg.png -------------------------------------------------------------------------------- /static/image/jt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/jt.png -------------------------------------------------------------------------------- /static/image/me.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/me.jpg -------------------------------------------------------------------------------- /static/image/qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/qq.png -------------------------------------------------------------------------------- /static/image/v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/v.png -------------------------------------------------------------------------------- /docs/imgs/aboutme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/docs/imgs/aboutme.png -------------------------------------------------------------------------------- /docs/imgs/archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/docs/imgs/archive.png -------------------------------------------------------------------------------- /docs/imgs/detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/docs/imgs/detail.png -------------------------------------------------------------------------------- /docs/imgs/msgbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/docs/imgs/msgbox.png -------------------------------------------------------------------------------- /static/image/400.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/400.gif -------------------------------------------------------------------------------- /static/image/400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/400.png -------------------------------------------------------------------------------- /static/image/403.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/403.jpg -------------------------------------------------------------------------------- /static/image/404.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/404.gif -------------------------------------------------------------------------------- /static/image/500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/500.jpg -------------------------------------------------------------------------------- /static/image/abbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/abbg.png -------------------------------------------------------------------------------- /static/image/c01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/c01.png -------------------------------------------------------------------------------- /static/image/c02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/c02.png -------------------------------------------------------------------------------- /static/image/c03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/c03.png -------------------------------------------------------------------------------- /static/image/c04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/c04.png -------------------------------------------------------------------------------- /static/image/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/close.png -------------------------------------------------------------------------------- /static/image/doing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/doing.jpg -------------------------------------------------------------------------------- /static/image/emil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/emil.png -------------------------------------------------------------------------------- /static/image/hline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/hline.png -------------------------------------------------------------------------------- /static/image/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/left.png -------------------------------------------------------------------------------- /static/image/lm01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/lm01.jpg -------------------------------------------------------------------------------- /static/image/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/login.png -------------------------------------------------------------------------------- /static/image/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/right.png -------------------------------------------------------------------------------- /static/image/sale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/sale.png -------------------------------------------------------------------------------- /static/image/srwx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/srwx.jpg -------------------------------------------------------------------------------- /static/image/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/top.png -------------------------------------------------------------------------------- /static/image/wxgzh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/wxgzh.jpg -------------------------------------------------------------------------------- /docs/imgs/blog-write.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/docs/imgs/blog-write.png -------------------------------------------------------------------------------- /docs/imgs/index-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/docs/imgs/index-main.png -------------------------------------------------------------------------------- /static/image/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/favicon.ico -------------------------------------------------------------------------------- /static/image/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/github.png -------------------------------------------------------------------------------- /static/image/notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/notice.png -------------------------------------------------------------------------------- /static/image/wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/wechat.png -------------------------------------------------------------------------------- /docs/imgs/detail-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/docs/imgs/detail-footer.png -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/e-black.less: -------------------------------------------------------------------------------- 1 | @import "e-blue"; 2 | @primary: #1f2c39 !important; -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/e-green.less: -------------------------------------------------------------------------------- 1 | @import "e-blue"; 2 | @primary: #27ad60 !important; -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/e-purple.less: -------------------------------------------------------------------------------- 1 | @import "e-blue"; 2 | @primary: #8263b1 !important; -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/e-red.less: -------------------------------------------------------------------------------- 1 | @import "e-blue"; 2 | @primary: #c9333e !important; -------------------------------------------------------------------------------- /static/image/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/background.jpg -------------------------------------------------------------------------------- /static/image/green-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/green-mini.png -------------------------------------------------------------------------------- /static/image/imseek-cn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/imseek-cn.png -------------------------------------------------------------------------------- /static/image/mp.wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/mp.wechat.png -------------------------------------------------------------------------------- /static/image/password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/password.png -------------------------------------------------------------------------------- /static/image/quote-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/quote-bg.png -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/e-red-pro.less: -------------------------------------------------------------------------------- 1 | @import "e-blue-pro"; 2 | @primary: #c9333e !important; -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/x-green.less: -------------------------------------------------------------------------------- 1 | @import "e-blue-pro"; 2 | @primary: #2F9688 !important; -------------------------------------------------------------------------------- /static/image/white-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/image/white-large.png -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/e-black-pro.less: -------------------------------------------------------------------------------- 1 | @import "e-blue-pro"; 2 | @primary: #1f2c39 !important; -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/e-green-pro.less: -------------------------------------------------------------------------------- 1 | @import "e-blue-pro"; 2 | @primary: #27ad60 !important; -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/e-purple-pro.less: -------------------------------------------------------------------------------- 1 | @import "e-blue-pro"; 2 | @primary: #8263b1 !important; -------------------------------------------------------------------------------- /templates/html-master/images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/1.jpg -------------------------------------------------------------------------------- /templates/html-master/images/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/2.jpg -------------------------------------------------------------------------------- /templates/html-master/images/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/3.jpg -------------------------------------------------------------------------------- /templates/html-master/images/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/4.jpg -------------------------------------------------------------------------------- /templates/html-master/images/v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/v.png -------------------------------------------------------------------------------- /static/layer/theme/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/layer/theme/default/icon.png -------------------------------------------------------------------------------- /templates/html-master/images/abbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/abbg.png -------------------------------------------------------------------------------- /templates/html-master/images/ad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/ad.jpg -------------------------------------------------------------------------------- /templates/html-master/images/ad02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/ad02.jpg -------------------------------------------------------------------------------- /templates/html-master/images/b01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/b01.jpg -------------------------------------------------------------------------------- /templates/html-master/images/b02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/b02.jpg -------------------------------------------------------------------------------- /templates/html-master/images/b03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/b03.jpg -------------------------------------------------------------------------------- /templates/html-master/images/b04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/b04.jpg -------------------------------------------------------------------------------- /templates/html-master/images/b05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/b05.jpg -------------------------------------------------------------------------------- /templates/html-master/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/bg.png -------------------------------------------------------------------------------- /templates/html-master/images/c01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/c01.png -------------------------------------------------------------------------------- /templates/html-master/images/c02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/c02.png -------------------------------------------------------------------------------- /templates/html-master/images/c03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/c03.png -------------------------------------------------------------------------------- /templates/html-master/images/c04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/c04.png -------------------------------------------------------------------------------- /templates/html-master/images/h1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/h1.jpg -------------------------------------------------------------------------------- /templates/html-master/images/h2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/h2.jpg -------------------------------------------------------------------------------- /templates/html-master/images/jt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/jt.png -------------------------------------------------------------------------------- /templates/html-master/images/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/left.png -------------------------------------------------------------------------------- /templates/html-master/images/lm01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/lm01.jpg -------------------------------------------------------------------------------- /templates/html-master/images/lm02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/lm02.jpg -------------------------------------------------------------------------------- /templates/html-master/images/lm03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/lm03.jpg -------------------------------------------------------------------------------- /templates/html-master/images/lm04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/lm04.jpg -------------------------------------------------------------------------------- /templates/html-master/images/mian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/mian.png -------------------------------------------------------------------------------- /templates/html-master/images/qq1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/qq1.png -------------------------------------------------------------------------------- /templates/html-master/images/qq2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/qq2.png -------------------------------------------------------------------------------- /templates/html-master/images/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/star.png -------------------------------------------------------------------------------- /templates/html-master/images/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/top.png -------------------------------------------------------------------------------- /templates/html-master/images/top1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/top1.jpg -------------------------------------------------------------------------------- /templates/html-master/images/top2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/top2.jpg -------------------------------------------------------------------------------- /templates/html-master/images/top3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/top3.jpg -------------------------------------------------------------------------------- /templates/html-master/images/top4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/top4.jpg -------------------------------------------------------------------------------- /templates/html-master/images/top6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/top6.gif -------------------------------------------------------------------------------- /templates/html-master/images/top7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/top7.jpg -------------------------------------------------------------------------------- /templates/html-master/images/top8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/top8.jpg -------------------------------------------------------------------------------- /templates/html-master/images/top9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/top9.jpg -------------------------------------------------------------------------------- /templates/html-master/images/wx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/wx.png -------------------------------------------------------------------------------- /templates/html-master/images/栏目封面.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/栏目封面.psd -------------------------------------------------------------------------------- /ishare/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /xauth* 3 | Disallow: /xadmin* 4 | Disallow: /admin* 5 | Disallow: /x/notice* 6 | -------------------------------------------------------------------------------- /simpleui/__init__.py: -------------------------------------------------------------------------------- 1 | default_app_config = 'simpleui.apps.SimpleApp' 2 | 3 | 4 | def get_version(): 5 | return '3.9' 6 | -------------------------------------------------------------------------------- /static/layer/theme/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/layer/theme/default/icon-ext.png -------------------------------------------------------------------------------- /templates/html-master/images/aliyun.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/aliyun.jpg -------------------------------------------------------------------------------- /templates/html-master/images/aliyun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/aliyun.png -------------------------------------------------------------------------------- /templates/html-master/images/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/avatar.jpg -------------------------------------------------------------------------------- /templates/html-master/images/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/avatar.png -------------------------------------------------------------------------------- /templates/html-master/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/close.png -------------------------------------------------------------------------------- /templates/html-master/images/hline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/hline.png -------------------------------------------------------------------------------- /templates/html-master/images/joinwx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/joinwx.png -------------------------------------------------------------------------------- /templates/html-master/images/longad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/longad.jpg -------------------------------------------------------------------------------- /templates/html-master/images/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/right.png -------------------------------------------------------------------------------- /templates/html-master/images/text01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/text01.jpg -------------------------------------------------------------------------------- /templates/html-master/images/text02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/text02.jpg -------------------------------------------------------------------------------- /templates/html-master/images/text03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/text03.jpg -------------------------------------------------------------------------------- /templates/html-master/images/text04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/text04.jpg -------------------------------------------------------------------------------- /templates/html-master/images/text05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/text05.jpg -------------------------------------------------------------------------------- /templates/html-master/images/text06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/text06.jpg -------------------------------------------------------------------------------- /templates/html-master/images/text07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/text07.jpg -------------------------------------------------------------------------------- /templates/html-master/images/top10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/top10.jpg -------------------------------------------------------------------------------- /templates/html-master/images/top11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/top11.jpg -------------------------------------------------------------------------------- /templates/html-master/images/top12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/top12.jpg -------------------------------------------------------------------------------- /templates/html-master/images/top13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/top13.jpg -------------------------------------------------------------------------------- /templates/html-master/images/top14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/top14.jpg -------------------------------------------------------------------------------- /templates/html-master/images/wxgzh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/wxgzh.jpg -------------------------------------------------------------------------------- /templates/html-master/images/未标题-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/未标题-2.jpg -------------------------------------------------------------------------------- /static/layer/theme/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/layer/theme/default/loading-0.gif -------------------------------------------------------------------------------- /static/layer/theme/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/layer/theme/default/loading-1.gif -------------------------------------------------------------------------------- /static/layer/theme/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/static/layer/theme/default/loading-2.gif -------------------------------------------------------------------------------- /templates/html-master/images/huangguan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/huangguan.png -------------------------------------------------------------------------------- /templates/html-master/images/jinniuyun.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/jinniuyun.jpg -------------------------------------------------------------------------------- /templates/html-master/images/joinwxqun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/joinwxqun.png -------------------------------------------------------------------------------- /templates/html-master/images/quote-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/templates/html-master/images/quote-bg.png -------------------------------------------------------------------------------- /confs/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | # 服务器端部署可以参考的配置 4 | 5 | 6 | - nginx 7 | - supervisor 8 | - uwsgi 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/simpleui/static/admin/simpleui-x/img/logo.png -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/simpleui/static/admin/simpleui-x/img/favicon.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/UEditorSnapscreen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/UEditorSnapscreen.exe -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/en/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/en/images/copy.png -------------------------------------------------------------------------------- /simpleui/static/admin/fonts/Roboto-Bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/simpleui/static/admin/fonts/Roboto-Bold-webfont.woff -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/en/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/en/images/button.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/en/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/en/images/music.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/en/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/en/images/upload.png -------------------------------------------------------------------------------- /simpleui/static/admin/fonts/Roboto-Light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/simpleui/static/admin/fonts/Roboto-Light-webfont.woff -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/radio-group.css: -------------------------------------------------------------------------------- 1 | .el-radio-group{display:inline-block;line-height:1;vertical-align:middle;font-size:0} -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/emotion/images/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/emotion/images/0.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/image/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/image/images/bg.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/table/dragicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/table/dragicon.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/video/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/video/images/bg.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/en/images/addimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/en/images/addimage.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/zh-cn/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/zh-cn/images/copy.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/zh-cn/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/zh-cn/images/music.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/zh-cn/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/zh-cn/images/upload.png -------------------------------------------------------------------------------- /blog/apps.py: -------------------------------------------------------------------------------- 1 | # coding: utf-8 2 | from django.apps import AppConfig 3 | 4 | 5 | class DbConfig(AppConfig): 6 | name = 'blog' 7 | verbose_name = '内容管理' 8 | -------------------------------------------------------------------------------- /simpleui/static/admin/fonts/Roboto-Regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/simpleui/static/admin/fonts/Roboto-Regular-webfont.woff -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/image/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/image/images/icons.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/image/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/image/images/icons.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/image/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/image/images/image.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/scrawl/images/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/scrawl/images/redo.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/scrawl/images/size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/scrawl/images/size.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/scrawl/images/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/scrawl/images/undo.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/template/images/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/template/images/bg.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/video/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/video/images/icons.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/video/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/video/images/icons.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/video/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/video/images/image.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/en/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/en/images/background.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/en/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/en/images/localimage.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/lock.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/word.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/word.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/images/bg.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/background/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/background/images/bg.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/charts/images/charts0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/charts/images/charts0.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/charts/images/charts1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/charts/images/charts1.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/charts/images/charts2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/charts/images/charts2.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/charts/images/charts3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/charts/images/charts3.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/charts/images/charts4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/charts/images/charts4.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/charts/images/charts5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/charts/images/charts5.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/emotion/images/bface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/emotion/images/bface.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/emotion/images/cface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/emotion/images/cface.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/emotion/images/fface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/emotion/images/fface.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/emotion/images/tface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/emotion/images/tface.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/emotion/images/wface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/emotion/images/wface.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/emotion/images/yface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/emotion/images/yface.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/image/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/image/images/progress.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/image/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/image/images/success.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/image/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/image/images/success.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/scrawl/images/addimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/scrawl/images/addimg.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/scrawl/images/brush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/scrawl/images/brush.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/scrawl/images/delimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/scrawl/images/delimg.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/scrawl/images/delimgH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/scrawl/images/delimgH.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/scrawl/images/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/scrawl/images/empty.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/scrawl/images/emptyH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/scrawl/images/emptyH.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/scrawl/images/eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/scrawl/images/eraser.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/scrawl/images/redoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/scrawl/images/redoH.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/scrawl/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/scrawl/images/scale.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/scrawl/images/scaleH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/scrawl/images/scaleH.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/scrawl/images/undoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/scrawl/images/undoH.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/template/images/pre0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/template/images/pre0.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/template/images/pre1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/template/images/pre1.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/template/images/pre2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/template/images/pre2.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/template/images/pre3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/template/images/pre3.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/template/images/pre4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/template/images/pre4.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/video/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/video/images/progress.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/video/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/video/images/success.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/video/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/video/images/success.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/en/images/deletedisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/en/images/deletedisable.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/en/images/deleteenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/en/images/deleteenable.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/en/images/listbackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/en/images/listbackground.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/zh-cn/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/zh-cn/images/localimage.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/anchor.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/arrow.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/charts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/charts.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/icons.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/icons.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/loading.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/scale.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/spacer.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/upload.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/third-party/video-js/font/vjs.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/third-party/video-js/font/vjs.eot -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/third-party/video-js/font/vjs.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/third-party/video-js/font/vjs.ttf -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/third-party/video-js/video-js.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/third-party/video-js/video-js.swf -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/images/icons.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/images/icons.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/images/image.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/emotion/images/jxface2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/emotion/images/jxface2.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/image/images/alignicon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/image/images/alignicon.jpg -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/video/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/video/images/file-icons.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/video/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/video/images/file-icons.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/video/images/left_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/video/images/left_focus.jpg -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/video/images/none_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/video/images/none_focus.jpg -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/wordimage/imageUploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/wordimage/imageUploader.swf -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/en/images/rotateleftenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/en/images/rotateleftenable.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/arrow_up.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/button-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/button-bg.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/cursor_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/cursor_h.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/cursor_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/cursor_h.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/cursor_v.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/cursor_v.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/cursor_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/cursor_v.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/fileScan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/fileScan.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/icons-all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/icons-all.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/loaderror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/loaderror.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/pagebreak.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/sortable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/sortable.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/videologo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/videologo.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/wordpaste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/wordpaste.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/third-party/video-js/font/vjs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/third-party/video-js/font/vjs.woff -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/aside.css: -------------------------------------------------------------------------------- 1 | .el-aside{overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0} -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/footer.css: -------------------------------------------------------------------------------- 1 | .el-footer{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0} -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/header.css: -------------------------------------------------------------------------------- 1 | .el-header{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0} -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # 帮助github将项目判别为python 2 | *.html linguist-language=python 3 | *.js linguist-language=python 4 | *.css linguist-language=python 5 | *.py linguist-language=python 6 | -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/images/progress.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/images/success.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/images/success.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/background/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/background/images/success.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/video/images/center_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/video/images/center_focus.jpg -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/video/images/right_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/video/images/right_focus.jpg -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/en/images/alldeletebtnupskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/en/images/alldeletebtnupskin.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/en/images/rotateleftdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/en/images/rotateleftdisable.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/en/images/rotaterightdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/en/images/rotaterightdisable.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/en/images/rotaterightenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/en/images/rotaterightenable.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/arrow_down.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/cancelbutton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/cancelbutton.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/highlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/highlighted.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/sparator_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/sparator_v.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/toolbar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/toolbar_bg.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/third-party/webuploader/Uploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/third-party/webuploader/Uploader.swf -------------------------------------------------------------------------------- /simpleui/static/admin/fonts/README.txt: -------------------------------------------------------------------------------- 1 | Roboto webfont source: https://www.google.com/fonts/specimen/Roboto 2 | Weights used in this project: Light (300), Regular (400), Bold (700) 3 | -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/images/alignicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/images/alignicon.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/images/alignicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/images/alignicon.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/images/file-icons.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/images/file-icons.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/wordimage/fClipboard_ueditor.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/wordimage/fClipboard_ueditor.swf -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/lang/en/images/alldeletebtnhoverskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/lang/en/images/alldeletebtnhoverskin.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/unhighlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/unhighlighted.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/emotion/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/emotion/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/dialog-title-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/dialog-title-bg.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/table-cell-align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/table-cell-align.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/third-party/zeroclipboard/ZeroClipboard.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/third-party/zeroclipboard/ZeroClipboard.swf -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/x-red.less: -------------------------------------------------------------------------------- 1 | @import "e-blue-pro"; 2 | @primary: #AA3130 !important; 3 | 4 | .logo-wrap { 5 | background-color: @menu-background; 6 | color: #FFF; 7 | } -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/themes/default/images/tangram-colorpicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/themes/default/images/tangram-colorpicker.png -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/third-party/snapscreen/UEditorSnapscreen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/third-party/snapscreen/UEditorSnapscreen.exe -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/timeline.css: -------------------------------------------------------------------------------- 1 | .el-timeline{margin:0;font-size:14px;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none} -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/DjangoUeditor/static/ueditor/dialogs/attachment/fileTypeImages/icon_default.png -------------------------------------------------------------------------------- /blog/templates/db/base/left/discuss.html: -------------------------------------------------------------------------------- 1 | {# 文章评论区: 无限瀑布流获取更多的评论 #} 2 |
5 | {% trans "We're sorry, but the requested page could not be found." %}
11 | 12 | {% endblock %} 13 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/steps.css: -------------------------------------------------------------------------------- 1 | .el-steps{display:-webkit-box;display:-ms-flexbox;display:flex}.el-steps--simple{padding:13px 8%;border-radius:4px;background:#F5F7FA}.el-steps--horizontal{white-space:nowrap}.el-steps--vertical{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column} -------------------------------------------------------------------------------- /simpleui/static/admin/img/README.txt: -------------------------------------------------------------------------------- 1 | All icons are taken from Font Awesome (http://fontawesome.io/) project. 2 | The Font Awesome font is licensed under the SIL OFL 1.1: 3 | - http://scripts.sil.org/OFL 4 | 5 | SVG icons source: https://github.com/encharm/Font-Awesome-SVG-PNG 6 | Font-Awesome-SVG-PNG is licensed under the MIT license (see file license 7 | in current folder). 8 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/utils/shared.js: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | 3 | exports.__esModule = true; 4 | exports.isDef = isDef; 5 | exports.isKorean = isKorean; 6 | function isDef(val) { 7 | return val !== undefined && val !== null; 8 | } 9 | function isKorean(text) { 10 | var reg = /([(\uAC00-\uD7AF)|(\u3130-\u318F)])+/gi; 11 | return reg.test(text); 12 | } -------------------------------------------------------------------------------- /blog/templates/db/base/right/notice.html: -------------------------------------------------------------------------------- 1 | {% load staticfiles %} 2 |
网站公告
12 | {% endblock %}
13 |
--------------------------------------------------------------------------------
/blog/templates/db/base/left/youmaylike.html:
--------------------------------------------------------------------------------
1 | {# 同类别文章推荐 #}
2 |
12 | {% endblock %}
13 |
14 |
--------------------------------------------------------------------------------
/templates/403.html:
--------------------------------------------------------------------------------
1 |
2 | {% extends 'db/base/base-error.html' %}
3 | {% load staticfiles %}
4 |
5 | {% block extra_head %}
6 |
12 | {% endblock %}
--------------------------------------------------------------------------------
/templates/html-master/js/page2.js:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/templates/400.html:
--------------------------------------------------------------------------------
1 |
2 | {% extends 'db/base/base-error.html' %}
3 | {% load staticfiles %}
4 |
5 | {% block extra_head %}
6 |
12 | {% endblock %}
13 |
14 |
--------------------------------------------------------------------------------
/simpleui/static/admin/img/icon-deletelink.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/templates/403_csrf.html:
--------------------------------------------------------------------------------
1 |
2 | {% extends 'db/base/base-error.html' %}
3 | {% load staticfiles %}
4 |
5 | {% block extra_head %}
6 |
12 | {% endblock %}
13 |
--------------------------------------------------------------------------------
/simpleui/templates/admin/popup_response.html:
--------------------------------------------------------------------------------
1 | {% load i18n static %}
2 |
3 |
12 | {% endblock %}
13 |
--------------------------------------------------------------------------------
/docs/01. 为什么要自己做博客.md:
--------------------------------------------------------------------------------
1 | >之前纠结过很久, 到底是直接使用现成的静态博客模板一键部署, 还是自己亲手做一个, 最后我决定, 前端找模板, 后端自己做, 毕竟前端对我来说是一件很头痛的事情.
2 |
3 | ### 原因
4 | ---
5 | - django依然是py一个非常优秀的框架
6 | - 自定义一些功能, 比如广告接入
7 | - seo优化, 后端渲染
8 | - 快速生成后台管理系统, 网站快速上线
9 | - 使用celery增加一些异步, 定时任务
10 |
11 | ### 集成ueditor到系统
12 | - [py3 + dj2](http://www.lybbn.cn/data/bbsdatas.php?lybbs=57)
13 |
14 | ### 广告和友链点击记录
15 |
16 | - 前端点击a标签, 发送到后端, 由后端中间件完成ip记录
17 |
18 | - 后端加工链接,访问链接的同时携带本站信息, 返回可以重定向的页面到前端
--------------------------------------------------------------------------------
/simpleui/templates/admin/date_hierarchy.html:
--------------------------------------------------------------------------------
1 | {% if show %}
2 | {{ desc }}
#} 9 | {#{{ desc }}
15 | {% include 'db/base/common/comments.html' %} 16 |{% trans "Something's wrong with your database installation. Make sure the appropriate database tables have been created, and make sure the database is readable by the appropriate user." %}
13 | {% endblock %} 14 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/option-group.css: -------------------------------------------------------------------------------- 1 | .el-select-group{margin:0;padding:0}.el-select-group__wrap{position:relative;list-style:none;margin:0;padding:0}.el-select-group__wrap:not(:last-of-type){padding-bottom:24px}.el-select-group__wrap:not(:last-of-type)::after{content:'';position:absolute;display:block;left:20px;right:20px;bottom:12px;height:1px;background:#E4E7ED}.el-select-group__title{padding-left:20px;font-size:12px;color:#909399;line-height:30px}.el-select-group .el-select-dropdown__item{padding-left:20px} -------------------------------------------------------------------------------- /simpleui/static/admin/img/icon-alert.svg: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/utils/merge.js: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | 3 | exports.__esModule = true; 4 | 5 | exports.default = function (target) { 6 | for (var i = 1, j = arguments.length; i < j; i++) { 7 | var source = arguments[i] || {}; 8 | for (var prop in source) { 9 | if (source.hasOwnProperty(prop)) { 10 | var value = source[prop]; 11 | if (value !== undefined) { 12 | target[prop] = value; 13 | } 14 | } 15 | } 16 | } 17 | 18 | return target; 19 | }; 20 | 21 | ; -------------------------------------------------------------------------------- /simpleui/static/admin/css/fonts.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'Roboto'; 3 | src: url('../fonts/Roboto-Bold-webfont.woff'); 4 | font-weight: 700; 5 | font-style: normal; 6 | } 7 | 8 | @font-face { 9 | font-family: 'Roboto'; 10 | src: url('../fonts/Roboto-Regular-webfont.woff'); 11 | font-weight: 400; 12 | font-style: normal; 13 | } 14 | 15 | @font-face { 16 | font-family: 'Roboto'; 17 | src: url('../fonts/Roboto-Light-webfont.woff'); 18 | font-weight: 300; 19 | font-style: normal; 20 | } 21 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/js/login.js: -------------------------------------------------------------------------------- 1 | if (parent.callback) { 2 | //如果是在子框架内就把首页刷新 3 | parent.callback(); 4 | } 5 | var loginApp = new Vue({ 6 | el: '.login-main', 7 | data: { 8 | username: '', 9 | password: '', 10 | loading: false 11 | }, 12 | methods: { 13 | login: function () { 14 | this.loading = true 15 | this.$nextTick(function () { 16 | document.getElementById('login-form').submit(); 17 | }); 18 | } 19 | } 20 | }); -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/light.less: -------------------------------------------------------------------------------- 1 | @import "base"; 2 | 3 | @primary: #409eff !important; 4 | @color: white; 5 | 6 | @menu-color: #606266 !important; 7 | @menu-background: #ebf1f5 !important; 8 | 9 | @menu-color-hover: #696969; 10 | @menu-background-hover: hsla(0,0%,100%,.5); 11 | 12 | @menu-title-color: #606266; 13 | @menu-title-background-color: #ebf1f5; 14 | 15 | @menu-title-color-hover: #666; 16 | @menu-title-background-color-hover: hsla(0,0%,100%,.5); 17 | 18 | 19 | @navbar-color: #606266; 20 | @navbar-background: #ebf1f5; -------------------------------------------------------------------------------- /blog/templates/db/base/left/headline.html: -------------------------------------------------------------------------------- 1 | 2 | {# 轮播图旁边的两个小窗 #} 3 |
9 | {{ art.title }}
10 |
11 |
8 | {{ list_desc }}
10 |
8 | {{ list_desc }}
10 |
8 | {{ list_desc }}
10 | 11 | 12 | {# 列表数据 #} 13 |{% trans "There's been an error. It's been reported to the site administrators via email and should be fixed shortly. Thanks for your patience." %}
16 | 17 | {% endblock %} 18 | -------------------------------------------------------------------------------- /.bumpversion.cfg: -------------------------------------------------------------------------------- 1 | [bumpversion] 2 | current_version = 1.0.2-final 3 | commit = True 4 | tag = True 5 | tag_name = 'v{new_version}' 6 | message = 'Bump version: {current_version} → {new_version}' 7 | parse = (?P{% trans "Your password has been set. You may go ahead and log in now." %}
17 | 18 | 19 | 20 | {% endblock %} 21 | -------------------------------------------------------------------------------- /tasks/__init__.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | # -*- coding: utf-8 -*- 3 | 4 | """ 5 | #============================================================================= 6 | # FileName: __init__.py.py 7 | # Desc: 项目中所需的异步任务 8 | # Author: Jeyrce.Lu 9 | # Email: jeyrce@gmail.com 10 | # HomePage: www.lujianxin.com 11 | # Created: 2019/9/30 下午4:17 12 | #============================================================================= 13 | """ 14 | 15 | import celery 16 | 17 | app = celery.Celery() 18 | 19 | app.config_from_object("tasks.settings") 20 | 21 | app.autodiscover_tasks([ 22 | "tasks.mail", 23 | "tasks.cron", 24 | "tasks.ops", 25 | ]) 26 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- 1 | FROM python:3.8.12-slim AS runner 2 | MAINTAINER jeyrce@gmail.com 3 | WORKDIR /ishare 4 | COPY . . 5 | RUN /usr/local/bin/python -m pip install --upgrade pip && \ 6 | pip install -r requirements.txt \ 7 | -i https://mirrors.aliyun.com/pypi/simple/ \ 8 | --trusted-host mirrors.aliyun.com \ 9 | --no-cache-dir && \ 10 | python /ishare/manage.py collectstatic 11 | 12 | EXPOSE 7777 13 | VOLUME /ishare/db.sqlite3 /ishare/media /ishare/STATIC 14 | CMD ["python3", \ 15 | "manage.py", \ 16 | "runserver", \ 17 | "--noreload", \ 18 | "--insecure", \ 19 | "--no-color", \ 20 | "0.0.0.0:7777" \ 21 | ] 22 | 23 | -------------------------------------------------------------------------------- /blog/templates/db/base/right/base-msg.html: -------------------------------------------------------------------------------- 1 | {# 引入网易云音乐 #} 2 | 3 | 5 | 6 | {% include 'db/base/right/recommend.html' %} 7 | {% include 'db/base/right/advertisement.html' %} 8 | {% include 'db/base/right/mostread.html' %} 9 | {% include 'db/base/right/advertisement.html' %} 10 | {# 友链信息 #} 11 | {% include 'db/base/right/links.html' %} 12 | {# --广告2-- #} 13 | {% include 'db/base/right/advertisement.html' %} 14 | {% include 'db/base/right/siteinfo.html' %} 15 | -------------------------------------------------------------------------------- /confs/shell/backup.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | #useradd -m backup 4 | #passwd backup # 回车 5 | # 6 | #chown -R backup /home/backup 7 | # 8 | #vim /etc/ssh/ssh_config # 放开下面两行注释 9 | # 10 | #RSAAuthentication yes 11 | #PubkeyAuthentication yes 12 | # 13 | #ssh-copy-id <另一个主机的backup用户>@主机ip或域名 14 | 15 | 16 | source /root/venvs/ljx/bin/activate 17 | 18 | cd /root/apps/ljx 19 | 20 | d=`date +%y%m%d` 21 | 22 | tar_name='ljx-'${d}'.tar.gz' 23 | 24 | tar -cvzf ${tar_name} ./media ./db.sqlite3 25 | 26 | mv ${tar_name} /tmp 27 | 28 | scp /tmp/${tar_name} backup@120.78.239.198:/home/backup 29 | 30 | echo tar_name > /tmp/backup.log 31 | 32 | exit 0 33 | 34 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/utils/vdom.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | exports.__esModule = true; 4 | 5 | var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; 6 | 7 | exports.isVNode = isVNode; 8 | 9 | var _util = require('element-ui/lib/utils/util'); 10 | 11 | function isVNode(node) { 12 | return node !== null && (typeof node === 'undefined' ? 'undefined' : _typeof(node)) === 'object' && (0, _util.hasOwn)(node, 'componentOptions'); 13 | }; -------------------------------------------------------------------------------- /blog/templates/db/base/right/author.html: -------------------------------------------------------------------------------- 1 |
6 | {# #}
7 |
14 | {% trans "Thanks for spending some quality time with the Web site today." %}
#} 9 | {##} 10 | {##} 11 | {##} 12 | {#{% endblock %}#} 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /simpleui/static/admin/img/icon-clock.svg: -------------------------------------------------------------------------------- 1 | 10 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/divider.css: -------------------------------------------------------------------------------- 1 | .el-divider{background-color:#DCDFE6;position:relative}.el-divider--horizontal{display:block;height:1px;width:100%;margin:24px 0}.el-divider--vertical{display:inline-block;width:1px;height:1em;margin:0 8px;vertical-align:middle;position:relative}.el-divider__text{position:absolute;background-color:#FFF;padding:0 20px;font-weight:500;color:#303133;font-size:14px}.el-divider__text.is-left{left:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-divider__text.is-center{left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.el-divider__text.is-right{right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)} -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/hu.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/hu",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum;return"Túl hosszú. "+t+" karakterrel több, mint kellene."},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Túl rövid. Még "+t+" karakter hiányzik."},loadingMore:function(){return"Töltés…"},maximumSelected:function(e){return"Csak "+e.maximum+" elemet lehet kiválasztani."},noResults:function(){return"Nincs találat."},searching:function(){return"Keresés…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/th.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/th",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="โปรดลบออก "+t+" ตัวอักษร";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="โปรดพิมพ์เพิ่มอีก "+t+" ตัวอักษร";return n},loadingMore:function(){return"กำลังค้นข้อมูลเพิ่ม…"},maximumSelected:function(e){var t="คุณสามารถเลือกได้ไม่เกิน "+e.maximum+" รายการ";return t},noResults:function(){return"ไม่พบข้อมูล"},searching:function(){return"กำลังค้นข้อมูล…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/tr.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/tr",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n=t+" karakter daha girmelisiniz";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="En az "+t+" karakter daha girmelisiniz";return n},loadingMore:function(){return"Daha fazla…"},maximumSelected:function(e){var t="Sadece "+e.maximum+" seçim yapabilirsiniz";return t},noResults:function(){return"Sonuç bulunamadı"},searching:function(){return"Aranıyor…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/ko.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ko",[],function(){return{errorLoading:function(){return"결과를 불러올 수 없습니다."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="너무 깁니다. "+t+" 글자 지워주세요.";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="너무 짧습니다. "+t+" 글자 더 입력해주세요.";return n},loadingMore:function(){return"불러오는 중…"},maximumSelected:function(e){var t="최대 "+e.maximum+"개까지만 선택 가능합니다.";return t},noResults:function(){return"결과가 없습니다."},searching:function(){return"검색 중…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/id.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/id",[],function(){return{errorLoading:function(){return"Data tidak boleh diambil."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Hapuskan "+t+" huruf"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Masukkan "+t+" huruf lagi"},loadingMore:function(){return"Mengambil data…"},maximumSelected:function(e){return"Anda hanya dapat memilih "+e.maximum+" pilihan"},noResults:function(){return"Tidak ada data yang sesuai"},searching:function(){return"Mencari…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/vi.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/vi",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vui lòng nhập ít hơn "+t+" ký tự";return t!=1&&(n+="s"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vui lòng nhập nhiều hơn "+t+' ký tự"';return n},loadingMore:function(){return"Đang lấy thêm kết quả…"},maximumSelected:function(e){var t="Chỉ có thể chọn được "+e.maximum+" lựa chọn";return t},noResults:function(){return"Không tìm thấy kết quả"},searching:function(){return"Đang tìm…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/utils/menu/aria-menubar.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | exports.__esModule = true; 4 | 5 | var _ariaMenuitem = require('./aria-menuitem'); 6 | 7 | var _ariaMenuitem2 = _interopRequireDefault(_ariaMenuitem); 8 | 9 | function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 10 | 11 | var Menu = function Menu(domNode) { 12 | this.domNode = domNode; 13 | this.init(); 14 | }; 15 | 16 | Menu.prototype.init = function () { 17 | var menuChildren = this.domNode.childNodes; 18 | [].filter.call(menuChildren, function (child) { 19 | return child.nodeType === 1; 20 | }).forEach(function (child) { 21 | new _ariaMenuitem2.default(child); // eslint-disable-line 22 | }); 23 | }; 24 | exports.default = Menu; -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/layui.less: -------------------------------------------------------------------------------- 1 | @import "base"; 2 | 3 | @primary: #009688 !important; 4 | @color: white; 5 | 6 | @menu-color: #484848; 7 | @menu-background: #393D49 !important; 8 | 9 | @menu-color-hover: #fff; 10 | @menu-background-hover: #009688; 11 | 12 | @menu-title-color: #fff!important; 13 | @menu-title-background-color: #393D49; 14 | 15 | @menu-title-color-hover: #fff; 16 | @menu-title-background-color-hover: #4E5465; 17 | 18 | 19 | @navbar-color: rgba(255,255,255,.7); 20 | @navbar-background: #23262E; 21 | 22 | .logo-wrap{ 23 | background-color: @navbar-background; 24 | color: @navbar-color; 25 | } 26 | 27 | .menu { 28 | .el-menu .is-active { 29 | color: #FFF!important; 30 | background-color: @menu-background-hover !important; 31 | } 32 | } -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/is.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/is",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vinsamlegast styttið texta um "+t+" staf";return t<=1?n:n+"i"},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vinsamlegast skrifið "+t+" staf";return t>1&&(n+="i"),n+=" í viðbót",n},loadingMore:function(){return"Sæki fleiri niðurstöður…"},maximumSelected:function(e){return"Þú getur aðeins valið "+e.maximum+" atriði"},noResults:function(){return"Ekkert fannst"},searching:function(){return"Leita…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/templates/registration/password_reset_done.html: -------------------------------------------------------------------------------- 1 | {% extends "admin/base_site.html" %} 2 | {% load i18n %} 3 | 4 | {% block breadcrumbs %} 5 | 9 | {% endblock %} 10 | 11 | {% block title %}{{ title }}{% endblock %} 12 | {% block content_title %}{% trans "We've emailed you instructions for setting your password, if an account exists with the email you entered. You should receive them shortly." %}
16 | 17 |{% trans "If you don't receive an email, please make sure you've entered the address you registered with, and check your spam folder." %}
18 | 19 | {% endblock %} 20 | -------------------------------------------------------------------------------- /blog/templates/db/base/common/comments.html: -------------------------------------------------------------------------------- 1 | {# 来必力云评论插件 #} 2 | {#https://www.livere.com/#} 3 | 4 | 5 |