├── src ├── a │ └── .dedekeep ├── data │ ├── admin │ │ ├── index.html │ │ ├── ver.txt │ │ ├── writer.txt │ │ ├── source.txt │ │ └── allowurl.txt │ ├── mail │ │ └── index.html │ ├── mark │ │ ├── index.html │ │ ├── mark.gif │ │ ├── mark.png │ │ └── inc_photowatermark_config.php │ ├── tag │ │ ├── index.html │ │ └── sql.inc.php │ ├── vote │ │ └── index.html │ ├── backupdata │ │ └── index.html │ ├── cache │ │ └── index.html │ ├── module │ │ └── index.html │ ├── textdata │ │ └── index.html │ ├── tplcache │ │ └── index.html │ ├── uploadtmp │ │ └── index.html │ └── ziptmp │ │ └── index.html ├── static │ ├── allimg │ │ └── index.html │ ├── enums │ │ └── .dedekeep │ ├── flink │ │ └── index.html │ ├── media │ │ └── index.html │ ├── soft │ │ └── index.html │ ├── userup │ │ └── index.html │ ├── web │ │ ├── js │ │ │ ├── admin.blank.js │ │ │ ├── mode │ │ │ │ └── css │ │ │ │ │ └── gss_test.js │ │ │ ├── login.js │ │ │ ├── admin.catalog.js │ │ │ └── webajax.js │ │ ├── img │ │ │ ├── admin.png │ │ │ ├── alb1.jpg │ │ │ ├── alb2.jpg │ │ │ ├── alb3.jpg │ │ │ ├── g_t1.jpg │ │ │ ├── g_t2.jpg │ │ │ ├── g_t3.jpg │ │ │ ├── g_t4.jpg │ │ │ ├── logo.png │ │ │ ├── icon_css.png │ │ │ ├── icon_dir.png │ │ │ ├── icon_exe.png │ │ │ ├── icon_htm.png │ │ │ ├── icon_img.png │ │ │ ├── icon_js.png │ │ │ ├── icon_php.png │ │ │ ├── icon_rm.png │ │ │ ├── icon_zip.png │ │ │ ├── login_bg.jpg │ │ │ ├── icon_addon.png │ │ │ ├── icon_dir2.png │ │ │ ├── icon_flash.png │ │ │ ├── icon_music.png │ │ │ ├── icon_text.png │ │ │ ├── icon_video.png │ │ │ └── thumbnail.jpg │ │ └── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ └── ckeditor │ │ ├── plugins │ │ ├── icons.png │ │ ├── icons_hidpi.png │ │ ├── embed │ │ │ ├── icons │ │ │ │ ├── embed.png │ │ │ │ └── hidpi │ │ │ │ │ └── embed.png │ │ │ └── plugin.js │ │ ├── image2 │ │ │ ├── icons │ │ │ │ ├── image.png │ │ │ │ └── hidpi │ │ │ │ │ └── image.png │ │ │ └── lang │ │ │ │ └── zh-cn.js │ │ ├── link │ │ │ └── images │ │ │ │ ├── anchor.png │ │ │ │ └── hidpi │ │ │ │ └── anchor.png │ │ ├── mimage │ │ │ └── icons │ │ │ │ └── mimage.png │ │ ├── emoji │ │ │ ├── assets │ │ │ │ └── iconsall.png │ │ │ ├── icons │ │ │ │ ├── emojipanel.png │ │ │ │ └── hidpi │ │ │ │ │ └── emojipanel.png │ │ │ └── lang │ │ │ │ └── en.js │ │ ├── image │ │ │ └── images │ │ │ │ └── noimage.png │ │ ├── magicline │ │ │ └── images │ │ │ │ ├── icon.png │ │ │ │ ├── hidpi │ │ │ │ ├── icon.png │ │ │ │ └── icon-rtl.png │ │ │ │ └── icon-rtl.png │ │ ├── widget │ │ │ └── images │ │ │ │ └── handle.png │ │ ├── html5audio │ │ │ ├── icons │ │ │ │ ├── html5audio.png │ │ │ │ └── hidpi │ │ │ │ │ └── html5audio.png │ │ │ └── lang │ │ │ │ └── zh-cn.js │ │ ├── html5video │ │ │ ├── icons │ │ │ │ └── html5video.png │ │ │ └── lang │ │ │ │ └── zh-cn.js │ │ ├── pagebreak │ │ │ └── images │ │ │ │ └── pagebreak.gif │ │ ├── textindent │ │ │ └── icons │ │ │ │ ├── textindent.png │ │ │ │ └── hidpi │ │ │ │ └── textindent.png │ │ ├── codesnippet │ │ │ ├── icons │ │ │ │ ├── codesnippet.png │ │ │ │ └── hidpi │ │ │ │ │ └── codesnippet.png │ │ │ ├── lib │ │ │ │ └── highlight │ │ │ │ │ └── styles │ │ │ │ │ ├── pojoaque.jpg │ │ │ │ │ ├── school_book.png │ │ │ │ │ ├── brown_papersq.png │ │ │ │ │ ├── ascetic.css │ │ │ │ │ └── mono-blue.css │ │ │ ├── lang │ │ │ │ └── zh-cn.js │ │ │ └── dialogs │ │ │ │ └── codesnippet.js │ │ ├── placeholder │ │ │ ├── icons │ │ │ │ ├── placeholder.png │ │ │ │ └── hidpi │ │ │ │ │ └── placeholder.png │ │ │ ├── lang │ │ │ │ └── zh-cn.js │ │ │ └── dialogs │ │ │ │ └── placeholder.js │ │ ├── ddfilebrowser │ │ │ └── icons │ │ │ │ └── ddfilebrowser.png │ │ ├── dedepagebreak │ │ │ ├── icons │ │ │ │ └── dedepagebreak.png │ │ │ └── plugin.js │ │ ├── embedsemantic │ │ │ └── icons │ │ │ │ ├── embedsemantic.png │ │ │ │ └── hidpi │ │ │ │ └── embedsemantic.png │ │ ├── dialog │ │ │ ├── dialogDefinition.js │ │ │ └── styles │ │ │ │ └── dialog.css │ │ ├── imagebase │ │ │ ├── styles │ │ │ │ └── imagebase.css │ │ │ └── lang │ │ │ │ └── en.js │ │ ├── embedbase │ │ │ ├── lang │ │ │ │ └── zh-cn.js │ │ │ └── dialogs │ │ │ │ └── embedbase.js │ │ ├── pastefromgdocs │ │ │ └── plugin.js │ │ ├── uploadfile │ │ │ └── plugin.js │ │ ├── colordialog │ │ │ └── dialogs │ │ │ │ └── colordialog.css │ │ ├── pastetools │ │ │ └── filter │ │ │ │ └── image.js │ │ ├── xml │ │ │ └── plugin.js │ │ ├── ajax │ │ │ └── plugin.js │ │ └── tableselection │ │ │ └── styles │ │ │ └── tableselection.css │ │ ├── skins │ │ └── moono-lisa │ │ │ ├── icons.png │ │ │ ├── icons_hidpi.png │ │ │ └── images │ │ │ ├── arrow.png │ │ │ ├── close.png │ │ │ ├── lock.png │ │ │ ├── refresh.png │ │ │ ├── spinner.gif │ │ │ ├── hidpi │ │ │ ├── close.png │ │ │ ├── lock.png │ │ │ ├── refresh.png │ │ │ └── lock-open.png │ │ │ └── lock-open.png │ │ └── config.js ├── theme │ ├── system │ │ ├── channel_downlinkpage.htm │ │ ├── channel_addon.htm │ │ ├── channel_downlinks.htm │ │ ├── channel_list.htm │ │ ├── part_arclist.htm │ │ ├── part_arclistsg.htm │ │ ├── tag_fieldlist.htm │ │ ├── part_imglist.htm │ │ ├── part_type_list.htm │ │ ├── part_autochannel.htm │ │ ├── tag_one.htm │ │ ├── custom_fields_admin.htm │ │ ├── custom_fields_diy.htm │ │ ├── info_link.htm │ │ ├── channel_spec_note.htm │ │ ├── part_imginfolist.htm │ │ ├── spec_arclist.htm │ │ ├── memberlist.htm │ │ ├── channel_article_image.htm │ │ ├── custom_fields_member.htm │ │ ├── list_sglist.htm │ │ ├── spec_list.htm │ │ ├── tag_feedback.htm │ │ ├── userinfo.htm │ │ ├── part_channelartlist.htm │ │ ├── list_fulllist.htm │ │ └── info_guide.htm │ ├── templet-dirlist.inc │ ├── dedebiz │ │ ├── widget_vote.htm │ │ ├── widget_menu.htm │ │ ├── widget_hot.htm │ │ ├── widget_recommend.htm │ │ ├── widget_search.htm │ │ ├── top.htm │ │ └── widget_article_likes.htm │ ├── templet-appslist.inc │ ├── apps │ │ ├── win_templet.htm │ │ ├── vote.htm │ │ ├── download_links.htm │ │ ├── showphoto.htm │ │ ├── view_msg_catalog.htm │ │ └── view_msg.htm │ └── templet-filelist.inc ├── favicon.ico ├── system │ ├── taglib │ │ ├── help │ │ │ ├── demotag.txt │ │ │ ├── adminname.txt │ │ │ ├── softmsg.txt │ │ │ ├── infoguide.txt │ │ │ ├── infolink.txt │ │ │ ├── likesgpage.txt │ │ │ ├── sql.txt │ │ │ ├── myad.txt │ │ │ ├── likepage.txt │ │ │ ├── mytag.txt │ │ │ ├── hotwords.txt │ │ │ ├── tag.txt │ │ │ ├── autochannel.txt │ │ │ ├── type.txt │ │ │ ├── sonchannel.txt │ │ │ ├── flink.txt │ │ │ ├── loop.txt │ │ │ ├── memberlist.txt │ │ │ ├── feedback.txt │ │ │ ├── vote.txt │ │ │ ├── likearticle.txt │ │ │ ├── userinfo.txt │ │ │ ├── channel.txt │ │ │ ├── channelartlist.txt │ │ │ ├── arclistsg.txt │ │ │ └── arclist.txt │ │ ├── comment.lib.php │ │ ├── likepage.lib.php │ │ ├── softmsg.lib.php │ │ ├── php.lib.php │ │ ├── myad.lib.php │ │ ├── demotag.lib.php │ │ ├── adminname.lib.php │ │ ├── vote.lib.php │ │ ├── statistics.lib.php │ │ └── hotwords.lib.php │ ├── data │ │ ├── pinyin.dat │ │ ├── vdcode.jpg │ │ ├── big5-gb.dat │ │ ├── fonts │ │ │ ├── 1.ttf │ │ │ ├── 2.ttf │ │ │ ├── 3.ttf │ │ │ ├── 4.ttf │ │ │ ├── 5.ttf │ │ │ └── 6.ttf │ │ ├── gb-big5.dat │ │ └── gbk-unicode.dat │ ├── libraries │ │ ├── data │ │ │ ├── base_dic_full.dic │ │ │ └── base_dic_full.dic.h.dic │ │ ├── jsonq │ │ │ ├── Results │ │ │ │ └── ValueNotFound.php │ │ │ └── Exceptions │ │ │ │ ├── NullValueException.php │ │ │ │ ├── InvalidJsonException.php │ │ │ │ ├── FileNotFoundException.php │ │ │ │ ├── InvalidNodeException.php │ │ │ │ └── ConditionNotAllowedException.php │ │ └── fixtures │ │ │ ├── abstractprovider.php │ │ │ └── headers.php │ ├── sdks │ │ ├── .gitignore │ │ ├── _test │ │ │ ├── work-config.php │ │ │ ├── pay-v3-config-cert.php │ │ │ ├── wechat-menu-get.php │ │ │ ├── wechat-jssdk-sign.php │ │ │ ├── work-department.php │ │ │ ├── pay-order-close.php │ │ │ ├── pay-v3-config.php │ │ │ ├── pay-download-bill.php │ │ │ ├── alipay-refund.php │ │ │ ├── alipay-app.php │ │ │ ├── wechat-qrcode-create.php │ │ │ ├── pay-order-query.php │ │ │ ├── alipay-scan.php │ │ │ ├── alipay-transfer-account.php │ │ │ ├── mini-qrc.php │ │ │ ├── alipay-pos.php │ │ │ ├── alipay-transfer-query.php │ │ │ ├── wechat-user-get.php │ │ │ ├── pay-refund-create.php │ │ │ ├── pay-refund-query.php │ │ │ ├── alipay-bill.php │ │ │ ├── pay-order-notify.php │ │ │ ├── alipay-wap.php │ │ │ ├── alipay-web.php │ │ │ ├── pay-transfersbank-create.php │ │ │ ├── alipay-notify.php │ │ │ ├── pay-v3-order-create.php │ │ │ ├── alipay-transfer.php │ │ │ ├── alipay-transfer-create.php │ │ │ ├── pay-transfers-create.php │ │ │ ├── pay-redpack-create.php │ │ │ ├── mini-login.php │ │ │ ├── pay-order-create.php │ │ │ └── config.php │ │ ├── include.php │ │ ├── WeMini │ │ │ ├── crypt │ │ │ │ └── errorCode.php │ │ │ ├── Operation.php │ │ │ ├── Soter.php │ │ │ └── Search.php │ │ ├── WeChat │ │ │ ├── Exceptions │ │ │ │ ├── LocalCacheException.php │ │ │ │ ├── InvalidDecryptException.php │ │ │ │ ├── InvalidResponseException.php │ │ │ │ ├── InvalidInstanceException.php │ │ │ │ └── InvalidArgumentException.php │ │ │ └── Contracts │ │ │ │ └── BasicWeWork.php │ │ ├── AliPay │ │ │ ├── Wap.php │ │ │ ├── Web.php │ │ │ ├── App.php │ │ │ ├── Scan.php │ │ │ ├── Bill.php │ │ │ └── Pos.php │ │ ├── licence │ │ └── WePayV3 │ │ │ └── Cert.php │ ├── charset.func.php │ ├── helpers │ │ ├── test.helper.php │ │ └── validate.helper.php │ ├── inc │ │ └── inc_fun_funString.php │ ├── channelunit.func.php │ ├── autoload.inc.php │ ├── autoload7.inc.php │ └── filter.inc.php ├── user │ ├── templets │ │ ├── index_notlogin.htm │ │ ├── widget_litpic.htm │ │ └── win_templet.htm │ ├── login.php │ ├── check_card.php │ ├── mypay.php │ ├── mystow.php │ └── operation.php ├── admin │ ├── inc │ │ ├── configgroup.txt │ │ └── fieldtype.txt │ ├── content_i_list.php │ ├── content_select_list.php │ ├── makehtml_freelist.php │ ├── sys_login.php │ ├── sys_group.php │ ├── makehtml_list.php │ ├── content_batch_up.php │ ├── makehtml_archives.php │ ├── content_s_list.php │ ├── vote_getcode.php │ ├── catalog_main.php │ ├── mytag_tag_guide.php │ ├── tag_test.php │ ├── action_search.php │ ├── exit.php │ ├── makehtml_spec.php │ ├── diy_main.php │ ├── templets │ │ ├── mytag_tag_guide_ok.htm │ │ └── action_search.htm │ ├── dialog │ │ ├── select_media_post.php │ │ └── config.php │ ├── index.php │ ├── vote_main.php │ ├── content_att.php │ ├── templets_tagsource.php │ ├── recycling.php │ ├── sys_data_revert.php │ ├── templets_one.php │ ├── tag_test_action.php │ ├── mytag_main.php │ ├── file_manage_main.php │ ├── article_keywords_select.php │ ├── sys_group_add.php │ ├── makehtml_taglist.php │ ├── log_edit.php │ ├── catalog_del.php │ ├── member_pmall.php │ ├── sys_admin_user.php │ ├── mychannel_main.php │ ├── article_allowurl_edit.php │ └── article_source_edit.php ├── robots.txt ├── install │ └── common.inc.php └── apps │ ├── heightsearch.php │ ├── freelist.php │ ├── special │ └── index.php │ ├── disdls.php │ ├── statistics.php │ ├── tags.php │ └── jump.php ├── docs ├── license.md ├── dedebiz.png ├── dedebiz_cli.gif └── dedebiz_wechat_qr.jpg └── .gitignore /src/a/.dedekeep: -------------------------------------------------------------------------------- 1 | DedeBIZ -------------------------------------------------------------------------------- /src/data/admin/index.html: -------------------------------------------------------------------------------- 1 | dir -------------------------------------------------------------------------------- /src/data/mail/index.html: -------------------------------------------------------------------------------- 1 | dir -------------------------------------------------------------------------------- /src/data/mark/index.html: -------------------------------------------------------------------------------- 1 | dir -------------------------------------------------------------------------------- /src/data/tag/index.html: -------------------------------------------------------------------------------- 1 | dir -------------------------------------------------------------------------------- /src/data/vote/index.html: -------------------------------------------------------------------------------- 1 | dir -------------------------------------------------------------------------------- /src/data/admin/ver.txt: -------------------------------------------------------------------------------- 1 | 20250101 -------------------------------------------------------------------------------- /src/data/admin/writer.txt: -------------------------------------------------------------------------------- 1 | 张生,李生 -------------------------------------------------------------------------------- /src/data/backupdata/index.html: -------------------------------------------------------------------------------- 1 | dir -------------------------------------------------------------------------------- /src/data/cache/index.html: -------------------------------------------------------------------------------- 1 | dir 2 | -------------------------------------------------------------------------------- /src/data/module/index.html: -------------------------------------------------------------------------------- 1 | dir -------------------------------------------------------------------------------- /src/data/textdata/index.html: -------------------------------------------------------------------------------- 1 | dir -------------------------------------------------------------------------------- /src/data/tplcache/index.html: -------------------------------------------------------------------------------- 1 | dir -------------------------------------------------------------------------------- /src/data/uploadtmp/index.html: -------------------------------------------------------------------------------- 1 | dir -------------------------------------------------------------------------------- /src/data/ziptmp/index.html: -------------------------------------------------------------------------------- 1 | dir -------------------------------------------------------------------------------- /src/static/allimg/index.html: -------------------------------------------------------------------------------- 1 | dir -------------------------------------------------------------------------------- /src/static/enums/.dedekeep: -------------------------------------------------------------------------------- 1 | DedeBIZ -------------------------------------------------------------------------------- /src/static/flink/index.html: -------------------------------------------------------------------------------- 1 | dir -------------------------------------------------------------------------------- /src/static/media/index.html: -------------------------------------------------------------------------------- 1 | dir -------------------------------------------------------------------------------- /src/static/soft/index.html: -------------------------------------------------------------------------------- 1 | dir -------------------------------------------------------------------------------- /src/static/userup/index.html: -------------------------------------------------------------------------------- 1 | dir -------------------------------------------------------------------------------- /src/data/admin/source.txt: -------------------------------------------------------------------------------- 1 | 微信公众号 2 | 头条号 3 | 百家号 -------------------------------------------------------------------------------- /docs/license.md: -------------------------------------------------------------------------------- 1 | 通过访问 https://www.dedebiz.com/license 获取许可协议 -------------------------------------------------------------------------------- /src/data/admin/allowurl.txt: -------------------------------------------------------------------------------- 1 | www.dedebiz.com 2 | www.zhelixie.com -------------------------------------------------------------------------------- /src/theme/system/channel_downlinkpage.htm: -------------------------------------------------------------------------------- 1 | 进入下载地址列表 -------------------------------------------------------------------------------- /src/theme/templet-dirlist.inc: -------------------------------------------------------------------------------- 1 | templets,模板目录 2 | apps,插件目录 3 | system,系统目录 -------------------------------------------------------------------------------- /src/theme/system/channel_addon.htm: -------------------------------------------------------------------------------- 1 | ~link~ -------------------------------------------------------------------------------- /docs/dedebiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/docs/dedebiz.png -------------------------------------------------------------------------------- /src/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/favicon.ico -------------------------------------------------------------------------------- /src/static/web/js/admin.blank.js: -------------------------------------------------------------------------------- 1 | function CheckSubmit() { 2 | return true; 3 | } -------------------------------------------------------------------------------- /src/theme/system/channel_downlinks.htm: -------------------------------------------------------------------------------- 1 | ~server~ -------------------------------------------------------------------------------- /src/theme/system/channel_list.htm: -------------------------------------------------------------------------------- 1 | ·[field:typename/] -------------------------------------------------------------------------------- /src/theme/system/part_arclist.htm: -------------------------------------------------------------------------------- 1 | [field:title/]
-------------------------------------------------------------------------------- /src/theme/system/part_arclistsg.htm: -------------------------------------------------------------------------------- 1 | [field:title/]
-------------------------------------------------------------------------------- /src/theme/system/tag_fieldlist.htm: -------------------------------------------------------------------------------- 1 |

