ThinkPHP5企业微信小程序-前端demo+后端


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企业微信小程序apiapi
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序apiapiadmin
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序apiapiadmincontroller
     文件        4009  2018-01-15 21:59  ThinkPHP5企业微信小程序apiapiadmincontrollerPublicController.php
     文件         811  2018-01-15 21:59  ThinkPHP5企业微信小程序apiapicommand.php
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序apiapicommon
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序apiapicommonexception
     文件         708  2018-01-04 21:50  ThinkPHP5企业微信小程序apiapicommonexceptionHttp.php
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序apiapicommonmodel
     文件        7583  2018-01-15 21:59  ThinkPHP5企业微信小程序apiapicommonmodelCommonModel.php
     文件        9425  2018-01-15 21:59  ThinkPHP5企业微信小程序apiapiconfig.php
     文件         626  2018-01-15 21:59  ThinkPHP5企业微信小程序apiapidatabase.php
     文件         712  2018-01-15 21:59  ThinkPHP5企业微信小程序apiapidebug.php
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序apiapihome
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序apiapihomecontroller
     文件         854  2018-01-15 21:59  ThinkPHP5企业微信小程序apiapihomecontrollerIndexController.php
     文件        1150  2018-01-15 21:59  ThinkPHP5企业微信小程序apiapihomecontrollerRestController.php
     文件        1603  2018-01-15 21:59  ThinkPHP5企业微信小程序apiapihomecontrollerSlidesController.php
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序apiapihomemodel
     文件        1221  2018-01-15 21:59  ThinkPHP5企业微信小程序apiapihomemodelSlideItemModel.php
     文件        1690  2018-01-15 21:59  ThinkPHP5企业微信小程序apiapihomemodelSlideModel.php
     文件          71  2018-01-04 21:50  ThinkPHP5企业微信小程序apiapihome
oute.php
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序apiapiportal
     目录           0  2018-01-04 21:50  ThinkPHP5企业微信小程序apiapiportalcontroller
     文件        4915  2018-01-15 21:59  ThinkPHP5企业微信小程序apiapiportalcontrollerArticlesController.php
     文件        1358  2018-01-15 21:59  ThinkPHP5企业微信小程序apiapiportalcontrollerCategoriesController.php
     文件        2114  2018-01-15 21:59  ThinkPHP5企业微信小程序apiapiportalcontrollerListsController.php
     文件        1485  2018-01-15 21:59  ThinkPHP5企业微信小程序apiapiportalcontrollerPagesController.php
............此处省略3578个文件信息

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

发表评论

评论列表(条)