资源简介
Tp6.0多商户系统商城源码,含前后端,一键安装,API接口。可直接使用。Tp6.0多商户系统商城源码,含前后端,一键安装,API接口。可直接使用。
代码片段和文件信息
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 2020-05-15 04:25 CRMEB\
文件 85 2020-05-15 04:25 CRMEB\.gitignore
文件 35170 2020-05-15 04:25 CRMEB\LICENSE
文件 7734 2020-05-15 04:25 CRMEB\README.md
目录 0 2020-05-15 04:25 CRMEB\crmeb\
文件 73 2020-05-15 04:25 CRMEB\crmeb\.constant
文件 272 2020-05-15 04:25 CRMEB\crmeb\.env
文件 255 2020-05-15 04:25 CRMEB\crmeb\.example.env
文件 216 2020-05-15 04:25 CRMEB\crmeb\.htaccess
文件 2038 2020-05-15 04:25 CRMEB\crmeb\.travis.yml
文件 42 2020-05-15 04:25 CRMEB\crmeb\.version
目录 0 2020-05-15 04:25 CRMEB\crmeb\app\
文件 13 2020-05-15 04:25 CRMEB\crmeb\app\.htaccess
文件 402 2020-05-15 04:25 CRMEB\crmeb\app\AppService.php
文件 1987 2020-05-15 04:25 CRMEB\crmeb\app\ExceptionHandle.php
文件 704 2020-05-15 04:25 CRMEB\crmeb\app\Request.php
目录 0 2020-05-15 04:25 CRMEB\crmeb\app\admin\
文件 3887 2020-05-15 04:25 CRMEB\crmeb\app\admin\common.php
目录 0 2020-05-15 04:25 CRMEB\crmeb\app\admin\config\
文件 1072 2020-05-15 04:25 CRMEB\crmeb\app\admin\config\route.php
文件 713 2020-05-15 04:25 CRMEB\crmeb\app\admin\config\template.php
文件 773 2020-05-15 04:25 CRMEB\crmeb\app\admin\config\view.php
目录 0 2020-05-15 04:25 CRMEB\crmeb\app\admin\controller\
文件 799 2020-05-15 04:25 CRMEB\crmeb\app\admin\controller\AdminException.php
文件 2899 2020-05-15 04:25 CRMEB\crmeb\app\admin\controller\AuthController.php
文件 34373 2020-05-15 04:25 CRMEB\crmeb\app\admin\controller\Index.php
文件 1830 2020-05-15 04:25 CRMEB\crmeb\app\admin\controller\Login.php
文件 2955 2020-05-15 04:25 CRMEB\crmeb\app\admin\controller\SystemBasic.php
目录 0 2020-05-15 04:25 CRMEB\crmeb\app\admin\controller\agent\
文件 10543 2020-05-15 04:25 CRMEB\crmeb\app\admin\controller\agent\AgentManage.php
目录 0 2020-05-15 04:25 CRMEB\crmeb\app\admin\controller\article\
............此处省略8025个文件信息
评论
共有 条评论