[field:name/]

2 |

[field:value/]

-------------------------------------------------------------------------------- /src/system/taglib/help/demotag.txt: -------------------------------------------------------------------------------- 1 | 演示标签 2 | >>dede>> 3 | {dede:demotag/} 4 | >>dede>> -------------------------------------------------------------------------------- /src/theme/system/part_imglist.htm: -------------------------------------------------------------------------------- 1 |

[field:imglink/]

2 |

[field:textlink/]

-------------------------------------------------------------------------------- /src/theme/system/part_type_list.htm: -------------------------------------------------------------------------------- 1 | [field:typename/] -------------------------------------------------------------------------------- /src/user/templets/index_notlogin.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/dedebiz_cli.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/docs/dedebiz_cli.gif -------------------------------------------------------------------------------- /src/system/taglib/help/adminname.txt: -------------------------------------------------------------------------------- 1 | 编辑标签 2 | >>dede>> 3 | {dede:adminname/} 4 | >>dede>> -------------------------------------------------------------------------------- /src/system/taglib/help/softmsg.txt: -------------------------------------------------------------------------------- 1 | 下载说明标签 2 | >>dede>> 3 | {dede:softmsg/} 4 | >>dede>> -------------------------------------------------------------------------------- /src/theme/system/part_autochannel.htm: -------------------------------------------------------------------------------- 1 | [field:typename/]
-------------------------------------------------------------------------------- /src/data/mark/mark.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/data/mark/mark.gif -------------------------------------------------------------------------------- /src/data/mark/mark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/data/mark/mark.png -------------------------------------------------------------------------------- /src/system/taglib/help/infoguide.txt: -------------------------------------------------------------------------------- 1 | 分类信息地区搜索标签 2 | >>dede>> 3 | {dede:infoguide/} 4 | >>dede>> -------------------------------------------------------------------------------- /src/system/taglib/help/infolink.txt: -------------------------------------------------------------------------------- 1 | 分类信息地区链接标签 2 | >>dede>> 3 | {dede:infolink/} 4 | >>dede>> -------------------------------------------------------------------------------- /docs/dedebiz_wechat_qr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/docs/dedebiz_wechat_qr.jpg -------------------------------------------------------------------------------- /src/admin/inc/configgroup.txt: -------------------------------------------------------------------------------- 1 | 1,站点设置 2 | 2,核心设置 3 | 3,附件设置 4 | 4,会员设置 5 | 5,互动设置 6 | 6,性能选项 7 | 7,其它选项 -------------------------------------------------------------------------------- /src/system/data/pinyin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/system/data/pinyin.dat -------------------------------------------------------------------------------- /src/system/data/vdcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/system/data/vdcode.jpg -------------------------------------------------------------------------------- /src/theme/system/tag_one.htm: -------------------------------------------------------------------------------- 1 | [field:tag/]([field:total/]) -------------------------------------------------------------------------------- /src/static/web/img/admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/admin.png -------------------------------------------------------------------------------- /src/static/web/img/alb1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/alb1.jpg -------------------------------------------------------------------------------- /src/static/web/img/alb2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/alb2.jpg -------------------------------------------------------------------------------- /src/static/web/img/alb3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/alb3.jpg -------------------------------------------------------------------------------- /src/static/web/img/g_t1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/g_t1.jpg -------------------------------------------------------------------------------- /src/static/web/img/g_t2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/g_t2.jpg -------------------------------------------------------------------------------- /src/static/web/img/g_t3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/g_t3.jpg -------------------------------------------------------------------------------- /src/static/web/img/g_t4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/g_t4.jpg -------------------------------------------------------------------------------- /src/static/web/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/logo.png -------------------------------------------------------------------------------- /src/system/data/big5-gb.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/system/data/big5-gb.dat -------------------------------------------------------------------------------- /src/system/data/fonts/1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/system/data/fonts/1.ttf -------------------------------------------------------------------------------- /src/system/data/fonts/2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/system/data/fonts/2.ttf -------------------------------------------------------------------------------- /src/system/data/fonts/3.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/system/data/fonts/3.ttf -------------------------------------------------------------------------------- /src/system/data/fonts/4.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/system/data/fonts/4.ttf -------------------------------------------------------------------------------- /src/system/data/fonts/5.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/system/data/fonts/5.ttf -------------------------------------------------------------------------------- /src/system/data/fonts/6.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/system/data/fonts/6.ttf -------------------------------------------------------------------------------- /src/system/data/gb-big5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/system/data/gb-big5.dat -------------------------------------------------------------------------------- /src/theme/system/custom_fields_admin.htm: -------------------------------------------------------------------------------- 1 | 2 | ~name~ 3 | ~form~ 4 | -------------------------------------------------------------------------------- /src/theme/system/custom_fields_diy.htm: -------------------------------------------------------------------------------- 1 | 2 | ~name~ 3 | ~form~ 4 | -------------------------------------------------------------------------------- /src/static/web/img/icon_css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/icon_css.png -------------------------------------------------------------------------------- /src/static/web/img/icon_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/icon_dir.png -------------------------------------------------------------------------------- /src/static/web/img/icon_exe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/icon_exe.png -------------------------------------------------------------------------------- /src/static/web/img/icon_htm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/icon_htm.png -------------------------------------------------------------------------------- /src/static/web/img/icon_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/icon_img.png -------------------------------------------------------------------------------- /src/static/web/img/icon_js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/icon_js.png -------------------------------------------------------------------------------- /src/static/web/img/icon_php.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/icon_php.png -------------------------------------------------------------------------------- /src/static/web/img/icon_rm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/icon_rm.png -------------------------------------------------------------------------------- /src/static/web/img/icon_zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/icon_zip.png -------------------------------------------------------------------------------- /src/static/web/img/login_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/login_bg.jpg -------------------------------------------------------------------------------- /src/system/data/gbk-unicode.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/system/data/gbk-unicode.dat -------------------------------------------------------------------------------- /src/static/web/img/icon_addon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/icon_addon.png -------------------------------------------------------------------------------- /src/static/web/img/icon_dir2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/icon_dir2.png -------------------------------------------------------------------------------- /src/static/web/img/icon_flash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/icon_flash.png -------------------------------------------------------------------------------- /src/static/web/img/icon_music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/icon_music.png -------------------------------------------------------------------------------- /src/static/web/img/icon_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/icon_text.png -------------------------------------------------------------------------------- /src/static/web/img/icon_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/icon_video.png -------------------------------------------------------------------------------- /src/static/web/img/thumbnail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/img/thumbnail.jpg -------------------------------------------------------------------------------- /src/system/taglib/help/likesgpage.txt: -------------------------------------------------------------------------------- 1 | 单页文档标签 2 | >>dede>> 3 | {dede:likespage row=''/} 4 | >>dede>> 5 | row='' 调用条数 -------------------------------------------------------------------------------- /src/static/web/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/icons.png -------------------------------------------------------------------------------- /src/system/taglib/help/sql.txt: -------------------------------------------------------------------------------- 1 | SQL标签 2 | >>dede>> 3 | {dede:sql sql=''}[field:title/]{/dede:sql} 4 | >>dede>> 5 | sql='' 完整的SQL语句 -------------------------------------------------------------------------------- /src/theme/system/info_link.htm: -------------------------------------------------------------------------------- 1 |

