资源简介
手册:https://help.crmeb.net/crmeb-v4/1863402
演示:http://demo26.crmeb.net/admin/
1.前端框架升级为uni-app,公众号、小程序、H5等多端合一
2.后台独立出adminapi 接口,后台前后端分离
3.后台UI框架为VUE+iview框架
3.后台页面更加美观
4.后台商品,拼团,秒杀,砍价添加操作进行优化
5.后台标准接口、前后端分离,二次开发更方便
6.后台页面加载,跳转流畅
7.组件化开发,可复用,开发便捷
8.可视化编辑快速装修主页
代码片段和文件信息
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-05-21 14:56 .constant
文件 231 2020-05-15 10:03 .example.env
文件 80 2020-09-11 12:22 .gitignore
文件 224 2020-05-15 10:03 .htaccess
文件 2080 2020-05-15 10:03 .travis.yml
文件 41 2020-09-11 17:10 .version
文件 3534 2020-05-15 10:03 LICENSE.txt
文件 3934 2020-09-11 12:22 README.md
目录 0 2020-09-18 17:47 app\
文件 426 2020-05-15 10:09 app\AppService.php
文件 2055 2020-05-15 10:03 app\ExceptionHandle.php
文件 2611 2020-09-11 12:22 app\Request.php
目录 0 2020-09-18 17:47 app\admin\
目录 0 2020-09-18 17:47 app\admin\route\
文件 738 2020-09-11 12:22 app\admin\route\route.php
目录 0 2020-09-18 17:47 app\adminapi\
文件 1740 2020-09-11 12:22 app\adminapi\AdminApiExceptionHandle.php
文件 3510 2020-09-11 12:22 app\adminapi\common.php
目录 0 2020-09-18 17:47 app\adminapi\config\
文件 1096 2020-09-11 12:22 app\adminapi\config\route.php
目录 0 2020-09-18 17:47 app\adminapi\controller\
文件 826 2020-09-11 12:22 app\adminapi\controller\AuthController.php
文件 8965 2020-09-12 15:18 app\adminapi\controller\Common.php
文件 1736 2020-09-11 12:22 app\adminapi\controller\Login.php
目录 0 2020-09-18 17:47 app\adminapi\controller\v1\
目录 0 2020-09-18 17:47 app\adminapi\controller\v1\agent\
文件 5019 2020-09-11 12:22 app\adminapi\controller\v1\agent\AgentManage.php
目录 0 2020-09-18 17:47 app\adminapi\controller\v1\application\
目录 0 2020-09-18 17:47 app\adminapi\controller\v1\application\routine\
文件 8945 2020-09-11 12:22 app\adminapi\controller\v1\application\routine\RoutineTemplate.php
目录 0 2020-09-18 17:47 app\adminapi\controller\v1\application\wechat\
............此处省略8636个文件信息
- 上一篇:OPENMV舵机云台颜色追踪学习资料.zip
- 下一篇:政府网站.rar
评论
共有 条评论