基于PHP、JavaScript、CSS的zibll主题美化插件设计源码

作品简介

该项目是一款基于PHP、JavaScript和CSS构建的zibll主题美化插件源码,总计包含427个文件,涵盖142个PHP文件、52个MO文件、52个PO文件、51个PNG图片、31个JS文件、30个SCSS文件、23个CSS文件、16个JPG文件、11个GIF文件、6个SVG文件,专为提升zibll主题的美观性而设计。

目录结构

  ├── css
  ├── biaotih2h3.css
  ├── control.css
  ├── copyfour.css
  ├── copythree.css
  ├── dibunav.css
  ├── kuakua.css
  ├── lizibg.css
  ├── maojiu.css
  ├── mouseone.css
  ├── mousethree.css
  ├── mousetwo.css
  ├── pugongying.css
  ├── youcexuanfu.css
  ├── yuandan.css
  ├── yuansufuhao.css
  ├── img
  ├── 90a.png
  ├── aa1.gif
  ├── advertisement.gif
  ├── aixin.gif
  ├── arr1.png
  ├── arr10.png
  ├── arr11.png
  ├── arr12.png
  ├── arr2.png
  ├── arr3.png
  ├── arr4.png
  ├── arr5.png
  ├── arr6.png
  ├── arr7.png
  ├── arr8.png
  ├── arr9.png
  ├── author.png
  ├── b0cebb85c3ed.png
  ├── ce.jpg
  ├── comment_bg.gif
  ├── dibu.png
  ├── dibu1.png
  ├── dixian2.gif
  ├── dmss.gif
  ├── fengye.webp
  ├── gfth.png
  ├── h2.gif
  ├── h3.gif
  ├── haitan.gif
  ├── jianyue.svg
  ├── logo.png
  ├── maomao.svg
  ├── mjfont1.png
  ├── mjfont2.png
  ├── mjfont3.png
  ├── mjfont4.png
  ├── mjfont5.png
  ├── mjfont6.png
  ├── moren.png
  ├── mp.jpg
  ├── mp1.png
  ├── pc.jpg
  ├── pc1.png
  ├── pc2.jpg
  ├── pcd.png
  ├── shubiao1.png
  ├── shubiao2.png
  ├── wlsh.png
  ├── youce.gif
  ├── zhifeiji.gif
  ├── zsf.png
  ├── inc
    ├── codestar-framework
      ├── assets
        ├── css
        ├── style-rtl.css
        ├── style-rtl.min.css
        ├── style.css
        ├── style.min.css
        ├── images
        ├── checkerboard.png
        ├── wp-logo.svg
        ├── wp-plugin-logo.svg
        ├── js
        ├── gutenberg.js
        ├── main.js
        ├── main.min.js
        ├── plugins.js
        ├── plugins.min.js
        ├── scss
        ├── style-rtl.scss
        ├── style.scss
          ├── vendor
          ├── _base.scss
          ├── _chosen.scss
          ├── _customizer.scss
          ├── _fields.scss
          ├── _helper.scss
          ├── _modal.scss
          ├── _navmenu.scss
          ├── _profile.scss
          ├── _responsive.scss
          ├── _taxonomy.scss
          ├── _themes.scss
          ├── _welcome.scss
          ├── _widget.scss
      ├── classes
      ├── abstract.class.php
      ├── admin-options.class.php
      ├── comment-options.class.php
      ├── customize-options.class.php
      ├── fields.class.php
      ├── metabox-options.class.php
      ├── nav-menu-options.class.php
      ├── profile-options.class.php
      ├── setup.class.php
      ├── shortcode-options.class.php
      ├── taxonomy-options.class.php
      ├── widget-options.class.php
    ├── codestar-framework.php
      ├── fields
        ├── accordion
        ├── accordion.php
        ├── background
        ├── background.php
        ├── backup
        ├── backup.php
        ├── border
        ├── border.php
        ├── button_set
        ├── button_set.php
        ├── callback
        ├── callback.php
        ├── checkbox
        ├── checkbox.php
        ├── code_editor
        ├── code_editor.php
        ├── color
        ├── color.php
        ├── color_group
        ├── color_group.php
        ├── content
        ├── content.php
        ├── date
        ├── date.php
        ├── dimensions
        ├── dimensions.php
        ├── fieldset
        ├── fieldset.php
        ├── gallery
        ├── gallery.php
        ├── group
        ├── group.php
        ├── heading
        ├── heading.php
        ├── icon
        ├── fa4-icons.php
        ├── fa5-icons.php
        ├── icon.php
        ├── image_select
        ├── image_select.php
      ├── index.php
        ├── link
        ├── link.php
        ├── link_color
        ├── link_color.php
        ├── map
        ├── map.php
        ├── media
        ├── media.php
        ├── notice
        ├── notice.php
        ├── number
        ├── number.php
        ├── palette
        ├── palette.php
        ├── radio
        ├── radio.php
        ├── repeater
        ├── repeater.php
        ├── select
        ├── select.php
        ├── slider
        ├── slider.php
        ├── sortable
        ├── sortable.php
        ├── sorter
        ├── sorter.php
        ├── spacing
        ├── spacing.php
        ├── spinner
        ├── spinner.php
        ├── subheading
        ├── subheading.php
        ├── submessage
        ├── submessage.php
        ├── switcher
        ├── switcher.php
        ├── tabbed
        ├── tabbed.php
        ├── text
        ├── text.php
        ├── textarea
        ├── textarea.php
        ├── typography
        ├── google-fonts.php
        ├── typography.php
        ├── upload
        ├── upload.php
        ├── wp_editor
        ├── wp_editor.php
      ├── functions
      ├── actions.php
      ├── customize.php
      ├── helpers.php
      ├── sanitize.php
      ├── validate.php
      ├── walker.php
    ├── index.php
      ├── languages
      ├── ar.mo
      ├── ar.po
      ├── az.mo
      ├── az.po
      ├── bn_BD.mo
      ├── bn_BD.po
      ├── de_DE.mo
      ├── de_DE.po
      ├── default.pot
      ├── es_ES.mo
      ├── es_ES.po
      ├── fr_FR.mo
      ├── fr_FR.po
      ├── hi_IN.mo
      ├── hi_IN.po
      ├── id_ID.mo
      ├── id_ID.po
      ├── it_IT.mo
      ├── it_IT.po
      ├── ja.mo
      ├── ja.po
      ├── ko_KR.mo
      ├── ko_KR.po
      ├── ne_NP.mo
      ├── ne_NP.po
      ├── nl_NL.mo
      ├── nl_NL.po
      ├── pl_PL.mo
      ├── pl_PL.po
      ├── pt_PT.mo
      ├── pt_PT.po
      ├── ru_RU.mo
      ├── ru_RU.po
      ├── th.mo
      ├── th.po
      ├── tr_TR.mo
      ├── tr_TR.po
      ├── vi.mo
      ├── vi.po
      ├── zh_CN.mo
      ├── zh_CN.po
      ├── samples
      ├── admin-options.php
      ├── comment-options.php
      ├── customize-options.php
      ├── metabox-options.php
      ├── nav-menu-options.php
      ├── profile-options.php
      ├── shortcode-options.php
      ├── taxonomy-options.php
      ├── widget-options.php
      ├── views
      ├── about.php
      ├── documentation.php
      ├── footer.php
      ├── free-vs-premium.php
      ├── header.php
      ├── quickstart.php
      ├── relnotes.php
      ├── support.php
      ├── welcome.php
    ├── csf-framework
      ├── assets
        ├── css
        ├── codemirror.min.css
        ├── style.css
        ├── style.min.css
        ├── images
        ├── 1col.png
        ├── 2cl.png
        ├── 2cr.png
        ├── arr1.png
        ├── audit_test.jpg
        ├── card-style-2.jpg
        ├── card-style-3.jpg
        ├── card-style-null.jpg
        ├── checkerboard.png
        ├── conter-bottom.jpg
        ├── conter-conter.jpg
        ├── fcode_template_1.png
        ├── header_layout_1.png
        ├── header_layout_2.png
        ├── header_layout_3.png
        ├── ico-delete.png
        ├── left-bottom.jpg
        ├── left-conter.jpg
        ├── list-style-2.jpg
        ├── list-style-null.jpg
        ├── list_no_margin.png
        ├── list_separate.png
        ├── mobile_header_layout_center.png
        ├── mobile_header_layout_left.png
        ├── related_img.png
        ├── related_list.png
        ├── related_text.png
        ├── right-bottom.jpg
        ├── right-conter.jpg
        ├── wp-logo.svg
        ├── wp-plugin-logo.svg
        ├── js
        ├── codemirror.min.js
        ├── loadmode.min.js
        ├── main.js
        ├── main.min.js
        ├── scss
        ├── style-rtl.scss
        ├── style.scss
          ├── vendor
          ├── _base.scss
          ├── _chosen.scss
          ├── _customizer.scss
          ├── _fields.scss
          ├── _helper.scss
          ├── _modal.scss
          ├── _navmenu.scss
          ├── _profile.scss
          ├── _responsive.scss
          ├── _taxonomy.scss
          ├── _themes.scss
          ├── _welcome.scss
          ├── _widget.scss
      ├── classes
      ├── admin-options.class.php
      ├── zib-csf.class.php
      ├── fields
        ├── accordion
        ├── accordion.php
        ├── between_number
        ├── between_number.php
        ├── code_editor
        ├── code_editor.php
        ├── palette
        ├── palette.php
        ├── text
        ├── text.php
          ├── upload
          ├── upload.php
        ├── upload
        ├── upload.php
    ├── options
    ├── admin-options.php
    ├── core.php
    ├── functions.php
      ├── menu
      ├── all.php
      ├── article.php
      ├── func.php
      ├── nav.php
      ├── side.php
