├── 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 |
3 |

文章评论区

4 | {% include 'db/base/common/comments.html' %} 5 |
6 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/fonts/element-icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/simpleui/static/admin/simpleui-x/elementui/theme-chalk/fonts/element-icons.ttf -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/fonts/element-icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/simpleui/static/admin/simpleui-x/elementui/theme-chalk/fonts/element-icons.woff -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-brands-400.eot -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-brands-400.woff -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-regular-400.eot -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-solid-900.eot -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-solid-900.woff -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-regular-400.woff -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyrce/ishare/HEAD/simpleui/static/admin/simpleui-x/fontawesome-free-5.8.1-web/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | 2 | image:=jeyrce/ishare:v1.0.3-final 3 | 4 | .phony: all 5 | all: 6 | docker buildx create --use 7 | docker buildx build -t ${image} \ 8 | --platform=linux/amd64 \ 9 | --pull \ 10 | --push \ 11 | . 12 | 13 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/main.css: -------------------------------------------------------------------------------- 1 | .el-main{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px} -------------------------------------------------------------------------------- /blog/templates/db/base/right/advertisement.html: -------------------------------------------------------------------------------- 1 | {% load staticfiles %} 2 |
3 | 6 |
7 | -------------------------------------------------------------------------------- /blog/templates/db/base/right/base-error.html: -------------------------------------------------------------------------------- 1 | {# --广告0-- #} 2 | {% include 'db/base/right/advertisement.html' %} 3 | {# --广告1-- #} 4 | {% include 'db/base/right/advertisement.html' %} 5 | {# --广告2-- #} 6 | {% include 'db/base/right/advertisement.html' %} 7 | -------------------------------------------------------------------------------- /.dockerignore: -------------------------------------------------------------------------------- 1 | # project 2 | .venv/ 3 | .git/ 4 | .idea/ 5 | .DS_Store 6 | *.lic 7 | logs/ 8 | 9 | 10 | # Python 11 | *.egg-info 12 | *.egg 13 | *.pyc 14 | .cache/ 15 | build/ 16 | dist/ 17 | 18 | # pytest 19 | .pytest_cache/ 20 | 21 | # files 22 | *.log 23 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/x-blue.less: -------------------------------------------------------------------------------- 1 | @import "e-blue-pro"; 2 | @primary: #1E9FFF !important; 3 | @navbar-background: #FFF; 4 | @navbar-color: #303133; 5 | .navbar .el-button:focus, .navbar .el-button:hover { 6 | color: rgba(@navbar-color, 0.8) !important; 7 | } -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/js/language.js: -------------------------------------------------------------------------------- 1 | window.getLanuage = function (key) { 2 | if (!window.Lanuages) { 3 | return ""; 4 | } 5 | var val = Lanuages[key]; 6 | if (!val || val == "") { 7 | val = key; 8 | } 9 | return val 10 | } -------------------------------------------------------------------------------- /blog/templates/db/base/right/tagcloud.html: -------------------------------------------------------------------------------- 1 |
2 |

标签云

3 | 8 |
9 | -------------------------------------------------------------------------------- /ishare/__init__.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | """ 3 | 个人博客, 今日正式奠基, 4 | """ 5 | from __future__ import absolute_import, unicode_literals 6 | 7 | __version__ = '1.0.2-final' 8 | __site__ = 'blog.lujianxin.com' 9 | __start__ = '2019-03-08' 10 | __end__ = '2022-08-05' 11 | -------------------------------------------------------------------------------- /simpleui/static/admin/js/cancel.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | $(function() { 4 | $('.cancel-link').click(function(e) { 5 | e.preventDefault(); 6 | window.history.back(); 7 | }); 8 | }); 9 | })(django.jQuery); 10 | -------------------------------------------------------------------------------- /blog/templates/db/base/right/mostread.html: -------------------------------------------------------------------------------- 1 |
2 |

点击排行

3 | 8 |
9 | -------------------------------------------------------------------------------- /blog/templates/db/base/right/recommend.html: -------------------------------------------------------------------------------- 1 |
2 |

站长推荐

