ZhongBangKeJi-CRMEB-master3.0.zip


CRMEB微信小程序商城系统,基于CRMEB系统开发的一套电商系统,带优惠券、积分、秒杀、拼团、砍价、分销等功能。
资源截图
代码片段和文件信息
import sys os
from sphinx.highlighting import lexers
from pygments.lexers.web import PhpLexer

lexers[‘php‘] = PhpLexer(startinline=True linenos=1)
lexers[‘php-annotations‘] = PhpLexer(startinline=True linenos=1)
primary_domain = ‘php‘

# -- General configuration -----------------------------------------------------

extensions = []
templates_path = [‘_templates‘]
source_suffix = ‘.rst‘
master_doc = ‘index‘

project = u‘Guzzle‘
copyright = u‘2012 Michael Dowling‘
version = ‘3.0.0‘
release = ‘3.0.0‘

exclude_patterns = [‘_build‘]

# -- Options for HTML output ---------------------------------------------------

# The name for this set of Sphinx documents.  If None it defaults to
# “ v documentation“.
html_title = “Guzzle documentation“
html_short_title = “Guzzle“

# Add any paths that contain custom static files (such as style sheets) here
# relative to this directory. They are copied after the builtin static files
# so a file named “default.css“ will overwrite the builtin “default.css“.
html_static_path = [‘_static‘]

# Custom sidebar templates maps document names to template names.
html_sidebars = {
    ‘**‘:       [‘localtoc.html‘ ‘leftbar.html‘ ‘searchbox.html‘]
}

# Output file base name for HTML help builder.
htmlhelp_basename = ‘Guzzledoc‘

# -- Guzzle Sphinx theme setup ------------------------------------------------

sys.path.insert(0 ‘/Users/dowling/projects/guzzle_sphinx_theme‘)

import guzzle_sphinx_theme
html_translator_class = ‘guzzle_sphinx_theme.HTMLTranslator‘
html_theme_path = guzzle_sphinx_theme.html_theme_path()
html_theme = ‘guzzle_sphinx_theme‘

# Guzzle theme options (see theme.conf for more information)
html_theme_options = {
    “index_template“: “index.html“
    “project_nav_name“: “Guzzle“
    “github_user“: “guzzle“
    “github_repo“: “guzzle“
    “disqus_comments_shortname“: “guzzle“
    “google_analytics_account“: “UA-22752917-1“
}

# -- Options for LaTeX output --------------------------------------------------

latex_elements = {}

# Grouping the document tree into LaTeX files. List of tuples
# (source start file target name title author documentclass [howto/manual]).
latex_documents = [
  (‘index‘ ‘Guzzle.tex‘ u‘Guzzle Documentation‘
   u‘Michael Dowling‘ ‘manual‘)
]

# -- Options for manual page output --------------------------------------------

# One entry per manual page. List of tuples
# (source start file name description authors manual section).
man_pages = [
    (‘index‘ ‘guzzle‘ u‘Guzzle Documentation‘
     [u‘Michael Dowling‘] 1)
]

# If true show URL addresses after external links.
#man_show_urls = False

# -- Options for Texinfo output ------------------------------------------------

# Grouping the document tree into Texinfo files. List of tuples
# (source start file target name title author
#  dir menu entry description category)
texinfo_documents = [
  (‘index‘ ‘Guzzle‘ u‘Guzzle Documentation‘
   u‘Michael Dowling‘ ‘Guzzle‘ ‘One line de

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-09-11 08:43  CRMEB
     文件          73  2019-09-11 08:43  CRMEB.constant
     文件         220  2019-09-11 08:43  CRMEB.env
     文件         255  2019-09-11 08:43  CRMEB.example.env
     文件          73  2019-09-11 08:43  CRMEB.gitignore
     文件         214  2019-09-11 08:43  CRMEB.htaccess
     文件        2038  2019-09-11 08:43  CRMEB.travis.yml
     文件          41  2019-09-11 08:43  CRMEB.version
     文件       35170  2019-09-11 08:43  CRMEBLICENSE
     文件        3502  2019-09-11 08:43  CRMEBLICENSE.txt
     文件       11084  2019-09-11 08:43  CRMEBREADME.md
     文件        1629  2019-09-11 08:43  CRMEBUpgrade.md
     目录           0  2019-09-11 08:43  CRMEBapp
     文件          13  2019-09-11 08:43  CRMEBapp.htaccess
     文件         223  2019-09-11 08:43  CRMEBappAppService.php
     文件        1987  2019-09-11 08:43  CRMEBappExceptionHandle.php
     文件         704  2019-09-11 08:43  CRMEBappRequest.php
     目录           0  2019-09-11 08:43  CRMEBappadmin
     文件        3887  2019-09-11 08:43  CRMEBappadmincommon.php
     目录           0  2019-09-11 08:43  CRMEBappadminconfig
     文件        1072  2019-09-11 08:43  CRMEBappadminconfig
oute.php
     文件         713  2019-09-11 08:43  CRMEBappadminconfig emplate.php
     目录           0  2019-09-11 08:43  CRMEBappadmincontroller
     文件        1171  2019-09-11 08:43  CRMEBappadmincontrollerAdminException.php
     文件        2835  2019-09-11 08:43  CRMEBappadmincontrollerAuthController.php
     文件       33588  2019-09-11 08:43  CRMEBappadmincontrollerIndex.php
     文件        1710  2019-09-11 08:43  CRMEBappadmincontrollerLogin.php
     文件        2955  2019-09-11 08:43  CRMEBappadmincontrollerSystemBasic.php
     目录           0  2019-09-11 08:43  CRMEBappadmincontrolleragent
     文件       10516  2019-09-11 08:43  CRMEBappadmincontrolleragentAgentManage.php
     目录           0  2019-09-11 08:43  CRMEBappadmincontrollerarticle
............此处省略7631个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)