• 大小: 17.67MB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2023-07-07
  • 语言: PHP
  • 标签: TP5小程序  TP5开发  

资源简介

ThinkPHP5企业微信小程序-前端demo+后端,TP5开发小程序demo,ThinkPHP5企业微信小程序-前端demo+后端

资源截图

代码片段和文件信息

# -*- coding: utf-8 -*-
#
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys
import os

from sphinx.highlighting import lexers
from pygments.lexers.web import PhpLexer

lexers[‘php‘] = PhpLexer(startinline=True)

# on_rtd is whether we are on readthedocs.org this line of code grabbed from docs.readthedocs.org
on_rtd = os.environ.get(‘READTHEDOCS‘ None) == ‘True‘

if not on_rtd:  # only import and set the theme if we‘re building docs locally
    import sphinx_rtd_theme
    html_theme = ‘sphinx_rtd_theme‘
    html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# otherwise readthedocs.org uses their theme by default so no need to specify it

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

# Add any Sphinx extension module names here as strings. They can be
# extensions coming with Sphinx (named ‘sphinx.ext.*‘) or your custom
# ones.
extensions = [
    ‘sphinx.ext.autodoc‘
]

# Add any paths that contain templates here relative to this directory.
templates_path = [‘_templates‘]

# The suffix of source filenames.
source_suffix = ‘.rst‘

# The master toctree document.
master_doc = ‘index‘

# General information about the project.
project = u‘php-annotations‘
copyright = u‘2015 Rasmus Schultz‘

# The version info for the project you‘re documenting acts as replacement for
# |version| and |release| also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = ‘1.0.0‘
# The full version including alpha/beta/rc tags.
release = ‘1.0.0‘

# List of patterns relative to source directory that match files and
# directories to ignore when looking for source files.
exclude_patterns = [‘build‘]

# The reST default role (used for this markup: ‘text‘) to use for all
# documents.
#default_role = None

# If true ‘()‘ will be appended to :func: etc. cross-reference text.
#add_function_parentheses = True

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = ‘sphinx‘

highlight_language = ‘php‘

# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []

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

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

# A shorter title for the navigation bar.  Default is the same as html_title.
#html_short_title = None

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
#html_logo = None

# The name of an image file (within the static path) to use as favicon of the
# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
#html_favicon = None

# 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 buil

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-11-28 11:51  ThinkPHP5企业微信小程序\
     目录           0  2018-01-15 21:58  ThinkPHP5企业微信小程序\api\
     文件         223  2018-01-04 21:50  ThinkPHP5企业微信小程序\api\.gitignore
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序\api\api\
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序\api\api\admin\
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序\api\api\admin\controller\
     文件        4009  2018-01-15 21:59  ThinkPHP5企业微信小程序\api\api\admin\controller\PublicController.php
     文件         811  2018-01-15 21:59  ThinkPHP5企业微信小程序\api\api\command.php
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序\api\api\common\
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序\api\api\common\exception\
     文件         708  2018-01-04 21:50  ThinkPHP5企业微信小程序\api\api\common\exception\Http.php
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序\api\api\common\model\
     文件        7583  2018-01-15 21:59  ThinkPHP5企业微信小程序\api\api\common\model\CommonModel.php
     文件        9425  2018-01-15 21:59  ThinkPHP5企业微信小程序\api\api\config.php
     文件         626  2018-01-15 21:59  ThinkPHP5企业微信小程序\api\api\database.php
     文件         712  2018-01-15 21:59  ThinkPHP5企业微信小程序\api\api\debug.php
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序\api\api\home\
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序\api\api\home\controller\
     文件         854  2018-01-15 21:59  ThinkPHP5企业微信小程序\api\api\home\controller\IndexController.php
     文件        1150  2018-01-15 21:59  ThinkPHP5企业微信小程序\api\api\home\controller\RestController.php
     文件        1603  2018-01-15 21:59  ThinkPHP5企业微信小程序\api\api\home\controller\SlidesController.php
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序\api\api\home\model\
     文件        1221  2018-01-15 21:59  ThinkPHP5企业微信小程序\api\api\home\model\SlideItemModel.php
     文件        1690  2018-01-15 21:59  ThinkPHP5企业微信小程序\api\api\home\model\SlideModel.php
     文件          71  2018-01-04 21:50  ThinkPHP5企业微信小程序\api\api\home\route.php
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序\api\api\portal\
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序\api\api\portal\controller\
     文件        4915  2018-01-15 21:59  ThinkPHP5企业微信小程序\api\api\portal\controller\ArticlesController.php
     文件        1358  2018-01-15 21:59  ThinkPHP5企业微信小程序\api\api\portal\controller\CategoriesController.php
     文件        2114  2018-01-15 21:59  ThinkPHP5企业微信小程序\api\api\portal\controller\ListsController.php
     文件        1485  2018-01-15 21:59  ThinkPHP5企业微信小程序\api\api\portal\controller\PagesController.php
............此处省略3578个文件信息

评论

共有 条评论