3 | 8 |
9 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/custom.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Custom issue template 3 | about: Describe this issue template's purpose here. 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | Issue 11 | --- 12 | 13 | - 如果我没有及时回复你,请你打开网页: http://blog.lujianxin.com 扫描底部二维码加我微信 14 | 15 | - 如果觉得不错点个星星哦 16 | -------------------------------------------------------------------------------- /confs/shell/start.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # 设置项目开机自启 3 | #chkconfig: 2345 80 90 4 | 5 | source /root/venvs/ljx/bin/activate 6 | 7 | cd /root/apps/ljx/confs 8 | 9 | uwsgi --ini uwsgi7777.ini 10 | uwsgi --ini uwsgi7778.ini 11 | uwsgi --ini uwsgi7779.ini 12 | uwsgi --ini uwsgi7780.ini 13 | 14 | exit 0 15 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/mixins/focus.js: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | 3 | exports.__esModule = true; 4 | 5 | exports.default = function (ref) { 6 | return { 7 | methods: { 8 | focus: function focus() { 9 | this.$refs[ref].focus(); 10 | } 11 | } 12 | }; 13 | }; 14 | 15 | ; -------------------------------------------------------------------------------- /simpleui/templates/admin/prepopulated_fields_js.html: -------------------------------------------------------------------------------- 1 | {% load l10n static %} 2 | 7 | -------------------------------------------------------------------------------- /blog/templates/db/base/left/advertisement.html: -------------------------------------------------------------------------------- 1 | {# 横条广告 #} 2 | {% if ad %} 3 |
4 | 5 | {{ ad.ad_name }} 6 | 7 |
8 | {% endif %} 9 | 10 | -------------------------------------------------------------------------------- /blog/templates/db/base/common/egg.js.html: -------------------------------------------------------------------------------- 1 | {# 隐藏的彩蛋 #} 2 | {% load staticfiles %} 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /blog/templates/db/base/common/ueditor.form.js.html: -------------------------------------------------------------------------------- 1 | {# 这两句顺序不能错,否则在实例化表单时会报错 #} 2 | {# UE.getEditor is not a function #} 3 | {% load staticfiles %} 4 | 5 | 6 | -------------------------------------------------------------------------------- /simpleui/static/admin/img/tooltag-arrowright.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /simpleui/templates/admin/404.html: -------------------------------------------------------------------------------- 1 | {% extends "admin/base_site.html" %} 2 | {% load i18n %} 3 | 4 | {% block title %}{% trans 'Page not found' %}{% endblock %} 5 | 6 | {% block content %} 7 | 8 |

{% trans 'Page not found' %}

9 | 10 |

{% 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 |
3 |

通知网站公告

4 | 9 |
10 | -------------------------------------------------------------------------------- /simpleui/static/admin/img/icon-addlink.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /simpleui/static/admin/img/tooltag-add.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /simpleui/templates/admin/filter.html: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 |

{% blocktrans with filter_title=title %} By {{ filter_title }} {% endblocktrans %}

3 | 9 | -------------------------------------------------------------------------------- /simpleui/templates/admin/base_site.html: -------------------------------------------------------------------------------- 1 | {% extends "admin/base.html" %} 2 | 3 | {% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %} 4 | 5 | {% block branding %} 6 |

{{ site_header|default:_('Django administration') }}

7 | {% endblock %} 8 | 9 | {% block nav-global %}{% endblock %} 10 | -------------------------------------------------------------------------------- /simpleui/static/admin/css/ui.css: -------------------------------------------------------------------------------- 1 | body { 2 | margin: 0; 3 | padding: 0; 4 | } 5 | 6 | .errornote { 7 | font-size: 14px; 8 | font-weight: 700; 9 | display: block; 10 | padding: 10px 12px; 11 | margin: 0 0 10px 0; 12 | color: #ba2121; 13 | border: 1px solid #ba2121; 14 | border-radius: 4px; 15 | background-color: #fff; 16 | background-position: 5px 12px; 17 | } 18 | -------------------------------------------------------------------------------- /simpleui/static/admin/js/prepopulate.min.js: -------------------------------------------------------------------------------- 1 | (function(c){c.fn.prepopulate=function(e,f,g){return this.each(function(){var a=c(this),b=function(){if(!a.data("_changed")){var b=[];c.each(e,function(a,d){d=c(d);0 2 | {% extends 'db/base/base-error.html' %} 3 | {% load staticfiles %} 4 | 5 | {% block extra_head %} 6 | 404页面 | {{ SITE.name }} 7 | {% endblock %} 8 | 9 | {% block error_area0 %} 10 |

你所访问的资源不存在

11 | 12 | {% endblock %} 13 | -------------------------------------------------------------------------------- /blog/templates/db/base/left/youmaylike.html: -------------------------------------------------------------------------------- 1 | {# 同类别文章推荐 #} 2 |
3 |

猜你喜欢

4 | 11 |
12 | -------------------------------------------------------------------------------- /simpleui/middlewares.py: -------------------------------------------------------------------------------- 1 | import os 2 | 3 | try: 4 | 5 | from django.utils.deprecation import MiddlewareMixin # Django 1.10.x 6 | except ImportError: 7 | MiddlewareMixin = object # Django 1.4.x - Django 1.9.x 8 | 9 | 10 | class SimpleMiddleware(MiddlewareMixin): 11 | 12 | def process_response(self, request, response): 13 | response['X-Frame-Options'] = 'ALLOW-FROM' 14 | return response 15 | -------------------------------------------------------------------------------- /simpleui/static/admin/img/icon-changelink.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /simpleui/static/admin/js/jquery.init.js: -------------------------------------------------------------------------------- 1 | /*global django:true, jQuery:false*/ 2 | /* Puts the included jQuery into our own namespace using noConflict and passing 3 | * it 'true'. This ensures that the included jQuery doesn't pollute the global 4 | * namespace (i.e. this preserves pre-existing values for both window.$ and 5 | * window.jQuery). 6 | */ 7 | var django = django || {}; 8 | django.jQuery = jQuery.noConflict(true); 9 | -------------------------------------------------------------------------------- /templates/500.html: -------------------------------------------------------------------------------- 1 | 2 | {% extends 'db/base/base-error.html' %} 3 | {% load staticfiles %} 4 | 5 | {% block extra_head %} 6 | 500页面 | {{ SITE.name }} 7 | {% endblock %} 8 | 9 | {% block error_area0 %} 10 |

服务器开小差了、请稍后再试

11 | 12 | {% endblock %} 13 | 14 | -------------------------------------------------------------------------------- /templates/403.html: -------------------------------------------------------------------------------- 1 | 2 | {% extends 'db/base/base-error.html' %} 3 | {% load staticfiles %} 4 | 5 | {% block extra_head %} 6 | 403页面 | {{ SITE.name }} 7 | {% endblock %} 8 | 9 | {% block error_area0 %} 10 |

你的行为疑似攻击服务器、我们已经记录你的IP、请立刻停止之前的行为

11 | 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 | 400页面 | {{ SITE.name }} 7 | {% endblock %} 8 | 9 | {% block error_area0 %} 10 |

你的输入可能有问题、服务器无法理解你要表达的意思

11 | 12 | {% endblock %} 13 | 14 | -------------------------------------------------------------------------------- /simpleui/static/admin/img/icon-deletelink.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /templates/403_csrf.html: -------------------------------------------------------------------------------- 1 | 2 | {% extends 'db/base/base-error.html' %} 3 | {% load staticfiles %} 4 | 5 | {% block extra_head %} 6 | 403页面 | {{ SITE.name }} 7 | {% endblock %} 8 | 9 | {% block error_area0 %} 10 |

你的行为疑似攻击服务器、我们已经记录你的IP、请立刻停止之前的行为

11 | 12 | {% endblock %} 13 | -------------------------------------------------------------------------------- /simpleui/templates/admin/popup_response.html: -------------------------------------------------------------------------------- 1 | {% load i18n static %} 2 | 3 | {% trans 'Popup closing...' %} 4 | 5 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/dialogs/help/help.css: -------------------------------------------------------------------------------- 1 | .wrapper{width: 370px;margin: 10px auto;zoom: 1;} 2 | .tabbody{height: 360px;} 3 | .tabbody .panel{width:100%;height: 360px;position: absolute;background: #fff;} 4 | .tabbody .panel h1{font-size:26px;margin: 5px 0 0 5px;} 5 | .tabbody .panel p{font-size:12px;margin: 5px 0 0 5px;} 6 | .tabbody table{width:90%;line-height: 20px;margin: 5px 0 0 5px;;} 7 | .tabbody table thead{font-weight: bold;line-height: 25px;} -------------------------------------------------------------------------------- /blog/templates/db/base/top/searchbox.html: -------------------------------------------------------------------------------- 1 | {# 站内搜索 #} 2 | 11 | -------------------------------------------------------------------------------- /blog/templates/db/doing.html: -------------------------------------------------------------------------------- 1 | {% extends 'db/base/base-error-old.html' %} 2 | {% load staticfiles %} 3 | 4 | {% block extra_head %} 5 | 预告页面 | {{ SITE.name }} 6 | {% include 'db/base/common/egg.js.html' %} 7 | {% endblock %} 8 | 9 | {% block error_area0 %} 10 |

功能即将上线, 敬请期待

11 | 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 |
3 |
9 |
10 | {% endif %} 11 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/mixins/locale.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | exports.__esModule = true; 4 | 5 | var _locale = require('element-ui/lib/locale'); 6 | 7 | exports.default = { 8 | methods: { 9 | t: function t() { 10 | for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) { 11 | args[_key] = arguments[_key]; 12 | } 13 | 14 | return _locale.t.apply(this, args); 15 | } 16 | } 17 | }; -------------------------------------------------------------------------------- /simpleui/templates/admin/change_form_object_tools.html: -------------------------------------------------------------------------------- 1 | {% load i18n admin_urls %} 2 | {% block object-tools-items %} 3 |
  • 4 | {% url opts|admin_urlname:'history' original.pk|admin_urlquote as history_url %} 5 | {% trans "History" %} 6 |
  • 7 | {% if has_absolute_url %}
  • {% trans "View on site" %}
  • {% endif %} 8 | {% endblock %} 9 | -------------------------------------------------------------------------------- /DjangoUeditor/templates/ueditor.html: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /ishare/wsgi.py: -------------------------------------------------------------------------------- 1 | """ 2 | WSGI config for ishare project. 3 | 4 | It exposes the WSGI callable as a module-level variable named ``application``. 5 | 6 | For more information on this file, see 7 | https://docs.djangoproject.com/en/2.1/howto/deployment/wsgi/ 8 | """ 9 | 10 | import os 11 | 12 | from django.core.wsgi import get_wsgi_application 13 | 14 | os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'ishare.settings') 15 | 16 | application = get_wsgi_application() 17 | -------------------------------------------------------------------------------- /simpleui/static/admin/img/icon-yes.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /simpleui/templates/admin/change_list_object_tools.html: -------------------------------------------------------------------------------- 1 | {% load i18n admin_urls %} 2 | 3 | {% block object-tools-items %} 4 | {% if has_add_permission %} 5 |
  • 6 | {% url cl.opts|admin_urlname:'add' as add_url %} 7 | 8 | {% blocktrans with cl.opts.verbose_name as name %}Add {{ name }}{% endblocktrans %} 9 | 10 |
  • 11 | {% endif %} 12 | {% endblock %} 13 | -------------------------------------------------------------------------------- /confs/uwsgi/uwsgi-9999.ini: -------------------------------------------------------------------------------- 1 | [uwsgi] 2 | chdir=/root/apps/ishare 3 | module=ishare.wsgi:application 4 | wsgi-file = /root/apps/ishare/ishare/wsgi.py 5 | socket=127.0.0.1:9999 6 | workers=3 7 | pidfile=/root/apps/ishare/confs/uwsgi-9999.pid 8 | uid=root 9 | gid=root 10 | master=true 11 | vacuum=true 12 | thunder-lock=true 13 | enable-threads=true 14 | harakiri=30 15 | post-buffering=4096 16 | pythonpath=/root/venvs/ishare/lib/python3.8/site-packages 17 | #daemonize=/tmp/uwsgi.log -------------------------------------------------------------------------------- /confs/uwsgi/uwsgi-7777.ini: -------------------------------------------------------------------------------- 1 | [uwsgi] 2 | chdir=/root/apps/ishare 3 | module=ishare.wsgi:application 4 | wsgi-file = /root/apps/ishare/ishare/wsgi.py 5 | socket=127.0.0.1:7777 6 | workers=3 7 | pidfile=/root/apps/ishare/confs/uwsgi-7777.pid 8 | uid=root 9 | gid=root 10 | master=true 11 | vacuum=true 12 | thunder-lock=true 13 | enable-threads=true 14 | harakiri=30 15 | post-buffering=4096 16 | pythonpath=/root/venvs/ishare/lib/python3.8/site-packages 17 | #daemonize=/tmp/uwsgi.log 18 | -------------------------------------------------------------------------------- /confs/uwsgi/uwsgi-8888.ini: -------------------------------------------------------------------------------- 1 | [uwsgi] 2 | chdir=/root/apps/ishare 3 | module=ishare.wsgi:application 4 | wsgi-file = /root/apps/ishare/ishare/wsgi.py 5 | socket=127.0.0.1:8888 6 | workers=3 7 | pidfile=/root/apps/ishare/confs/uwsgi-8888.pid 8 | uid=root 9 | gid=root 10 | master=true 11 | vacuum=true 12 | thunder-lock=true 13 | enable-threads=true 14 | harakiri=30 15 | post-buffering=4096 16 | pythonpath=/root/venvs/ishare/lib/python3.8/site-packages 17 | #daemonize=/tmp/uwsgi.log 18 | -------------------------------------------------------------------------------- /blog/templates/db/base/left/tag_paginator.html: -------------------------------------------------------------------------------- 1 | 2 |
    3 | 4 | {{ total }} 5 | {% if prev %} 6 | <上一页 7 | {% endif %} 8 | {{ page }}  9 | {% if next %} 10 | 下一页> 11 | {% endif %} 12 |
    13 | -------------------------------------------------------------------------------- /blog/templates/db/base/left/cat_paginator.html: -------------------------------------------------------------------------------- 1 | 2 |
    3 | 4 | {{ total }} 5 | {% if prev %} 6 | <上一页 7 | {% endif %} 8 | {{ page }}  9 | {% if next %} 10 | 下一页> 11 | {% endif %} 12 |
    13 | 14 | -------------------------------------------------------------------------------- /simpleui/static/admin/img/search.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /blog/templates/db/msg.html: -------------------------------------------------------------------------------- 1 | {% extends 'db/base/base-msg.html' %} 2 | {% load staticfiles %} 3 | 4 | {% block content %} 5 | {# 留言板声明 #} 6 | {#
    #} 7 | {#

    {{ declare }}

    #} 8 | {#

    {{ desc }}

    #} 9 | {#
    #} 10 | 11 | {# 留言表单以及留言板 #} 12 |
    13 |

    {{ declare }}

    14 |

    {{ desc }}

    15 | {% include 'db/base/common/comments.html' %} 16 |
    17 | {% endblock %} 18 | 19 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/container.css: -------------------------------------------------------------------------------- 1 | .el-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.el-container.is-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} -------------------------------------------------------------------------------- /blog/templates/db/base/left/search_paginator.html: -------------------------------------------------------------------------------- 1 | 2 |
    3 | 4 | {{ total }} 5 | {% if prev %} 6 | <上一页 7 | {% endif %} 8 | {{ page }}  9 | {% if next %} 10 | 下一页> 11 | {% endif %} 12 |
    13 | 14 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/backtop.css: -------------------------------------------------------------------------------- 1 | .el-backtop{position:fixed;background-color:#FFF;width:40px;height:40px;border-radius:50%;color:#409EFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:20px;-webkit-box-shadow:0 0 6px rgba(0,0,0,.12);box-shadow:0 0 6px rgba(0,0,0,.12);cursor:pointer;z-index:5}.el-backtop:hover{background-color:#F2F6FC} -------------------------------------------------------------------------------- /simpleui/templates/admin/app_index.html: -------------------------------------------------------------------------------- 1 | {% extends "admin/index.html" %} 2 | {% load i18n %} 3 | 4 | {% block bodyclass %}{{ block.super }} app-{{ app_label }}{% endblock %} 5 | 6 | {% if not is_popup %} 7 | {% block breadcrumbs %} 8 | 15 | {% endblock %} 16 | {% endif %} 17 | 18 | {% block sidebar %}{% endblock %} 19 | -------------------------------------------------------------------------------- /blog/templates/db/base/right/others.html: -------------------------------------------------------------------------------- 1 |
    2 |

    作者其他文章

    3 | 14 |
    15 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/card.css: -------------------------------------------------------------------------------- 1 | .el-card{border-radius:4px;border:1px solid #EBEEF5;background-color:#FFF;overflow:hidden;color:#303133;-webkit-transition:.3s;transition:.3s}.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-card__header{padding:18px 20px;border-bottom:1px solid #EBEEF5;-webkit-box-sizing:border-box;box-sizing:border-box}.el-card__body{padding:20px} -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/_examples/server/getContent.asp: -------------------------------------------------------------------------------- 1 | <% @LANGUAGE="VBSCRIPT" CODEPAGE="65001" %> 2 | 3 | 4 | 10 | <% 11 | Dim content 12 | content = Request.Form("myEditor") 13 | Response.Write("第1个编辑器的值") 14 | Response.Write("
    " + content + "
    ") 15 | %> -------------------------------------------------------------------------------- /simpleui/templates/admin/invalid_setup.html: -------------------------------------------------------------------------------- 1 | {% extends "admin/base_site.html" %} 2 | {% load i18n %} 3 | 4 | {% block breadcrumbs %} 5 | 9 | {% endblock %} 10 | 11 | {% block content %} 12 |

    {% 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 | 2 | 3 | 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 |
    4 | 14 |
    15 | -------------------------------------------------------------------------------- /blog/templates/db/base/right/base-notice.html: -------------------------------------------------------------------------------- 1 | {# 历史公告 #} 2 |
    3 |

    历史公告({{ notices.count }})

    4 | 12 |
    13 | 14 | {# 引入广告 #} 15 | {% include 'db/base/right/advertisement.html' %} 16 | 17 | {# 引入站点信息 #} 18 | {% include 'db/base/right/siteinfo.html' %} 19 | -------------------------------------------------------------------------------- /simpleui/static/admin/css/dashboard.css: -------------------------------------------------------------------------------- 1 | /* DASHBOARD */ 2 | 3 | .dashboard .module table th { 4 | width: 100%; 5 | } 6 | 7 | .dashboard .module table td { 8 | white-space: nowrap; 9 | } 10 | 11 | .dashboard .module table td a { 12 | display: block; 13 | padding-right: .6em; 14 | } 15 | 16 | /* RECENT ACTIONS MODULE */ 17 | 18 | .module ul.actionlist { 19 | margin-left: 0; 20 | } 21 | 22 | ul.actionlist li { 23 | list-style-type: none; 24 | overflow: hidden; 25 | text-overflow: ellipsis; 26 | -o-text-overflow: ellipsis; 27 | } 28 | -------------------------------------------------------------------------------- /blog/templates/db/search.html: -------------------------------------------------------------------------------- 1 | {% extends 'db/base/base-list.html' %} 2 | {% load staticfiles %} 3 | 4 | {% block content %} 5 | 6 | {# 搜索说明 #} 7 |
    图片丢失 8 |

    {{ key }}

    9 |

    {{ list_desc }}

    10 |
    11 | 12 | {# 搜索数据 #} 13 |
    14 | {% include 'db/base/left/art_list.html' %} 15 | 16 | {# 分页条 #} 17 | {% include 'db/base/left/search_paginator.html' %} 18 |
    19 | 20 | {% endblock %} 21 | -------------------------------------------------------------------------------- /blog/templates/db/taglist.html: -------------------------------------------------------------------------------- 1 | {% extends 'db/base/base-list.html' %} 2 | {% load staticfiles %} 3 | 4 | {% block content %} 5 | 6 | {# 列表页说明 #} 7 |
    图片丢失 8 |

    {{ tag.tag }}

    9 |

    {{ list_desc }}

    10 |
    11 | 12 | {# 列表数据 #} 13 |
    14 | {% include 'db/base/left/art_list.html' %} 15 | 16 | {# 分页条 #} 17 | {% include 'db/base/left/tag_paginator.html' %} 18 |
    19 | 20 | 21 | {% endblock %} -------------------------------------------------------------------------------- /simpleui/static/admin/js/prepopulate_init.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | var fields = $('#django-admin-prepopulated-fields-constants').data('prepopulatedFields'); 4 | $.each(fields, function(index, field) { 5 | $('.empty-form .form-row .field-' + field.name + ', .empty-form.form-row .field-' + field.name).addClass('prepopulated_field'); 6 | $(field.id).data('dependency_list', field.dependency_list).prepopulate( 7 | field.dependency_ids, field.maxLength, field.allowUnicode 8 | ); 9 | }); 10 | })(django.jQuery); 11 | -------------------------------------------------------------------------------- /blog/templates/db/base/right/base0.html: -------------------------------------------------------------------------------- 1 | {# --网站公告-- #} 2 | {% include 'db/base/right/notice.html' %} 3 | {# --推荐阅读-- #} 4 | {% include 'db/base/right/recommend.html' %} 5 | {# --广告0-- #} 6 | {% include 'db/base/right/advertisement.html' %} 7 | {# --点击排行-- #} 8 | {% include 'db/base/right/mostread.html' %} 9 | {# --广告1-- #} 10 | {% include 'db/base/right/advertisement.html' %} 11 | {# 友链信息 #} 12 | {% include 'db/base/right/links.html' %} 13 | {# --广告2-- #} 14 | {% include 'db/base/right/advertisement.html' %} 15 | {# --站点信息-- #} 16 | {% include 'db/base/right/siteinfo.html' %} 17 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/option.css: -------------------------------------------------------------------------------- 1 | .el-select-dropdown__item{font-size:14px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266;height:34px;line-height:34px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#FFF}.el-select-dropdown__item.hover,.el-select-dropdown__item:hover{background-color:#F5F7FA}.el-select-dropdown__item.selected{color:#409EFF;font-weight:700} -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/third-party/highcharts/modules/heatmap.js: -------------------------------------------------------------------------------- 1 | (function(b){var k=b.seriesTypes,l=b.each;k.heatmap=b.extendClass(k.map,{colorKey:"z",useMapGeometry:!1,pointArrayMap:["y","z"],translate:function(){var c=this,b=c.options,i=Number.MAX_VALUE,j=Number.MIN_VALUE;c.generatePoints();l(c.data,function(a){var e=a.x,f=a.y,d=a.z,g=(b.colsize||1)/2,h=(b.rowsize||1)/2;a.path=["M",e-g,f-h,"L",e+g,f-h,"L",e+g,f+h,"L",e-g,f+h,"Z"];a.shapeType="path";a.shapeArgs={d:c.translatePath(a.path)};typeof d==="number"&&(d>j?j=d:d图片丢失 8 |

    {{ cat.cat }}

    9 |

    {{ list_desc }}

    10 | 11 | 12 | {# 列表数据 #} 13 |
    14 | {% include 'db/base/left/art_list.html' %} 15 | 16 | {# 分页条 #} 17 | {% include 'db/base/left/cat_paginator.html' %} 18 |
    19 | 20 | 21 | {% endblock %} 22 | 23 | 24 | -------------------------------------------------------------------------------- /simpleui/static/admin/img/icon-no.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/avatar.css: -------------------------------------------------------------------------------- 1 | .el-avatar{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden;color:#fff;background:#C0C4CC;width:40px;height:40px;line-height:40px;font-size:14px}.el-avatar>img{display:block;height:100%;vertical-align:middle}.el-avatar--circle{border-radius:50%}.el-avatar--square{border-radius:4px}.el-avatar--icon{font-size:18px}.el-avatar--large{width:40px;height:40px;line-height:40px}.el-avatar--medium{width:36px;height:36px;line-height:36px}.el-avatar--small{width:28px;height:28px;line-height:28px} -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/rate.css: -------------------------------------------------------------------------------- 1 | .el-rate__icon,.el-rate__item{position:relative;display:inline-block}.el-rate{height:20px;line-height:1}.el-rate:active,.el-rate:focus{outline-width:0}.el-rate__item{font-size:0;vertical-align:middle}.el-rate__icon{font-size:18px;margin-right:6px;color:#C0C4CC;-webkit-transition:.3s;transition:.3s}.el-rate__decimal,.el-rate__icon .path2{position:absolute;top:0;left:0}.el-rate__icon.hover{-webkit-transform:scale(1.15);transform:scale(1.15)}.el-rate__decimal{display:inline-block;overflow:hidden}.el-rate__text{font-size:14px;vertical-align:middle} -------------------------------------------------------------------------------- /blog/templates/db/index.html: -------------------------------------------------------------------------------- 1 | {# --首页-- #} 2 | {% extends 'db/base/base0.html' %} 3 | {% load staticfiles %} 4 | 5 | {% block content %} 6 | 7 | {# 轮播图 #} 8 | {% include 'db/base/left/banbox.html' %} 9 | 10 | {# 轮播图旁边小窗口 #} 11 | {% include 'db/base/left/headline.html' %} 12 | 13 |
    14 | 15 | {# 最新心情日记 #} 16 | {% include 'db/base/left/table.html' %} 17 | 18 | {# 横条广告 #} 19 | {% include 'db/base/left/advertisement.html' %} 20 | 21 | {# 最新技术博客列表 #} 22 | {% include 'db/base/left/bloglist.html' %} 23 | 24 | {% endblock %} 25 | -------------------------------------------------------------------------------- /simpleui/static/admin/img/inline-delete.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /blog/templates/db/base/right/base-list.html: -------------------------------------------------------------------------------- 1 | {# 列表类型页右侧部分 #} 2 | 3 | {# 点击排行 #} 4 | {% include 'db/base/right/mostread.html' %} 5 | {# -------标签云------ #} 6 | {% include 'db/base/right/tagcloud.html' %} 7 | {# --广告0-- #} 8 | {% include 'db/base/right/advertisement.html' %} 9 | {#------站长推荐------#} 10 | {% include 'db/base/right/recommend.html' %} 11 | {% include 'db/base/right/advertisement.html' %} 12 | {# 友链信息 #} 13 | {% include 'db/base/right/links.html' %} 14 | {# --广告2-- #} 15 | {% include 'db/base/right/advertisement.html' %} 16 | {# --站点信息-- #} 17 | {% include 'db/base/right/siteinfo.html' %} 18 | -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/_examples/server/getContent.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | ".htmlspecialchars_decode($content).""; 20 | -------------------------------------------------------------------------------- /DjangoUeditor/urls.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | import django 3 | from .views import get_ueditor_controller 4 | 5 | DJANGO_VERSION = django.VERSION[:2] 6 | 7 | 8 | if DJANGO_VERSION >= (1, 8): 9 | from django.conf.urls import url 10 | urlpatterns = [ 11 | url(r'^controller/$', get_ueditor_controller) 12 | ] 13 | 14 | else: 15 | try: 16 | from django.conf.urls import patterns, url 17 | except ImportError: 18 | from django.conf.urls.defaults import patterns, url 19 | 20 | urlpatterns = patterns('', 21 | url(r'^controller/$', get_ueditor_controller) 22 | ) 23 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/js/cookie.js: -------------------------------------------------------------------------------- 1 | var username = document.cookie.split(";")[0].split("=")[1]; 2 | //JS操作cookies方法! 3 | //写cookies 4 | function setCookie(name, value) { 5 | var Days = 365; 6 | var exp = new Date(); 7 | exp.setTime(exp.getTime() + Days * 24 * 60 * 60 * 1000); 8 | document.cookie = name + "=" + escape(value) + ";expires=" + exp.toGMTString(); 9 | } 10 | 11 | function getCookie(name) { 12 | var arr, reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)"); 13 | if (arr = document.cookie.match(reg)) 14 | return unescape(arr[2]); 15 | else 16 | return null; 17 | } -------------------------------------------------------------------------------- /simpleui/templates/admin/500.html: -------------------------------------------------------------------------------- 1 | {% extends "admin/base_site.html" %} 2 | {% load i18n %} 3 | 4 | {% block breadcrumbs %} 5 | 9 | {% endblock %} 10 | 11 | {% block title %}{% trans 'Server error (500)' %}{% endblock %} 12 | 13 | {% block content %} 14 |

    {% trans 'Server Error (500)' %}

    15 |

    {% 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\d+)\.(?P\d+)\.(?P\d+) 8 | serialize = 9 | {major}.{minor}.{patch} 10 | {major}.{minor} 11 | 12 | [bumpversion:file:ishare/__init__.py] 13 | search = __version__ == {current_version} 14 | replace = {new_version} 15 | 16 | [bumpversion:file:VERSION] 17 | search = {current_version} 18 | replace = {new_version} 19 | 20 | [bumpversion:file:README.md] 21 | search = {current_version} 22 | replace = {new_version} 23 | 24 | -------------------------------------------------------------------------------- /manage.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | import os 3 | import sys 4 | import django 5 | 6 | if __name__ == '__main__': 7 | os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'ishare.settings') 8 | django.setup() 9 | try: 10 | from django.core.management import execute_from_command_line 11 | except ImportError as exc: 12 | raise ImportError( 13 | "Couldn't import Django. Are you sure it's installed and " 14 | "available on your PYTHONPATH environment variable? Did you " 15 | "forget to activate a virtual environment?" 16 | ) from exc 17 | execute_from_command_line(sys.argv) 18 | -------------------------------------------------------------------------------- /simpleui/templates/registration/password_reset_complete.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 %}

    {{ title }}

    {% endblock %} 13 | 14 | {% block content %} 15 | 16 |

    {% trans "Your password has been set. You may go ahead and log in now." %}

    17 | 18 |

    {% trans 'Log in' %}

    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 |
    2 |

    作者名片

    3 |
    4 | {# #} 5 | 图片丢失 6 | {# #} 7 |
    8 | 9 |
      10 |
    • 作者昵称:{{ art.author.username }}
    • 11 |
    • 原创文章:{{ art.author.origin }}篇
    • 12 |
    • 转载文章:{{ art.author.copy }}篇
    • 13 |
    • 加入本站:{{ art.author.join }}天
    • 14 |
    15 |
    16 | -------------------------------------------------------------------------------- /simpleui/apps.py: -------------------------------------------------------------------------------- 1 | from django.apps import AppConfig 2 | 3 | 4 | class SimpleApp(AppConfig): 5 | name = 'simpleui' 6 | 7 | def ready(self): 8 | # 如果是django3+ 就使用中间件,删除header中的X-Frame-Options 9 | 10 | try: 11 | import django 12 | version = django.get_version() 13 | if int(version.split('.')[0]) >= 3: 14 | from django.conf import settings 15 | mname = 'simpleui.middlewares.SimpleMiddleware' 16 | if mname not in settings.MIDDLEWARE: 17 | settings.MIDDLEWARE.append(mname) 18 | except Exception as e: 19 | pass 20 | pass 21 | -------------------------------------------------------------------------------- /simpleui/static/admin/js/popup_response.js: -------------------------------------------------------------------------------- 1 | /*global opener */ 2 | (function() { 3 | 'use strict'; 4 | var initData = JSON.parse(document.getElementById('django-admin-popup-response-constants').dataset.popupResponse); 5 | switch(initData.action) { 6 | case 'change': 7 | opener.dismissChangeRelatedObjectPopup(window, initData.value, initData.obj, initData.new_value); 8 | break; 9 | case 'delete': 10 | opener.dismissDeleteRelatedObjectPopup(window, initData.value); 11 | break; 12 | default: 13 | opener.dismissAddRelatedObjectPopup(window, initData.value, initData.obj); 14 | break; 15 | } 16 | })(); 17 | -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/zh-TW.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/zh-TW",[],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/simpleui-x/elementui/theme-chalk/page-header.css: -------------------------------------------------------------------------------- 1 | .el-page-header{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:24px}.el-page-header__left{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;margin-right:40px;position:relative}.el-page-header__left::after{content:"";position:absolute;width:1px;height:16px;right:-20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#DCDFE6}.el-page-header__left .el-icon-back{font-size:18px;margin-right:6px;-ms-flex-item-align:center;align-self:center}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{font-size:18px;color:#303133} -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/element.less: -------------------------------------------------------------------------------- 1 | @import "base"; 2 | 3 | @primary: #409eff !important; 4 | @color: white; 5 | 6 | @menu-color: #696969 !important; 7 | @menu-background: #ffffff !important; 8 | 9 | @menu-color-hover: #696969; 10 | @menu-background-hover: #fff; 11 | 12 | @menu-title-color: #696969; 13 | @menu-title-background-color: #fff; 14 | 15 | @menu-title-color-hover: #666; 16 | @menu-title-background-color-hover: #f2f3f7; 17 | 18 | 19 | @navbar-color: #FFF; 20 | @navbar-background: #447eff; 21 | 22 | .menu { 23 | .el-menu .is-active { 24 | color: @primary; 25 | background-color: @menu-title-background-color-hover!important; 26 | } 27 | } -------------------------------------------------------------------------------- /blog/templates/db/base/right/base-detail.html: -------------------------------------------------------------------------------- 1 | {# 文章详情页右侧部分 #} 2 | 3 | {# ------作者名片------ #} 4 | {% include 'db/base/right/author.html' %} 5 | {# --作者其他文章-- #} 6 | {% include 'db/base/right/others.html' %} 7 | {# -------标签云------ #} 8 | {% include 'db/base/right/tagcloud.html' %} 9 | {# --广告0-- #} 10 | {% include 'db/base/right/advertisement.html' %} 11 | {#------站长推荐------#} 12 | {% include 'db/base/right/recommend.html' %} 13 | {% include 'db/base/right/advertisement.html' %} 14 | {# 友链信息 #} 15 | {% include 'db/base/right/links.html' %} 16 | {# --广告2-- #} 17 | {% include 'db/base/right/advertisement.html' %} 18 | {# --站点信息-- #} 19 | {% include 'db/base/right/siteinfo.html' %} 20 | 21 | -------------------------------------------------------------------------------- /blog/templates/db/base/right/siteinfo.html: -------------------------------------------------------------------------------- 1 | {% load staticfiles %} 2 |
    3 |

    站点信息

    4 |
      5 |
    • 运行天数:{{ SITE_CNT.run }}天
    • 6 |
    • 累计访问:{{ SITE_CNT.visit }}人次
    • 7 |
    • 今日访问:{{ SITE_CNT.today_visit }}人次
    • 8 |
    • 原创文章:{{ SITE_CNT.origin }}篇
    • 9 |
    • 转载文章:{{ SITE_CNT.copy }}篇
    • 10 | {#
    • 评论条数:{{ SITE_CNT.comm }}条
    • #} 11 | {#
    • 留言条数:{{ SITE_CNT.msg }}条
    • #} 12 |
    • 微信公众号:第一时间获取更新信息
    • 13 | 14 |
    15 |
    16 | -------------------------------------------------------------------------------- /simpleui/static/admin/img/icon-unknown-alt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /simpleui/static/admin/img/icon-unknown.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/black.less: -------------------------------------------------------------------------------- 1 | @import "base"; 2 | 3 | @primary: #36b24a !important; 4 | @color: white; 5 | 6 | @menu-color: #484848; 7 | @menu-background: #ffffff !important; 8 | 9 | @menu-color-hover: #484848; 10 | @menu-background-hover: #fff; 11 | 12 | @menu-title-color: #484848; 13 | @menu-title-background-color: #fff; 14 | 15 | @menu-title-color-hover: #666; 16 | @menu-title-background-color-hover: #f2f3f7; 17 | 18 | 19 | @navbar-color: #FFF; 20 | @navbar-background: #333333; 21 | 22 | .menu{ 23 | .el-menu-item{ 24 | color: @menu-color!important; 25 | } 26 | } 27 | .logo-wrap{ 28 | background-color: @navbar-background; 29 | color: @navbar-color; 30 | } -------------------------------------------------------------------------------- /simpleui/templates/registration/password_reset_email.html: -------------------------------------------------------------------------------- 1 | {% load i18n %}{% autoescape off %} 2 | {% blocktrans %}You're receiving this email because you requested a password reset for your user account at {{ site_name }}.{% endblocktrans %} 3 | 4 | {% trans "Please go to the following page and choose a new password:" %} 5 | {% block reset_link %} 6 | {{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %} 7 | {% endblock %} 8 | {% trans "Your username, in case you've forgotten:" %} {{ user.get_username }} 9 | 10 | {% trans "Thanks for using our site!" %} 11 | 12 | {% blocktrans %}The {{ site_name }} team{% endblocktrans %} 13 | 14 | {% endautoescape %} 15 | -------------------------------------------------------------------------------- /tasks/ops.py: -------------------------------------------------------------------------------- 1 | # coding: utf-8 2 | """ 3 | Created by Jeyrce 2020/5/1 上午10:29, contact with jeyrce@gmail.com or website https://www.lujianxin.com 4 | --------------------------------------------------------------------------------------------------------- 5 | >>> 一些异步任务 6 | """ 7 | 8 | import logging 9 | 10 | from django.db.models.query import F 11 | 12 | from blog.models import Blog 13 | from tasks import app 14 | 15 | logger = logging.getLogger(__name__) 16 | 17 | 18 | @app.task(name="ops.update_art_like") 19 | def update_art_like(pk): 20 | """ 21 | 更新文章点赞量 22 | """ 23 | Blog.objects.filter(pk=pk).update(like=F("like") + 1) 24 | logger.info("更新文章点赞量成功: {}".format(pk)) 25 | -------------------------------------------------------------------------------- /blog/templates/db/base/right/links.html: -------------------------------------------------------------------------------- 1 | {# 右侧友情链接,仅个人主页 #} 2 |
    3 | {# 个人主页 #} 4 |

    友情链接

    5 | 12 |
    13 | 14 | -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/_examples/server/getContent.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> 2 | 3 | 4 | 9 | <% 10 | request.setCharacterEncoding("utf-8"); 11 | response.setCharacterEncoding("utf-8"); 12 | String content = request.getParameter("myEditor"); 13 | 14 | 15 | 16 | response.getWriter().print("第1个编辑器的值"); 17 | response.getWriter().print("
    "+content+"
    "); 18 | 19 | %> -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/third-party/webuploader/webuploader.css: -------------------------------------------------------------------------------- 1 | .webuploader-container { 2 | position: relative; 3 | } 4 | .webuploader-element-invisible { 5 | position: absolute !important; 6 | clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 7 | clip: rect(1px,1px,1px,1px); 8 | } 9 | .webuploader-pick { 10 | position: relative; 11 | display: inline-block; 12 | cursor: pointer; 13 | background: #00b7ee; 14 | padding: 10px 15px; 15 | color: #fff; 16 | text-align: center; 17 | border-radius: 3px; 18 | overflow: hidden; 19 | } 20 | .webuploader-pick-hover { 21 | background: #00a2d4; 22 | } 23 | 24 | .webuploader-pick-disable { 25 | opacity: 0.6; 26 | pointer-events:none; 27 | } 28 | 29 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/green.less: -------------------------------------------------------------------------------- 1 | @import "base"; 2 | 3 | @primary: #19a97b !important; 4 | @color: white; 5 | 6 | @menu-color: #484848; 7 | @menu-background: #ffffff !important; 8 | 9 | @menu-color-hover: #484848; 10 | @menu-background-hover: #fff; 11 | 12 | @menu-title-color: #484848; 13 | @menu-title-background-color: #fff; 14 | 15 | @menu-title-color-hover: #666; 16 | @menu-title-background-color-hover: #f2f3f7; 17 | 18 | 19 | @navbar-color: #FFF; 20 | @navbar-background: #19a97b; 21 | 22 | .menu{ 23 | .el-menu-item{ 24 | color: @menu-color!important; 25 | } 26 | } 27 | .navbar .el-button:focus, .navbar .el-button:hover { 28 | color: rgba(#FFF,0.6)!important; 29 | } 30 | -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/simpleui.less: -------------------------------------------------------------------------------- 1 | @import "base"; 2 | 3 | /*主题色*/ 4 | @primary: #409eff !important; 5 | @color: white; 6 | 7 | /*菜单文本*/ 8 | @menu-color: #FFF !important; 9 | 10 | /*菜单背景*/ 11 | @menu-background: #2c2e39 !important; 12 | @menu-color-hover: #FFF; 13 | @menu-background-hover: #447eff; 14 | 15 | @menu-title-color: #fff; 16 | @menu-title-background-color: #202028; 17 | 18 | @menu-title-color-hover: #fff; 19 | @menu-title-background-color-hover: #35353e; 20 | 21 | 22 | @navbar-color: #333; 23 | @navbar-background: #fff; 24 | 25 | .menu { 26 | .el-menu .is-active { 27 | color: #FFF!important; 28 | background-color: @menu-background-hover !important; 29 | } 30 | } -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/gray.less: -------------------------------------------------------------------------------- 1 | @import "base"; 2 | 3 | @primary: #2096c8 !important; 4 | @color: white; 5 | 6 | @menu-color: #586b7d!important; 7 | @menu-background: #e0e0e0 !important; 8 | 9 | @menu-color-hover: #213a53; 10 | @menu-background-hover: #e0e0e0; 11 | 12 | @menu-title-color: #586b7d; 13 | @menu-title-background-color: #ededed; 14 | 15 | @menu-title-color-hover: #586b7d; 16 | @menu-title-background-color-hover: #ededed; 17 | 18 | 19 | @navbar-color: #edf6ff; 20 | @navbar-background: #213a53; 21 | .logo-wrap{ 22 | color: @navbar-color!important; 23 | background-color: @navbar-background; 24 | } 25 | .menu .el-menu .is-active{ 26 | color: @menu-color-hover!important; 27 | } -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/zh-CN.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/zh-CN",[],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/simpleui-x/css/login.css: -------------------------------------------------------------------------------- 1 | html, body { 2 | /*background-color: #2d3a4b;*/ 3 | } 4 | 5 | 6 | .login-main { 7 | padding-top: 160px; 8 | padding-bottom: 50px; 9 | max-width: 350px; 10 | margin-left: auto; 11 | margin-right: auto; 12 | } 13 | 14 | .logo { 15 | text-align: center; 16 | } 17 | 18 | .logo img { 19 | max-width: 300px; 20 | max-height: 100px; 21 | } 22 | 23 | .header { 24 | font-size: 26px; 25 | color: #666; 26 | margin: 0 auto 40px auto; 27 | text-align: center; 28 | font-weight: 700; 29 | } 30 | 31 | .simpleui-input-inline { 32 | margin: 10px 0px; 33 | } 34 | 35 | .login-btn button { 36 | width: 100%; 37 | } 38 | 39 | -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/az.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/az",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum;return t+" simvol silin"},inputTooShort:function(e){var t=e.minimum-e.input.length;return t+" simvol daxil edin"},loadingMore:function(){return"Daha çox nəticə yüklənir…"},maximumSelected:function(e){return"Sadəcə "+e.maximum+" element seçə bilərsiniz"},noResults:function(){return"Nəticə tapılmadı"},searching:function(){return"Axtarılır…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/dark.green.less: -------------------------------------------------------------------------------- 1 | @import "base"; 2 | 3 | @primary: #1db393 !important; 4 | @color: white; 5 | 6 | @menu-color: #a7b1c2; 7 | @menu-background: #283846 !important; 8 | 9 | @menu-color-hover: #FFF; 10 | @menu-background-hover: #3b5769; 11 | 12 | @menu-title-color: #FFF; 13 | @menu-title-background-color: #2f4050; 14 | 15 | @menu-title-color-hover: #FFF; 16 | @menu-title-background-color-hover: #212c3a; 17 | 18 | 19 | @navbar-color: #888888; 20 | @navbar-background: #f3f3f4; 21 | 22 | .logo-wrap { 23 | background-color: @menu-background; 24 | } 25 | 26 | .menu { 27 | .el-menu li .is-active { 28 | color: white !important; 29 | border-left: #1db393 3px solid; 30 | } 31 | } -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/fi.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/fi",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum;return"Ole hyvä ja anna "+t+" merkkiä vähemmän"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Ole hyvä ja anna "+t+" merkkiä lisää"},loadingMore:function(){return"Ladataan lisää tuloksia…"},maximumSelected:function(e){return"Voit valita ainoastaan "+e.maximum+" kpl"},noResults:function(){return"Ei tuloksia"},searching:function(){}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/ja.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/ja",[],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/templates/registration/logged_out.html: -------------------------------------------------------------------------------- 1 | {#{% extends "admin/base_site.html" %}#} 2 | {% load i18n %} 3 | {##} 4 | {#{% block breadcrumbs %}{% endblock %}#} 5 | {##} 6 | {#{% block content %}#} 7 | {##} 8 | {#

    {% trans "Thanks for spending some quality time with the Web site today." %}

    #} 9 | {##} 10 | {#

    {% trans 'Log in again' %}

    #} 11 | {##} 12 | {#{% endblock %}#} 13 | 14 | 15 | 16 | 17 | 18 | 19 |

    {% trans 'Log in again' %}

    20 | 21 | -------------------------------------------------------------------------------- /simpleui/static/admin/img/icon-clock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 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 %}

    {{ title }}

    {% endblock %} 13 | {% block content %} 14 | 15 |

    {% 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 |
    6 | 21 | 22 |
    23 | 24 | -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/ar.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/ar",[],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/de.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/de",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum;return"Bitte "+t+" Zeichen weniger eingeben"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Bitte "+t+" Zeichen mehr eingeben"},loadingMore:function(){return"Lade mehr Ergebnisse…"},maximumSelected:function(e){var t="Sie können nur "+e.maximum+" Eintr";return e.maximum===1?t+="ag":t+="äge",t+=" auswählen",t},noResults:function(){return"Keine Übereinstimmungen gefunden"},searching:function(){return"Suche…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/et.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/et",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Sisesta "+t+" täht";return t!=1&&(n+="e"),n+=" vähem",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Sisesta "+t+" täht";return t!=1&&(n+="e"),n+=" rohkem",n},loadingMore:function(){return"Laen tulemusi…"},maximumSelected:function(e){var t="Saad vaid "+e.maximum+" tulemus";return e.maximum==1?t+="e":t+="t",t+=" valida",t},noResults:function(){return"Tulemused puuduvad"},searching:function(){return"Otsin…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /DjangoUeditor/static/ueditor/_examples/customizeDialogPage.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
    10 |

    测试页面

    11 |
    12 | 13 | 14 | 15 | 24 | 25 | -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/nb.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/nb",[],function(){return{errorLoading:function(){return"Kunne ikke hente resultater."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Vennligst fjern "+t+" tegn"},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vennligst skriv inn ";return t>1?n+=" flere tegn":n+=" tegn til",n},loadingMore:function(){return"Laster flere resultater…"},maximumSelected:function(e){return"Du kan velge maks "+e.maximum+" elementer"},noResults:function(){return"Ingen treff"},searching:function(){return"Søker…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/sv.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/sv",[],function(){return{errorLoading:function(){return"Resultat kunde inte laddas."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vänligen sudda ut "+t+" tecken";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vänligen skriv in "+t+" eller fler tecken";return n},loadingMore:function(){return"Laddar fler resultat…"},maximumSelected:function(e){var t="Du kan max välja "+e.maximum+" element";return t},noResults:function(){return"Inga träffar"},searching:function(){return"Söker…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/bg.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/bg",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Моля въведете с "+t+" по-малко символ";return t>1&&(n+="a"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Моля въведете още "+t+" символ";return t>1&&(n+="a"),n},loadingMore:function(){return"Зареждат се още…"},maximumSelected:function(e){var t="Можете да направите до "+e.maximum+" ";return e.maximum>1?t+="избора":t+="избор",t},noResults:function(){return"Няма намерени съвпадения"},searching:function(){return"Търсене…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/km.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/km",[],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/simpleui-x/theme/highdmin.less: -------------------------------------------------------------------------------- 1 | @import "base"; 2 | 3 | @primary: #02c0ce !important; 4 | @color: white; 5 | 6 | @menu-color: #586b7d!important; 7 | @menu-background: #e0e0e0 !important; 8 | 9 | @menu-color-hover: #213a53; 10 | @menu-background-hover: #e0e0e0; 11 | 12 | @menu-title-color: #586b7d; 13 | @menu-title-background-color: #ededed; 14 | 15 | @menu-title-color-hover: #586b7d; 16 | @menu-title-background-color-hover: #ededed; 17 | 18 | 19 | @navbar-color: #FFF; 20 | @navbar-background: #02c0ce; 21 | .logo-wrap{ 22 | color: @navbar-color!important; 23 | background-color: @navbar-background; 24 | } 25 | .menu .el-menu .is-active{ 26 | color: @menu-color-hover!important; 27 | } 28 | 29 | .navbar .el-button:focus, .navbar .el-button:hover { 30 | color: rgba(#FFF,0.6)!important; 31 | } -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/ms.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/ms",[],function(){return{errorLoading:function(){return"Keputusan tidak berjaya dimuatkan."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Sila hapuskan "+t+" aksara"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Sila masukkan "+t+" atau lebih aksara"},loadingMore:function(){return"Sedang memuatkan keputusan…"},maximumSelected:function(e){return"Anda hanya boleh memilih "+e.maximum+" pilihan"},noResults:function(){return"Tiada padanan yang ditemui"},searching:function(){return"Mencari…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /templates/mail/new_blog_today.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | {{ title }} 4 | 5 | 6 | 7 | 今日共计{{ total }}篇待审核文章,请站长及时处理。 8 |
    9 |
    10 |
    11 | 12 |
    13 | 文章列表: 14 |
    15 |
    16 | 21 |
    22 |

    23 | 24 | {% include "mail/base/signature.html" %} 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /simpleui/static/admin/js/change_form.js: -------------------------------------------------------------------------------- 1 | /*global showAddAnotherPopup, showRelatedObjectLookupPopup showRelatedObjectPopup updateRelatedObjectLinks*/ 2 | 3 | (function($) { 4 | 'use strict'; 5 | $(document).ready(function() { 6 | var modelName = $('#django-admin-form-add-constants').data('modelName'); 7 | $('body').on('click', '.add-another', function(e) { 8 | e.preventDefault(); 9 | var event = $.Event('django:add-another-related'); 10 | $(this).trigger(event); 11 | if (!event.isDefaultPrevented()) { 12 | showAddAnotherPopup(this); 13 | } 14 | }); 15 | 16 | if (modelName) { 17 | $('form#' + modelName + '_form :input:visible:enabled:first').focus(); 18 | } 19 | }); 20 | })(django.jQuery); 21 | -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/gl.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/gl",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Elimine ";return t===1?n+="un carácter":n+=t+" caracteres",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Engada ";return t===1?n+="un carácter":n+=t+" caracteres",n},loadingMore:function(){return"Cargando máis resultados…"},maximumSelected:function(e){var t="Só pode ";return e.maximum===1?t+="un elemento":t+=e.maximum+" elementos",t},noResults:function(){return"Non se atoparon resultados"},searching:function(){return"Buscando…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/da.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/da",[],function(){return{errorLoading:function(){return"Resultaterne kunne ikke indlæses."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Angiv venligst "+t+" tegn mindre";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Angiv venligst "+t+" tegn mere";return n},loadingMore:function(){return"Indlæser flere resultater…"},maximumSelected:function(e){var t="Du kan kun vælge "+e.maximum+" emne";return e.maximum!=1&&(t+="r"),t},noResults:function(){return"Ingen resultater fundet"},searching:function(){return"Søger…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/reset.css: -------------------------------------------------------------------------------- 1 | @charset "UTF-8";body{font-family:"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;font-weight:400;font-size:14px;color:#000;-webkit-font-smoothing:antialiased}a{color:#409EFF;text-decoration:none}a:focus,a:hover{color:#66b1ff}a:active{color:#3a8ee6}h1,h2,h3,h4,h5,h6{color:#606266;font-weight:inherit}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,p:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child{margin-bottom:0}h1{font-size:20px}h2{font-size:18px}h3{font-size:16px}h4,h5,h6,p{font-size:inherit}p{line-height:1.8}sub,sup{font-size:13px}small{font-size:12px}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee} -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/admin.lte.less: -------------------------------------------------------------------------------- 1 | @import "base"; 2 | 3 | @primary: #2096c8 !important; 4 | @color: white; 5 | 6 | @menu-color: #8aa4af !important; 7 | @menu-background: #2b3539 !important; 8 | 9 | @menu-color-hover: #FFF; 10 | @menu-background-hover: #1f272b; 11 | 12 | @menu-title-color: #FFF; 13 | @menu-title-background-color: #212c32; 14 | 15 | @menu-title-color-hover: #FFF; 16 | @menu-title-background-color-hover: #1f272b; 17 | 18 | 19 | @navbar-color: #fff; 20 | @navbar-background: #3c8dbc; 21 | 22 | .logo-wrap { 23 | color: @navbar-color !important; 24 | background-color: @navbar-background !important; 25 | } 26 | 27 | .menu .el-menu .is-active { 28 | color: #FFF !important; 29 | } 30 | 31 | .navbar { 32 | 33 | .el-button:focus, .el-button:hover { 34 | color: rgba(@color, 0.7) !important; 35 | } 36 | } -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/theme/e-blue-pro.less: -------------------------------------------------------------------------------- 1 | @import "base"; 2 | 3 | 4 | @primary: #3ba1df !important; 5 | @color: white; 6 | 7 | @menu-color: #a7b1c2; 8 | @menu-background: #283846 !important; 9 | 10 | @menu-color-hover: #FFF; 11 | @menu-background-hover: #3b5769; 12 | 13 | @menu-title-color: #FFF; 14 | @menu-title-background-color: #2f4050; 15 | 16 | @menu-title-color-hover: #FFF; 17 | @menu-title-background-color-hover: #212c3a; 18 | 19 | 20 | @navbar-color: #FFF; 21 | @navbar-background: @primary; 22 | 23 | .logo-wrap { 24 | background-color: @primary; 25 | color: #FFF; 26 | } 27 | 28 | .navbar .el-button:focus, .navbar .el-button:hover { 29 | color: rgba(#FFF, 0.8) !important; 30 | } 31 | 32 | .menu { 33 | .el-menu li .is-active { 34 | color: white !important; 35 | border-left: @primary 3px solid; 36 | } 37 | } -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/en.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/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Please delete "+t+" character";return t!=1&&(n+="s"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Please enter "+t+" or more characters";return n},loadingMore:function(){return"Loading more results…"},maximumSelected:function(e){var t="You can only select "+e.maximum+" item";return e.maximum!=1&&(t+="s"),t},noResults:function(){return"No results found"},searching:function(){return"Searching…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/he.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/he",[],function(){return{errorLoading:function(){return"שגיאה בטעינת התוצאות"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="נא למחוק ";return t===1?n+="תו אחד":n+=t+" תווים",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="נא להכניס ";return t===1?n+="תו אחד":n+=t+" תווים",n+=" או יותר",n},loadingMore:function(){return"טוען תוצאות נוספות…"},maximumSelected:function(e){var t="באפשרותך לבחור עד ";return e.maximum===1?t+="פריט אחד":t+=e.maximum+" פריטים",t},noResults:function(){return"לא נמצאו תוצאות"},searching:function(){return"מחפש…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/hi.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/hi",[],function(){return{errorLoading:function(){return"परिणामों को लोड नहीं किया जा सका।"},inputTooLong:function(e){var t=e.input.length-e.maximum,n=t+" अक्षर को हटा दें";return t>1&&(n=t+" अक्षरों को हटा दें "),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/fa.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/fa",[],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/hr.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/hr",[],function(){function e(e){var t=" "+e+" znak";return e%10<5&&e%10>0&&(e%100<5||e%100>19)?e%10>1&&(t+="a"):t+="ova",t}return{errorLoading:function(){return"Preuzimanje nije uspjelo."},inputTooLong:function(t){var n=t.input.length-t.maximum;return"Unesite "+e(n)},inputTooShort:function(t){var n=t.minimum-t.input.length;return"Unesite još "+e(n)},loadingMore:function(){return"Učitavanje rezultata…"},maximumSelected:function(e){return"Maksimalan broj odabranih stavki je "+e.maximum},noResults:function(){return"Nema rezultata"},searching:function(){return"Pretraga…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /ishare/forms.py: -------------------------------------------------------------------------------- 1 | # coding: utf-8 2 | """ 3 | Created by Jeyrce.Lu 2020/4/1 下午10:24, contact with jeyrce@gmail.com or website https://www.lujianxin.com 4 | --------------------------------------------------------------------------------------------------------- 5 | >>> 表单文件 6 | """ 7 | 8 | from django.contrib.auth.forms import PasswordResetForm 9 | 10 | from tasks.mail import send_password_rest_link 11 | 12 | 13 | class SyncMailPasswordResetForm(PasswordResetForm): 14 | """ 15 | 覆盖父类同步发送邮件,此处使用异步任务 16 | """ 17 | 18 | def send_mail(self, subject_template_name, email_template_name, context, from_email, to_email, 19 | html_email_template_name=None): 20 | send_password_rest_link.delay(subject_template_name, email_template_name, context, from_email, to_email, 21 | html_email_template_name=None) 22 | -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/eu.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/eu",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Idatzi ";return t==1?n+="karaktere bat":n+=t+" karaktere",n+=" gutxiago",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Idatzi ";return t==1?n+="karaktere bat":n+=t+" karaktere",n+=" gehiago",n},loadingMore:function(){return"Emaitza gehiago kargatzen…"},maximumSelected:function(e){return e.maximum===1?"Elementu bakarra hauta dezakezu":e.maximum+" elementu hauta ditzakezu soilik"},noResults:function(){return"Ez da bat datorrenik aurkitu"},searching:function(){return"Bilatzen…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/mk.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/mk",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Ве молиме внесете "+e.maximum+" помалку карактер";return e.maximum!==1&&(n+="и"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Ве молиме внесете уште "+e.maximum+" карактер";return e.maximum!==1&&(n+="и"),n},loadingMore:function(){return"Вчитување резултати…"},maximumSelected:function(e){var t="Можете да изберете само "+e.maximum+" ставк";return e.maximum===1?t+="а":t+="и",t},noResults:function(){return"Нема пронајдено совпаѓања"},searching:function(){return"Пребарување…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/badge.css: -------------------------------------------------------------------------------- 1 | .el-badge{position:relative;vertical-align:middle;display:inline-block}.el-badge__content{background-color:#F56C6C;border-radius:10px;color:#FFF;display:inline-block;font-size:12px;height:18px;line-height:18px;padding:0 6px;text-align:center;white-space:nowrap;border:1px solid #FFF}.el-badge__content.is-fixed{position:absolute;top:0;right:10px;-webkit-transform:translateY(-50%) translateX(100%);transform:translateY(-50%) translateX(100%)}.el-badge__content.is-fixed.is-dot{right:5px}.el-badge__content.is-dot{height:8px;width:8px;padding:0;right:0;border-radius:50%}.el-badge__content--primary{background-color:#409EFF}.el-badge__content--success{background-color:#67C23A}.el-badge__content--warning{background-color:#E6A23C}.el-badge__content--info{background-color:#909399}.el-badge__content--danger{background-color:#F56C6C} -------------------------------------------------------------------------------- /blog/templates/db/notice.html: -------------------------------------------------------------------------------- 1 | {% extends 'db/base/base-notice.html' %} 2 | {% load staticfiles %} 3 | 4 | {% block extra_js %} 5 | {# 引入富文本效果 #} 6 | 7 | 10 | {# 引入弹窗效果 #} 11 | 12 | {% endblock %} 13 | 14 | {% block extra_css %} 15 | {# 富文本样式 #} 16 | 17 | {% endblock %} 18 | 19 | {% block content %} 20 | 21 | {# 正文区 #} 22 | {% include 'db/base/left/notice.html' %} 23 | 24 | {# 评论区 #} 25 | {% include 'db/base/left/discuss.html' %} 26 | 27 | {% endblock %} 28 | -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/pt-BR.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/pt-BR",[],function(){return{errorLoading:function(){return"Os resultados não puderam ser carregados."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Apague "+t+" caracter";return t!=1&&(n+="es"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Digite "+t+" ou mais caracteres";return n},loadingMore:function(){return"Carregando mais resultados…"},maximumSelected:function(e){var t="Você só pode selecionar "+e.maximum+" ite";return e.maximum==1?t+="m":t+="ns",t},noResults:function(){return"Nenhum resultado encontrado"},searching:function(){return"Buscando…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/lv.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/lv",[],function(){function e(e,t,n,r){return e===11?t:e%10===1?n:r}return{inputTooLong:function(t){var n=t.input.length-t.maximum,r="Lūdzu ievadiet par "+n;return r+=" simbol"+e(n,"iem","u","iem"),r+" mazāk"},inputTooShort:function(t){var n=t.minimum-t.input.length,r="Lūdzu ievadiet vēl "+n;return r+=" simbol"+e(n,"us","u","us"),r},loadingMore:function(){return"Datu ielāde…"},maximumSelected:function(t){var n="Jūs varat izvēlēties ne vairāk kā "+t.maximum;return n+=" element"+e(t.maximum,"us","u","us"),n},noResults:function(){return"Sakritību nav"},searching:function(){return"Meklēšana…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/pt.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/pt",[],function(){return{errorLoading:function(){return"Os resultados não puderam ser carregados."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Por favor apague "+t+" ";return n+=t!=1?"caracteres":"carácter",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Introduza "+t+" ou mais caracteres";return n},loadingMore:function(){return"A carregar mais resultados…"},maximumSelected:function(e){var t="Apenas pode seleccionar "+e.maximum+" ";return t+=e.maximum!=1?"itens":"item",t},noResults:function(){return"Sem resultados"},searching:function(){return"A procurar…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/ca.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/ca",[],function(){return{errorLoading:function(){return"La càrrega ha fallat"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Si us plau, elimina "+t+" car";return t==1?n+="àcter":n+="àcters",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Si us plau, introdueix "+t+" car";return t==1?n+="àcter":n+="àcters",n},loadingMore:function(){return"Carregant més resultats…"},maximumSelected:function(e){var t="Només es pot seleccionar "+e.maximum+" element";return e.maximum!=1&&(t+="s"),t},noResults:function(){return"No s'han trobat resultats"},searching:function(){return"Cercant…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/es.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/es",[],function(){return{errorLoading:function(){return"La carga falló"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Por favor, elimine "+t+" car";return t==1?n+="ácter":n+="acteres",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Por favor, introduzca "+t+" car";return t==1?n+="ácter":n+="acteres",n},loadingMore:function(){return"Cargando más resultados…"},maximumSelected:function(e){var t="Sólo puede seleccionar "+e.maximum+" elemento";return e.maximum!=1&&(t+="s"),t},noResults:function(){return"No se encontraron resultados"},searching:function(){return"Buscando…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/it.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/it",[],function(){return{errorLoading:function(){return"I risultati non possono essere caricati."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Per favore cancella "+t+" caratter";return t!==1?n+="i":n+="e",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Per favore inserisci "+t+" o più caratteri";return n},loadingMore:function(){return"Caricando più risultati…"},maximumSelected:function(e){var t="Puoi selezionare solo "+e.maximum+" element";return e.maximum!==1?t+="i":t+="o",t},noResults:function(){return"Nessun risultato trovato"},searching:function(){return"Sto cercando…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/theme-chalk/row.css: -------------------------------------------------------------------------------- 1 | .el-row{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.el-row::after,.el-row::before{display:table;content:""}.el-row::after{clear:both}.el-row--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.el-row--flex:after,.el-row--flex:before{display:none}.el-row--flex.is-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-row--flex.is-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.el-row--flex.is-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.el-row--flex.is-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.el-row--flex.is-align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-row--flex.is-align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end} -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/fr.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/fr",[],function(){return{errorLoading:function(){return"Les résultats ne peuvent pas être chargés."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Supprimez "+t+" caractère";return t!==1&&(n+="s"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Saisissez "+t+" caractère";return t!==1&&(n+="s"),n},loadingMore:function(){return"Chargement de résultats supplémentaires…"},maximumSelected:function(e){var t="Vous pouvez seulement sélectionner "+e.maximum+" élément";return e.maximum!==1&&(t+="s"),t},noResults:function(){return"Aucun résultat trouvé"},searching:function(){return"Recherche en cours…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/nl.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/nl",[],function(){return{errorLoading:function(){return"De resultaten konden niet worden geladen."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Gelieve "+t+" karakters te verwijderen";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Gelieve "+t+" of meer karakters in te voeren";return n},loadingMore:function(){return"Meer resultaten laden…"},maximumSelected:function(e){var t=e.maximum==1?"kan":"kunnen",n="Er "+t+" maar "+e.maximum+" item";return e.maximum!=1&&(n+="s"),n+=" worden geselecteerd",n},noResults:function(){return"Geen resultaten gevonden…"},searching:function(){return"Zoeken…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/js/vendor/select2/i18n/ro.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/ro",[],function(){return{errorLoading:function(){return"Rezultatele nu au putut fi incărcate."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vă rugăm să ștergeți"+t+" caracter";return t!==1&&(n+="e"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vă rugăm să introduceți "+t+"sau mai multe caractere";return n},loadingMore:function(){return"Se încarcă mai multe rezultate…"},maximumSelected:function(e){var t="Aveți voie să selectați cel mult "+e.maximum;return t+=" element",e.maximum!==1&&(t+="e"),t},noResults:function(){return"Nu au fost găsite rezultate"},searching:function(){return"Căutare…"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /simpleui/static/admin/simpleui-x/elementui/directives/repeat-click.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | exports.__esModule = true; 4 | 5 | var _dom = require('element-ui/lib/utils/dom'); 6 | 7 | exports.default = { 8 | bind: function bind(el, binding, vnode) { 9 | var interval = null; 10 | var startTime = void 0; 11 | var handler = function handler() { 12 | return vnode.context[binding.expression].apply(); 13 | }; 14 | var clear = function clear() { 15 | if (Date.now() - startTime < 100) { 16 | handler(); 17 | } 18 | clearInterval(interval); 19 | interval = null; 20 | }; 21 | 22 | (0, _dom.on)(el, 'mousedown', function (e) { 23 | if (e.button !== 0) return; 24 | startTime = Date.now(); 25 | (0, _dom.once)(document, 'mouseup', clear); 26 | clearInterval(interval); 27 | interval = setInterval(handler, 100); 28 | }); 29 | } 30 | }; --------------------------------------------------------------------------------