• 大小: 2.38MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-04
  • 语言: 其他
  • 标签: 音乐  

资源简介

微信小程序音乐源码,下载源码后对应修改project.config.json中的appid和项目名,对应修改client下config.js的host

资源截图

代码片段和文件信息

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 = [
  (‘index‘ ‘Guzzle‘ u‘Guzzle Documentation‘
   u‘Michael Dowling‘ ‘Guzzle‘ ‘One line de

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-01-29 10:23  .svn\
     文件           3  2018-01-29 10:23  .svn\entries
     文件           3  2018-01-29 10:23  .svn\format
     目录           0  2018-01-29 10:24  .svn\pristine\
     目录           0  2018-01-29 10:24  .svn\tmp\
     文件      623616  2018-01-29 10:23  .svn\wc.db
     文件        4639  2018-01-23 11:35  README.md
     目录           0  2018-01-23 11:35  client\
     文件         194  2018-01-23 11:35  client\app.js
     文件         287  2018-01-24 16:58  client\app.json
     文件         123  2018-01-23 11:35  client\app.wxss
     文件         738  2018-01-27 18:37  client\config.js
     目录           0  2018-01-25 09:53  client\pages\
     目录           0  2018-01-23 11:35  client\pages\addCgi\
     文件        1394  2018-01-23 11:35  client\pages\addCgi\addCgi.js
     文件          52  2018-01-23 11:35  client\pages\addCgi\addCgi.json
     文件        1175  2018-01-23 11:35  client\pages\addCgi\addCgi.wxml
     文件        1710  2018-01-23 11:35  client\pages\addCgi\addCgi.wxss
     文件       11632  2018-01-23 11:35  client\pages\addCgi\code.jpg
     目录           0  2018-01-25 09:53  client\pages\bak\
     文件        5978  2018-01-24 11:27  client\pages\bak\audio_sprite.png
     文件        7938  2018-01-25 09:15  client\pages\bak\index.js
     文件        1566  2018-01-25 08:47  client\pages\bak\index.wxml
     文件        3496  2018-01-26 16:23  client\pages\bak\index.wxss
     文件        4631  2018-01-23 11:35  client\pages\bak\user-unlogin.png
     目录           0  2018-01-25 09:53  client\pages\index\
     文件        5978  2018-01-24 11:27  client\pages\index\audio_sprite.png
     文件        9648  2018-01-27 01:25  client\pages\index\index.js
     文件        3153  2018-01-27 01:50  client\pages\index\index.wxml
     文件        9661  2018-01-27 01:00  client\pages\index\index.wxss
     文件        4631  2018-01-23 11:35  client\pages\index\user-unlogin.png
............此处省略1390个文件信息

评论

共有 条评论