• 大小: 14.85MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-27
  • 语言: PHP
  • 标签:

资源简介

百度小程序仿新闻类原生开发(百度小程序+后台管理+使用说明),版权归于本人,想下载的伙伴在此下载;本人开发亲自测试运行无误后上传此程序,版本PHP》5.5 开发

资源截图

代码片段和文件信息

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1186  2019-11-29 11:14  baidu\app.css

     文件       4262  2019-12-06 13:20  baidu\app.js

     文件        345  2019-12-06 13:07  baidu\app.json

     文件       2997  2019-12-02 15:30  baidu\images\address-hover.png

     文件       5636  2019-12-02 15:29  baidu\images\address.png

     文件       1677  2019-07-03 13:58  baidu\images\home-active.png

     文件       2168  2019-07-03 13:58  baidu\images\home.png

     文件       8448  2019-07-03 13:58  baidu\images\no_content.png

     文件       1710  2019-07-03 13:58  baidu\images\user-active.png

     文件       2434  2019-07-03 13:58  baidu\images\user.png

     文件        961  2019-11-29 12:24  baidu\pages\content\content.css

     文件       2632  2019-12-03 10:10  baidu\pages\content\content.js

     文件          2  2019-12-02 17:10  baidu\pages\content\content.json

     文件       1374  2019-12-02 17:41  baidu\pages\content\content.swan

     文件       1976  2019-11-29 13:26  baidu\pages\index\index.css

     文件       5079  2019-12-10 17:13  baidu\pages\index\index.js

     文件         72  2019-12-02 17:11  baidu\pages\index\index.json

     文件       1628  2019-12-06 11:26  baidu\pages\index\index.swan

     文件       1421  2019-12-06 13:10  baidu\pages\message\message.css

     文件        953  2019-12-06 11:27  baidu\pages\message\message.js

     文件          2  2019-12-02 17:11  baidu\pages\message\message.json

     文件       1780  2019-12-06 13:09  baidu\pages\message\message.swan

     文件        153  2019-11-03 10:42  baidu\pkginfo.json

     文件       2951  2019-12-29 09:34  baidu\project.swan.json

     文件         60  2019-11-03 10:42  baidu\README.md

     文件         95  2019-12-29 09:35  baidu\siteinfo.js

     文件        112  2019-11-28 16:58  baidu\utils\common.css

     文件       1750  2019-12-02 17:40  baidu\utils\common.swan

     文件       4100  2019-07-03 13:58  baidu\utils\md5.js

     文件       4028  2019-12-03 09:43  baidu\utils\util.js

............此处省略3610个文件信息

评论

共有 条评论

相关资源