[field:linkallplace/]-[field:nativeplace/]

2 |

[field:linkalltype/]-[field:infotype/]

-------------------------------------------------------------------------------- /src/static/ckeditor/plugins/icons_hidpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/icons_hidpi.png -------------------------------------------------------------------------------- /src/static/web/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /src/static/web/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /src/system/libraries/data/base_dic_full.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/system/libraries/data/base_dic_full.dic -------------------------------------------------------------------------------- /src/theme/system/channel_spec_note.htm: -------------------------------------------------------------------------------- 1 |
2 |
~notename~
3 | 4 |
-------------------------------------------------------------------------------- /src/theme/system/part_imginfolist.htm: -------------------------------------------------------------------------------- 1 |

[field:imglink/] - [field:title/]

2 |

[field:info/]

-------------------------------------------------------------------------------- /src/theme/system/spec_arclist.htm: -------------------------------------------------------------------------------- 1 |
  • [field:typename/] - [field:title/]
  • -------------------------------------------------------------------------------- /src/static/ckeditor/skins/moono-lisa/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/skins/moono-lisa/icons.png -------------------------------------------------------------------------------- /src/static/web/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /src/static/web/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/web/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /src/system/taglib/help/myad.txt: -------------------------------------------------------------------------------- 1 | 广告标签 2 | >>dede>> 3 | {dede:myad name=''/} 4 | >>dede>> 5 | typeid='0' 投放范围,0为全站 6 | name='' 广告标识 7 | -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/embed/icons/embed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/embed/icons/embed.png -------------------------------------------------------------------------------- /src/system/libraries/data/base_dic_full.dic.h.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/system/libraries/data/base_dic_full.dic.h.dic -------------------------------------------------------------------------------- /src/system/sdks/.gitignore: -------------------------------------------------------------------------------- 1 | /.git 2 | /.idea 3 | /.DS_Store 4 | /vendor 5 | /Cache 6 | /Test/cert 7 | /nbproject 8 | /composer.lock 9 | /_test/cert -------------------------------------------------------------------------------- /src/system/taglib/help/likepage.txt: -------------------------------------------------------------------------------- 1 | 单页文档相同标识标签 2 | >>dede>> 3 | {dede:likepage likeid='' row=''/} 4 | >>dede>> 5 | row='' 调用条数 6 | likeid='' 标识名 -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/image2/icons/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/image2/icons/image.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/link/images/anchor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/link/images/anchor.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/mimage/icons/mimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/mimage/icons/mimage.png -------------------------------------------------------------------------------- /src/system/taglib/help/mytag.txt: -------------------------------------------------------------------------------- 1 | 自定义宏标记标签 2 | >>dede>> 3 | {dede:mytag typeid='0' name=''/} 4 | >>dede>> 5 | typeid='0' 栏目id,0为全站栏目 6 | name='' 标签名 -------------------------------------------------------------------------------- /src/theme/system/memberlist.htm: -------------------------------------------------------------------------------- 1 |
  • [field:spacename/][field:uname/]
  • -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/emoji/assets/iconsall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/emoji/assets/iconsall.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/emoji/icons/emojipanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/emoji/icons/emojipanel.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/image/images/noimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/image/images/noimage.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/magicline/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/magicline/images/icon.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/widget/images/handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/widget/images/handle.png -------------------------------------------------------------------------------- /src/static/ckeditor/skins/moono-lisa/icons_hidpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/skins/moono-lisa/icons_hidpi.png -------------------------------------------------------------------------------- /src/static/ckeditor/skins/moono-lisa/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/skins/moono-lisa/images/arrow.png -------------------------------------------------------------------------------- /src/static/ckeditor/skins/moono-lisa/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/skins/moono-lisa/images/close.png -------------------------------------------------------------------------------- /src/static/ckeditor/skins/moono-lisa/images/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/skins/moono-lisa/images/lock.png -------------------------------------------------------------------------------- /src/system/taglib/help/hotwords.txt: -------------------------------------------------------------------------------- 1 | 热搜标签 2 | >>dede>> 3 | {dede:hotwords/} 4 | >>dede>> 5 | num='6' 关键词数目 6 | subday='365' 天数 7 | maxlength='16' 关键词长度 -------------------------------------------------------------------------------- /src/system/taglib/help/tag.txt: -------------------------------------------------------------------------------- 1 | TAG标签 2 | >>dede>> 3 | {dede:tag row='30' sort='new'/} 4 | >>dede>> 5 | row='30' 调用条数 6 | sort='new' 排序方式 month,rand,week -------------------------------------------------------------------------------- /src/theme/system/channel_article_image.htm: -------------------------------------------------------------------------------- 1 |
  • [field:text/]
  • -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/embed/icons/hidpi/embed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/embed/icons/hidpi/embed.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/image2/icons/hidpi/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/image2/icons/hidpi/image.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/link/images/hidpi/anchor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/link/images/hidpi/anchor.png -------------------------------------------------------------------------------- /src/static/ckeditor/skins/moono-lisa/images/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/skins/moono-lisa/images/refresh.png -------------------------------------------------------------------------------- /src/static/ckeditor/skins/moono-lisa/images/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/skins/moono-lisa/images/spinner.gif -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/html5audio/icons/html5audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/html5audio/icons/html5audio.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/html5video/icons/html5video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/html5video/icons/html5video.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/magicline/images/hidpi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/magicline/images/hidpi/icon.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/magicline/images/icon-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/magicline/images/icon-rtl.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/pagebreak/images/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/pagebreak/images/pagebreak.gif -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/textindent/icons/textindent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/textindent/icons/textindent.png -------------------------------------------------------------------------------- /src/static/ckeditor/skins/moono-lisa/images/hidpi/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/skins/moono-lisa/images/hidpi/close.png -------------------------------------------------------------------------------- /src/static/ckeditor/skins/moono-lisa/images/hidpi/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/skins/moono-lisa/images/hidpi/lock.png -------------------------------------------------------------------------------- /src/static/ckeditor/skins/moono-lisa/images/lock-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/skins/moono-lisa/images/lock-open.png -------------------------------------------------------------------------------- /src/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /data 3 | Disallow: /static/ckeditor 4 | Disallow: /static/enums 5 | Disallow: /system 6 | Disallow: /theme 7 | Disallow: /user -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/codesnippet/icons/codesnippet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/codesnippet/icons/codesnippet.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/emoji/icons/hidpi/emojipanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/emoji/icons/hidpi/emojipanel.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/placeholder/icons/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/placeholder/icons/placeholder.png -------------------------------------------------------------------------------- /src/static/ckeditor/skins/moono-lisa/images/hidpi/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/skins/moono-lisa/images/hidpi/refresh.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png -------------------------------------------------------------------------------- /src/static/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png -------------------------------------------------------------------------------- /src/theme/system/custom_fields_member.htm: -------------------------------------------------------------------------------- 1 |
    2 | ~name~ 3 |
    ~form~
    4 |
    -------------------------------------------------------------------------------- /src/theme/system/list_sglist.htm: -------------------------------------------------------------------------------- 1 |
    [field:title/]
    2 |

    日期:[field:pubdate function="GetDateTimeMK(@me)"/]

    3 |

    浏览:[field:click/]

    -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/ddfilebrowser/icons/ddfilebrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/ddfilebrowser/icons/ddfilebrowser.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/dedepagebreak/icons/dedepagebreak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/dedepagebreak/icons/dedepagebreak.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/embedsemantic/icons/embedsemantic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/embedsemantic/icons/embedsemantic.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/html5audio/icons/hidpi/html5audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/html5audio/icons/hidpi/html5audio.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/textindent/icons/hidpi/textindent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/textindent/icons/hidpi/textindent.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/codesnippet/icons/hidpi/codesnippet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/codesnippet/icons/hidpi/codesnippet.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/placeholder/icons/hidpi/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/placeholder/icons/hidpi/placeholder.png -------------------------------------------------------------------------------- /src/system/sdks/_test/work-config.php: -------------------------------------------------------------------------------- 1 | '',//企业id 5 | 'appsecret' => '',//应用的凭证密钥 6 | ]; 7 | ?> -------------------------------------------------------------------------------- /src/theme/system/spec_list.htm: -------------------------------------------------------------------------------- 1 |

    [field:imglink/]

    2 |

    [field:typelink/]

    3 |

    [field:textlink/]

    4 |

    [field:click/]点击

    5 |

    [field:description/]([field:stime/])

    -------------------------------------------------------------------------------- /src/theme/system/tag_feedback.htm: -------------------------------------------------------------------------------- 1 |

    [field:username function="(@me=='guest' ? '游客' : @me)"/]对[field:title/]评论:

    2 |

    [field:msg/]

    -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/embedsemantic/icons/hidpi/embedsemantic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/embedsemantic/icons/hidpi/embedsemantic.png -------------------------------------------------------------------------------- /src/system/taglib/help/autochannel.txt: -------------------------------------------------------------------------------- 1 | 指定排序栏目信息标签 2 | >>dede>> 3 | {dede:autochannel partsort='' typeid=''}{/dede:autochannel} 4 | >>dede>> 5 | partsort='' 栏目所在的排序位置 6 | typeid='' 指定的父栏目 -------------------------------------------------------------------------------- /src/system/taglib/help/type.txt: -------------------------------------------------------------------------------- 1 | 指定栏目信息标签 2 | >>dede>> 3 | {dede:type typeid=''} 4 | [field:typename/] 5 | {/dede:type} 6 | >>dede>> 7 | typeid='' 指定栏目id -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedeBIZ/DedeV6/HEAD/src/static/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png -------------------------------------------------------------------------------- /src/system/taglib/help/sonchannel.txt: -------------------------------------------------------------------------------- 1 | 子栏目标签 2 | >>dede>> 3 | {dede:sonchannel} 4 | [field:typename/] 5 | {/dede:sonchannel} 6 | >>dede>> 7 | row='100' 返回数目 8 | col='1' 默认单列显示 -------------------------------------------------------------------------------- /src/theme/system/userinfo.htm: -------------------------------------------------------------------------------- 1 |

    用户名:[field:uname/]

    2 |

    用户等级:[field:rankname /]

    3 |

    注册时间:[field:jointime function="MyDate('Y-m-d H:m',@me)"/]

    4 |

    登录时间:[field:logintime function="MyDate('Y-m-d H:m',@me)"/]

    -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/dialog/dialogDefinition.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved. 3 | For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license 4 | */ 5 | -------------------------------------------------------------------------------- /src/system/taglib/help/flink.txt: -------------------------------------------------------------------------------- 1 | 友情链接标签 2 | >>dede>> 3 | {dede:flink row='30'/} 4 | >>dede>> 5 | type='image' 或textall,图片链接,text文字链接 6 | row='30' 链接数量 7 | titlelen='30' 站点文字的长度 8 | linktype='1' 链接位置(1首页,2内页) 9 | typeid='0' 所有类型 -------------------------------------------------------------------------------- /src/theme/system/part_channelartlist.htm: -------------------------------------------------------------------------------- 1 | {dede:type}

    [field:typename/] - 更多

    {/dede:type} 2 | {dede:arclist}

    [field:title/]

    {/dede:arclist} -------------------------------------------------------------------------------- /src/theme/dedebiz/widget_vote.htm: -------------------------------------------------------------------------------- 1 |
    2 |

    投票

    3 | {dede:vote id='1' line tablewidth='100%' titlebgcolor='#EDEDE2' titlebackground='' tablebgcolor='#ffffff'}{/dede:vote} 4 |
    -------------------------------------------------------------------------------- /src/system/libraries/jsonq/Results/ValueNotFound.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/system/taglib/help/loop.txt: -------------------------------------------------------------------------------- 1 | 任意表数据标签 2 | >>dede>> 3 | {dede:loop table='dede_archives' sort='' row='4' if=''} 4 | [field:title/] 5 | {/dede:loop} 6 | >>dede>> 7 | table='' 查询表名 8 | sort='' 用于排序的字段 9 | row='' 返回结果的条数 10 | if='' 查询的条件 -------------------------------------------------------------------------------- /src/theme/system/list_fulllist.htm: -------------------------------------------------------------------------------- 1 |
    [field:title/]
    2 |

    日期:[field:pubdate function="GetDateTimeMK(@me)"/]

    3 |

    浏览:[field:click/]

    4 |

    前往踩踩

    5 |

    [field:description/]

    -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/imagebase/styles/imagebase.css: -------------------------------------------------------------------------------- 1 | [data-cke-caption-hidden] { 2 | display: none; 3 | } 4 | 5 | [data-cke-caption-placeholder]::before { 6 | display: inline; 7 | color: rgba( 0, 0, 0, .4 ); 8 | content: attr( data-cke-caption-placeholder ); 9 | } 10 | -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/dedepagebreak/plugin.js: -------------------------------------------------------------------------------- 1 | CKEDITOR.plugins.add("dedepagebreak",{icons:"dedepagebreak",init:function(a){a.addCommand("insertDedePageBreak",{exec:function(a){a.insertHtml("#p#分页标题#e#")}});a.ui.addButton("DedePageBreak",{label:"插入分页符",command:"insertDedePageBreak",toolbar:"insert"})}}); -------------------------------------------------------------------------------- /src/system/taglib/help/memberlist.txt: -------------------------------------------------------------------------------- 1 | 会员信息标签 2 | >>dede>> 3 | {dede:memberlist orderby='scores' row='20'} 4 | {dede:field.userid/} 5 | {dede:field.scores/} 6 | {/dede:memberlist} 7 | >>dede>> 8 | orderby='scores' 按积分排序 9 | row='6' 调用数目 -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/imagebase/lang/en.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license 4 | */ 5 | CKEDITOR.plugins.setLang("imagebase","en",{captionPlaceholder:"Enter image caption"}); -------------------------------------------------------------------------------- /src/theme/dedebiz/widget_menu.htm: -------------------------------------------------------------------------------- 1 |
    2 |

    推荐栏目

    3 | 6 |
    -------------------------------------------------------------------------------- /src/theme/dedebiz/widget_hot.htm: -------------------------------------------------------------------------------- 1 |
    2 |

    热门头条

    3 | 6 |
    -------------------------------------------------------------------------------- /src/admin/inc/fieldtype.txt: -------------------------------------------------------------------------------- 1 | text,单行文本(varchar) 2 | textchar,单行文本(char) 3 | multitext,多行文本 4 | htmltext,网页文本 5 | textdata,网页形式保存数据 6 | int,整数类型 7 | float,小数类型 8 | datetime,时间类型 9 | img,图片类型 10 | media,多媒体文件 11 | addon,附件类型 12 | select,select下拉框 13 | radio,radio选项卡 14 | checkbox,checkbox多选框 15 | stepselect,联动类型 16 | relation,关联文档 -------------------------------------------------------------------------------- /src/theme/dedebiz/widget_recommend.htm: -------------------------------------------------------------------------------- 1 |
    2 |

    推荐文档

    3 | 6 |
    -------------------------------------------------------------------------------- /src/install/common.inc.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/embedbase/lang/zh-cn.js: -------------------------------------------------------------------------------- 1 | CKEDITOR.plugins.setLang("embedbase","zh-cn",{pathName:"媒体对象",title:"嵌入媒体",button:"插入媒体",unsupportedUrlGiven:"不支持指定的 URL",unsupportedUrl:"嵌入媒体不支持此 URL {url}",fetchingFailedGiven:"无法抓取此 URL 的文档",fetchingFailed:"无法抓取 {url} 的文档",fetchingOne:"正在抓取...",fetchingMany:"正在抓取,{max} 中的 {current} ..."}); -------------------------------------------------------------------------------- /src/system/taglib/help/feedback.txt: -------------------------------------------------------------------------------- 1 | 评论标签 2 | >>dede>> 3 | {dede:feedback} 4 | [field:username function="(@me=='guest' ? '游客' : @me)"/]对[field:title/]的评论 5 | [field:msg/] 6 | {/dede:feedback} 7 | >>dede>> 8 | row='12' 调用评论条数 9 | titlelen='160' 标题长度 10 | infolen='260' 评论长度 -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/image2/lang/zh-cn.js: -------------------------------------------------------------------------------- 1 | CKEDITOR.plugins.setLang("image2","zh-cn",{alt:"替换文本",btnUpload:"上传到服务器",captioned:"带标题图像",captionPlaceholder:"标题",infoTab:"图像信息",lockRatio:"锁定比例",menu:"图像属性",pathName:"图像",pathNameCaption:"标题",resetSize:"原始尺寸",resizer:"点击并拖拽以改变尺寸",title:"图像属性",uploadTab:"上传",urlMissing:"缺少图像源文件地址",altMissing:"缺少替换文本"}); -------------------------------------------------------------------------------- /src/system/taglib/help/vote.txt: -------------------------------------------------------------------------------- 1 | 投票标签 2 | >>dede>> 3 | {dede:vote id='' lineheight='26' tablewidth='100%' titlebgcolor='#EDEDE2' titlebackground='' tablebgcolor='#ffffff'/} 4 | >>dede>> 5 | id='' 数字,当前投票id 6 | lineheight='26' 表格高度 7 | tablewidth='100%' 表格宽度 8 | titlebgcolor='#EDEDE2' 投票标题背景色 9 | tablebg='' 投票表格背景色 10 | 在后台->插件列表->投票管理,直接复制生成的网页代码来使用 -------------------------------------------------------------------------------- /src/system/libraries/jsonq/Exceptions/NullValueException.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/system/libraries/jsonq/Exceptions/InvalidJsonException.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/theme/system/info_guide.htm: -------------------------------------------------------------------------------- 1 |
    2 | [field:nativeplace/] 3 | [field:infotype/] 4 | 5 | 6 | 7 | 8 |
    -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/codesnippet/lang/zh-cn.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license 4 | */ 5 | CKEDITOR.plugins.setLang("codesnippet","zh-cn",{button:"插入代码段",codeContents:"代码文档",emptySnippetError:"插入的代码不能为空。",language:"代码语言",title:"代码段",pathName:"代码段"}); -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/dialog/styles/dialog.css: -------------------------------------------------------------------------------- 1 | .cke_dialog_open { 2 | overflow: hidden; 3 | } 4 | 5 | .cke_dialog_container { 6 | position: fixed; 7 | overflow-y: auto; 8 | overflow-x: auto; 9 | width: 100%; 10 | height: 100%; 11 | top: 0; 12 | left: 0; 13 | z-index: 10010; 14 | } 15 | 16 | .cke_dialog_body { 17 | position: relative; 18 | } 19 | -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/placeholder/lang/zh-cn.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license 4 | */ 5 | CKEDITOR.plugins.setLang("placeholder","zh-cn",{title:"占位符属性",toolbar:"占位符",name:"占位符名称",invalidName:"占位符名称不能为空,并且不能包含以下字符:[、]、\x3c、\x3e",pathName:"占位符"}); -------------------------------------------------------------------------------- /src/system/libraries/jsonq/Exceptions/FileNotFoundException.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/system/libraries/jsonq/Exceptions/InvalidNodeException.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/system/libraries/jsonq/Exceptions/ConditionNotAllowedException.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/theme/templet-appslist.inc: -------------------------------------------------------------------------------- 1 | advancedsearch.htm,高级搜索模板 2 | download_links,下载地址列表模板 3 | flink_add.htm,添加友情链接模板 4 | flink_list.htm,友情链接列表模板 5 | heightsearch.htm,高级搜索模板 6 | list_diyform.htm,自定义表单列表模板 7 | post_diyform.htm,自定义表单发布模板 8 | recommend.htm,文档推荐模板 9 | showphoto.htm,图片展示模板 10 | view_diyform.htm,自定义表单查看数据 11 | view_msg.htm,文档权限模板 12 | view_msg_catalog.htm,栏目权限模板 13 | vote.htm,投票模板 14 | win_templet.htm,窗口模板 -------------------------------------------------------------------------------- /src/system/taglib/help/likearticle.txt: -------------------------------------------------------------------------------- 1 | 自动关连文档标签 2 | >>dede>> 3 | {dede:likearticle row='' col='' titlelen='' infolen=''} 4 | [field:title/] 5 | {/dede:likearticle} 6 | >>dede>> 7 | col='' 分多少列显示(默认为单列) 8 | row='10' 返回文档列表总数 9 | titlelen='160' 标题长度等同于titlelength 10 | infolen='260' 表示文档简介长度 等同于infolength 11 | mytypeid='0' 手工指定要限定的栏目id,用英文逗号表示多个 12 | innertext='' 单行记录样式(指标签中间的文档) -------------------------------------------------------------------------------- /src/system/taglib/help/userinfo.txt: -------------------------------------------------------------------------------- 1 | 用户信息标签 2 | >>dede>> 3 | {dede:userinfo mid=''} 4 |

    5 | 用户名:[field:uname/] 6 | 用户等级:[field:rankname /] 7 | 注册时间:[field:jointime function="MyDate('Y-m-d H:m',@me)"/] 8 | 登录时间:[field:logintime function="MyDate('Y-m-d H:m',@me)"/] 9 |

    10 | {/dede:userinfo} 11 | >>dede>> 12 | mid='' 数字,用户ID,如果是管理员则不显示,如果为空,在文档详情页面则显示当前文档关联的会员信息 -------------------------------------------------------------------------------- /src/data/mark/inc_photowatermark_config.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/system/sdks/_test/pay-v3-config-cert.php: -------------------------------------------------------------------------------- 1 | download(); 10 | } catch (\Exception $exception) { 11 | //出错啦,处理下吧 12 | echo $exception->getMessage().PHP_EOL; 13 | } 14 | ?> -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/emoji/lang/en.js: -------------------------------------------------------------------------------- 1 | CKEDITOR.plugins.setLang("emoji","en",{searchPlaceholder:"Search emoji…",searchLabel:"Input field responsible for searching and filtering emoji inside panel.",navigationLabel:"Groups navigation for emoji sections.",title:"Emoji List",groups:{people:"People",nature:"Nature and animals",food:"Food and drinks",travel:"Travel and places",activities:"Activities",objects:"Objects",symbols:"Symbols",flags:"Flags"}}); -------------------------------------------------------------------------------- /src/system/charset.func.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/admin/content_i_list.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/html5audio/lang/zh-cn.js: -------------------------------------------------------------------------------- 1 | CKEDITOR.plugins.setLang( 'html5audio', 'zh-cn', { 2 | button: '插入HTML5音频', 3 | title: 'HTML5 音频', 4 | infoLabel: '音频信息', 5 | urlMissing: '音频URL', 6 | audioProperties: '音频属性', 7 | upload: '上传', 8 | btnUpload: '上传到服务器', 9 | advanced: '高级', 10 | autoplay: '自动播放?', 11 | allowdownload: '允许下载?', 12 | advisorytitle: '提示语', 13 | yes: '是', 14 | no: '否' 15 | } ); 16 | -------------------------------------------------------------------------------- /src/system/taglib/help/channel.txt: -------------------------------------------------------------------------------- 1 | 栏目列表标签 2 | >>dede>> 3 | {dede:channel type='top' typeid='' row='8' currentstyle="
  • ~typename~
  • "} 4 |
  • [field:typename/]
  • 5 | {/dede:channel} 6 | >>dede>> 7 | typeid='' 调用栏目id,用英文逗号隔开表示多个栏目 8 | reid='0' 调用上级栏目id 9 | row='100' 调用栏目数 10 | col='1' 分多少列显示(默认为单列) 11 | type='son' son表示下级栏目,self表示同级栏目,top顶级栏目 12 | currentstyle='' 应用样式 -------------------------------------------------------------------------------- /src/admin/content_select_list.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/admin/makehtml_freelist.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/admin/sys_login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/system/taglib/comment.lib.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/apps/heightsearch.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/admin/sys_group.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/admin/makehtml_list.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/admin/content_batch_up.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/admin/makehtml_archives.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/theme/dedebiz/widget_search.htm: -------------------------------------------------------------------------------- 1 |
    2 | 9 |
    -------------------------------------------------------------------------------- /src/system/helpers/test.helper.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/system/sdks/_test/wechat-menu-get.php: -------------------------------------------------------------------------------- 1 | get(); 14 | var_export($result); 15 | } catch (Exception $e) { 16 | //出错啦,处理下吧 17 | echo $e->getMessage().PHP_EOL; 18 | } 19 | ?> -------------------------------------------------------------------------------- /src/admin/content_s_list.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/admin/vote_getcode.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/static/web/js/mode/css/gss_test.js: -------------------------------------------------------------------------------- 1 | // CodeMirror, copyright (c) by Marijn Haverbeke and others 2 | // Distributed under an MIT license: https://codemirror.net/5/LICENSE 3 | 4 | (function() { 5 | "use strict"; 6 | 7 | var mode = CodeMirror.getMode({indentUnit: 2}, "text/x-gss"); 8 | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1), "gss"); } 9 | 10 | MT("atComponent", 11 | "[def @component] {", 12 | "[tag foo] {", 13 | " [property color]: [keyword black];", 14 | "}", 15 | "}"); 16 | 17 | })(); 18 | -------------------------------------------------------------------------------- /src/admin/catalog_main.php: -------------------------------------------------------------------------------- 1 | getUserChannel(); 14 | include DedeInclude('templets/catalog_main.htm'); 15 | ?> -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/html5video/lang/zh-cn.js: -------------------------------------------------------------------------------- 1 | CKEDITOR.plugins.setLang('html5video', 'zh-cn', { 2 | button: '发布HTML5视频', 3 | title: 'HTML5视频', 4 | infoLabel: '视频信息', 5 | allowed: '支持格式: MP4, WebM, Ogv', 6 | urlMissing: '视频url', 7 | videoProperties: '视频属性', 8 | upload: '上传视频', 9 | btnUpload: '上传', 10 | advanced: '高级', 11 | autoplay: '自动播放', 12 | allowdownload: '允许下载?', 13 | advisorytitle: '咨询标题', 14 | yes: '是', 15 | no: '否', 16 | responsive: '自动宽度', 17 | loop: '循环?', 18 | controls: '显示控件?' 19 | }); 20 | -------------------------------------------------------------------------------- /src/static/web/js/login.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function() { 2 | $("#iptUserid").focusout(function() { 3 | let userid = $(this).val(); 4 | if (userid !== '') { 5 | $.get("api.php?action=is_need_check_code&userid=" + userid, function(rs) { 6 | if (rs.code === 0) { 7 | if (rs.data.isNeed) { 8 | $("#vdimgck").show(); 9 | } else { 10 | $("#vdimgck").hide(); 11 | } 12 | } 13 | }); 14 | } 15 | }); 16 | }); -------------------------------------------------------------------------------- /src/system/taglib/likepage.lib.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/user/login.php: -------------------------------------------------------------------------------- 1 | IsLogin()) { 14 | ShowMsg('正在登录会员中心,请稍等', 'index.php'); 15 | exit(); 16 | } 17 | require_once(dirname(__FILE__)."/templets/login.htm"); 18 | ?> -------------------------------------------------------------------------------- /src/system/sdks/_test/wechat-jssdk-sign.php: -------------------------------------------------------------------------------- 1 | getJsSign('http://a.com/test.php'); 14 | var_export($result); 15 | } catch (Exception $e) { 16 | //出错啦,处理下吧 17 | echo $e->getMessage().PHP_EOL; 18 | } 19 | ?> -------------------------------------------------------------------------------- /src/system/sdks/include.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/system/sdks/_test/work-department.php: -------------------------------------------------------------------------------- 1 | callGetApi($url); 9 | echo '
    ';
    10 |     print_r(BasicWeWork::instance($config)->config->get());
    11 |     print_r($result);
    12 |     echo '
    '; 13 | } catch (Exception $exception) { 14 | echo $exception->getMessage().PHP_EOL; 15 | } 16 | ?> -------------------------------------------------------------------------------- /src/system/sdks/WeMini/crypt/errorCode.php: -------------------------------------------------------------------------------- 1 | 6 | *
  • -41001: encodingAesKey 非法
  • 7 | *
  • -41003: aes 解密失败
  • 8 | *
  • -41004: 解密后得到的buffer非法
  • 9 | *
  • -41005: base64加密失败
  • 10 | *
  • -41016: base64解密失败
  • 11 | * 12 | */ 13 | class ErrorCode 14 | { 15 | public static $OK = 0; 16 | public static $IllegalAesKey = -41001; 17 | public static $IllegalIv = -41002; 18 | public static $IllegalBuffer = -41003; 19 | public static $DecodeBase64Error = -41004; 20 | } 21 | ?> -------------------------------------------------------------------------------- /src/admin/mytag_tag_guide.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/apps/freelist.php: -------------------------------------------------------------------------------- 1 | Display(); 18 | ?> -------------------------------------------------------------------------------- /src/system/sdks/_test/pay-order-close.php: -------------------------------------------------------------------------------- 1 | closeOrder($options); 15 | var_export($result); 16 | } catch (Exception $e) { 17 | //出错啦,处理下吧 18 | echo $e->getMessage().PHP_EOL; 19 | } 20 | ?> -------------------------------------------------------------------------------- /src/admin/tag_test.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/system/sdks/_test/pay-v3-config.php: -------------------------------------------------------------------------------- 1 | '', 16 | //微信商户编号ID 17 | 'mch_id' => '', 18 | //微信商户V3接口密钥 19 | 'mch_v3_key' => '', 20 | //微信商户证书公钥,支持证书内容或文件路径 21 | 'cert_public' => $certPublic, 22 | //微信商户证书私钥,支持证书内容或文件路径 23 | 'cert_private' => $certPrivate, 24 | ]; 25 | ?> -------------------------------------------------------------------------------- /src/data/tag/sql.inc.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/system/taglib/softmsg.lib.php: -------------------------------------------------------------------------------- 1 | GetOne(" SELECT * FROM `#@__softconfig`"); 17 | if (is_array($row)) $revalue = $row['downmsg']; 18 | return $revalue; 19 | } 20 | ?> -------------------------------------------------------------------------------- /src/static/ckeditor/plugins/placeholder/dialogs/placeholder.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license 4 | */ 5 | CKEDITOR.dialog.add("placeholder",function(a){var b=a.lang.placeholder;a=a.lang.common.generalTab;return{title:b.title,minWidth:300,minHeight:80,contents:[{id:"info",label:a,title:a,elements:[{id:"name",type:"text",style:"width: 100%;",label:b.name,"default":"",required:!0,validate:CKEDITOR.dialog.validate.regex(/^[^\[\]<>]+$/,b.invalidName),setup:function(a){this.setValue(a.data.name)},commit:function(a){a.setData("name",this.getValue())}}]}]}}); -------------------------------------------------------------------------------- /src/system/sdks/_test/pay-download-bill.php: -------------------------------------------------------------------------------- 1 | '20171001', 15 | 'bill_type' => 'ALL', 16 | ]; 17 | $result = $wechat->billDownload($options); 18 | var_export($result); 19 | } catch (Exception $e) { 20 | //出错啦,处理下吧 21 | echo $e->getMessage().PHP_EOL; 22 | } 23 | ?> -------------------------------------------------------------------------------- /src/system/sdks/_test/alipay-refund.php: -------------------------------------------------------------------------------- 1 | refund($out_trade_no, $refund_fee); 18 | echo '
    ';
    19 |     var_export($result);
    20 | } catch (Exception $e) {
    21 |     echo $e->getMessage();
    22 | }
    23 | ?>
    
    
    --------------------------------------------------------------------------------
    /src/system/sdks/_test/alipay-app.php:
    --------------------------------------------------------------------------------
     1 | apply([
    14 |         'out_trade_no' => time(),//商户订单号
    15 |         'total_amount' => '1',//支付金额
    16 |         'subject'      => '支付宝订单标题',//支付订单描述
    17 |     ]);
    18 |     echo $result;
    19 | } catch (\Exception $e) {
    20 |     echo $e->getMessage();
    21 | }
    22 | ?>
    
    
    --------------------------------------------------------------------------------
    /src/system/sdks/_test/wechat-qrcode-create.php:
    --------------------------------------------------------------------------------
     1 | create('场景内容');
    14 |     echo var_export($result, true).PHP_EOL;
    15 |     //创建二维码链接
    16 |     $url = $wechat->url($result['ticket']);
    17 |     echo var_export($url, true);
    18 | } catch (Exception $e) {
    19 |     //出错啦,处理下吧
    20 |     echo $e->getMessage().PHP_EOL;
    21 | }
    22 | ?>
    
    
    --------------------------------------------------------------------------------
    /src/theme/apps/win_templet.htm:
    --------------------------------------------------------------------------------
     1 | 
     2 | 
     3 | 	
     4 | 		
     5 | 		
     6 | 		{dede:wintitle/}
     7 | 		
     8 | 		
     9 | 		
    10 | 	
    11 | 	
    12 | 		
    13 |
    14 |
    {dede:wintitle/}
    15 |
    16 | {dede:winform/} 17 |
    18 |
    19 |
    20 | 21 | -------------------------------------------------------------------------------- /src/system/libraries/fixtures/abstractprovider.php: -------------------------------------------------------------------------------- 1 | 7 | * 8 | * This source file is subject to the MIT license that is bundled 9 | * with this source code in the file LICENSE. 10 | */ 11 | abstract class AbstractProvider 12 | { 13 | /** 14 | * The data set. 15 | * 16 | * @var array 17 | */ 18 | protected $data; 19 | /** 20 | * Return the data set. 21 | * 22 | * @return array 23 | */ 24 | public function getAll() 25 | { 26 | return $this->data; 27 | } 28 | } 29 | ?> -------------------------------------------------------------------------------- /src/system/sdks/WeChat/Exceptions/LocalCacheException.php: -------------------------------------------------------------------------------- 1 | raw = $raw; 25 | } 26 | } 27 | ?> -------------------------------------------------------------------------------- /src/admin/action_search.php: -------------------------------------------------------------------------------- 1 | Search(); 18 | include DedeInclude('templets/action_search.htm'); 19 | ?> -------------------------------------------------------------------------------- /src/system/sdks/_test/pay-order-query.php: -------------------------------------------------------------------------------- 1 | '1008450740201411110005820873', 15 | //'out_trade_no' => '商户订单号', 16 | ]; 17 | $result = $wechat->queryOrder($options); 18 | var_export($result); 19 | } catch (Exception $e) { 20 | //出错啦,处理下吧 21 | echo $e->getMessage().PHP_EOL; 22 | } 23 | ?> -------------------------------------------------------------------------------- /src/system/taglib/help/channelartlist.txt: -------------------------------------------------------------------------------- 1 | 当前栏目列表标签 2 | >>dede>> 3 | {dede:channelartlist typeid='' notypeid='' row='6'} 4 |