• 大小: 83.79MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2022-09-21
  • 语言: PHP
  • 标签: 小程序  微商城  vue  

资源简介

CRMEB 是基于Thinkphp6基础开发的以会员为中心的电商系统,开源版微信公众号商城和小程序商城数据同步,带积分、优惠券、秒杀、砍价、分销等功能,更是一套方便二次开发的商城框架(后台封装了独有快速创建表单功能,无需写表单页面、快速创建数据搜索和数据列表页、导出表格、系统权限配置控制每一个控制器方法、系统参数配置、数据字典、组合数据等)1、ccrmeb是基于ThinkPhp5.0+Vue+EasyWeChat 开发;2.后台采用form-builder组件和后台多任务操作框架,方便快速开发增删改、封装layui.table 可快速开发数据列表页面、PHPExcel数据导出、数据库在线词典、

资源截图

代码片段和文件信息

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 = [
  

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件          75  2020-01-07 09:20  .constant
     文件         264  2020-02-27 18:02  .env
     文件         231  2019-12-06 12:22  .example.env
     文件          80  2019-12-06 12:22  .gitignore
     文件         224  2019-12-06 12:22  .htaccess
     文件        2080  2019-12-06 12:22  .travis.yml
     文件          41  2020-03-31 17:37  .version
     目录           0  2020-03-25 14:56  app\
     文件          13  2019-09-09 08:49  app\.htaccess
     目录           0  2020-03-18 12:22  app\admin\
     文件        5297  2020-03-18 12:22  app\admin\common.php
     目录           0  2019-12-06 12:22  app\admin\config\
     文件        1097  2019-09-09 08:49  app\admin\config\route.php
     文件         793  2019-11-05 16:12  app\admin\config\view.php
     目录           0  2020-03-24 19:32  app\admin\controller\
     文件         877  2020-02-16 16:28  app\admin\controller\AdminException.php
     目录           0  2020-03-16 10:57  app\admin\controller\agent\
     文件       12166  2020-03-16 10:57  app\admin\controller\agent\AgentManage.php
     目录           0  2020-03-17 15:28  app\admin\controller\article\
     文件        7253  2020-03-17 15:28  app\admin\controller\article\Article.php
     文件        6975  2020-03-16 10:58  app\admin\controller\article\ArticleCategory.php
     文件        6365  2020-03-16 14:13  app\admin\controller\article\WechatNews.php
     文件        3016  2020-01-20 17:20  app\admin\controller\AuthController.php
     目录           0  2020-01-17 19:47  app\admin\controller\finance\
     文件        3122  2020-01-17 19:47  app\admin\controller\finance\Finance.php
     文件        6825  2020-01-17 19:47  app\admin\controller\finance\UserExtract.php
     文件        5827  2020-01-17 19:47  app\admin\controller\finance\UserRecharge.php
     文件       35352  2020-03-21 10:20  app\admin\controller\Index.php
     文件        1896  2020-01-20 17:20  app\admin\controller\Login.php
     目录           0  2020-03-31 17:25  app\admin\controller\order\
     文件       28391  2020-01-19 10:49  app\admin\controller\order\combinationOrder.php
............此处省略9981个文件信息

评论

共有 条评论