├── info.json
  ├── js
  ├── baozha.js
  ├── baozha1.js
  ├── control.js
  ├── copyfour.js
  ├── copyone.js
  ├── copysite.js
  ├── copythree.js
  ├── copytwo.js
  ├── copyvue.js
  ├── dibunav.js
  ├── fengye.js
  ├── fps.js
  ├── lianxizhanzhang.js
  ├── lizi.js
  ├── musicten.js
  ├── qiehuan.js
  ├── shubiao.js
  ├── xuehua.js
  ├── yinghua.js
  ├── yuandan.js
  ├── yuansufuhao.min.js
├── readme.txt
  ├── updates
  ├── .editorconfig
  ├── .gitignore
    ├── Puc
      ├── v4
      ├── Factory.php
      ├── v4p11
      ├── Autoloader.php
        ├── DebugBar
        ├── Extension.php
        ├── Panel.php
        ├── PluginExtension.php
        ├── PluginPanel.php
        ├── ThemePanel.php
      ├── Factory.php
      ├── InstalledPackage.php
      ├── Metadata.php
      ├── OAuthSignature.php
        ├── Plugin
        ├── Info.php
        ├── Package.php
        ├── Ui.php
        ├── Update.php
        ├── UpdateChecker.php
      ├── Scheduler.php
      ├── StateStore.php
        ├── Theme
        ├── Package.php
        ├── Update.php
        ├── UpdateChecker.php
      ├── Update.php
      ├── UpdateChecker.php
      ├── UpgraderStatus.php
      ├── Utils.php
        ├── Vcs
        ├── Api.php
        ├── BaseChecker.php
        ├── BitBucketApi.php
        ├── GitHubApi.php
        ├── GitLabApi.php
        ├── PluginUpdateChecker.php
        ├── Reference.php
        ├── ThemeUpdateChecker.php
  ├── composer.json
    ├── css
    ├── puc-debug-bar.css
    ├── examples
    ├── plugin.json
    ├── theme.json
    ├── js
    ├── debug-bar.js
    ├── languages
    ├── plugin-update-checker-ca.mo
    ├── plugin-update-checker-ca.po
    ├── plugin-update-checker-cs_CZ.mo
    ├── plugin-update-checker-cs_CZ.po
    ├── plugin-update-checker-da_DK.mo
    ├── plugin-update-checker-da_DK.po
    ├── plugin-update-checker-de_DE.mo
    ├── plugin-update-checker-de_DE.po
    ├── plugin-update-checker-es_AR.mo
    ├── plugin-update-checker-es_AR.po
    ├── plugin-update-checker-es_CL.mo
    ├── plugin-update-checker-es_CL.po
    ├── plugin-update-checker-es_CO.mo
    ├── plugin-update-checker-es_CO.po
    ├── plugin-update-checker-es_CR.mo
    ├── plugin-update-checker-es_CR.po
    ├── plugin-update-checker-es_DO.mo
    ├── plugin-update-checker-es_DO.po
    ├── plugin-update-checker-es_ES.mo
    ├── plugin-update-checker-es_ES.po
    ├── plugin-update-checker-es_GT.mo
    ├── plugin-update-checker-es_GT.po
    ├── plugin-update-checker-es_HN.mo
    ├── plugin-update-checker-es_HN.po
    ├── plugin-update-checker-es_MX.mo
    ├── plugin-update-checker-es_MX.po
    ├── plugin-update-checker-es_PE.mo
    ├── plugin-update-checker-es_PE.po
    ├── plugin-update-checker-es_PR.mo
    ├── plugin-update-checker-es_PR.po
    ├── plugin-update-checker-es_UY.mo
    ├── plugin-update-checker-es_UY.po
    ├── plugin-update-checker-es_VE.mo
    ├── plugin-update-checker-es_VE.po
    ├── plugin-update-checker-fa_IR.mo
    ├── plugin-update-checker-fa_IR.po
    ├── plugin-update-checker-fr_CA.mo
    ├── plugin-update-checker-fr_CA.po
    ├── plugin-update-checker-fr_FR.mo
    ├── plugin-update-checker-fr_FR.po
    ├── plugin-update-checker-hu_HU.mo
    ├── plugin-update-checker-hu_HU.po
    ├── plugin-update-checker-it_IT.mo
    ├── plugin-update-checker-it_IT.po
    ├── plugin-update-checker-ja.mo
    ├── plugin-update-checker-ja.po
    ├── plugin-update-checker-nl_BE.mo
    ├── plugin-update-checker-nl_BE.po
    ├── plugin-update-checker-nl_NL.mo
    ├── plugin-update-checker-nl_NL.po
    ├── plugin-update-checker-pt_BR.mo
    ├── plugin-update-checker-pt_BR.po
    ├── plugin-update-checker-ru_RU.mo
    ├── plugin-update-checker-ru_RU.po
    ├── plugin-update-checker-sl_SI.mo
    ├── plugin-update-checker-sl_SI.po
    ├── plugin-update-checker-sv_SE.mo
    ├── plugin-update-checker-sv_SE.po
    ├── plugin-update-checker-tr_TR.mo
    ├── plugin-update-checker-tr_TR.po
    ├── plugin-update-checker-uk_UA.mo
    ├── plugin-update-checker-uk_UA.po
    ├── plugin-update-checker-zh_CN.mo
    ├── plugin-update-checker-zh_CN.po
    ├── plugin-update-checker.pot
  ├── license.txt
  ├── load-v4p11.php
  ├── plugin-update-checker.php
    ├── vendor
    ├── Parsedown.php
    ├── ParsedownLegacy.php
    ├── ParsedownModern.php
    ├── PucReadmeParser.php
├── zibll_Add_ons.php
├── zibll_Add_ons.zip
创作时间: