1 Star 1 Fork 0

lomasky/BRV

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mkdocs.yml 2.79 KB
一键复制 编辑 原始数据 按行查看 历史
劉強東 提交于 2023-08-07 19:28 . docs: 更新开发文档
site_name: BRV
site_description: BRV框架文档
repo_url: https://github.com/liangjingkanji/BRV
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/liangjingkanji
- icon: fontawesome/brands/qq
link: https://raw.githubusercontent.com/liangjingkanji/liangjingkanji/master/img/group-qrcode.png
- icon: fontawesome/brands/twitch
link: https://github.com/liangjingkanji/BRV/discussions
site_author: 劉強東
copyright: Copyright © 2018 - 2023 劉強東
repo_name: GitHub
docs_dir: 'docs'
extra_css:
- css/extra.css
theme:
name: material
custom_dir: docs/material
favicon: img/book-open.svg
logo: img/book-open.svg
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
font: false
language: zh
features:
- navigation.top
- navigation.prune
- navigation.footer
- navigation.instant
- search.highlight
- search.suggest
- search.share
- content.code.copy
- content.code.annotate
plugins:
- offline
- search:
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
lang:
- en
- zh
markdown_extensions:
- toc:
permalink: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- def_list
- md_in_html
- admonition
- pymdownx.highlight
- pymdownx.details
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- 使用: index.md
- 多类型: multi-type.md
- 更新数据: refresh-data.md
- 点击事件: click.md
- 生命周期: lifecycle.md
- 头脚布局: header-footer.md
- 分组: group.md
- 悬停: hover.md
- 分隔线:
- 线性列表: divider-linear.md
- 网格列表: divider-grid.md
- 瀑布流列表: divider-staggerd.md
- 自定义: divider-customize.md
- 缺省页: state.md
- 下拉刷新/上拉加载: refresh.md
- 刷新动画: refresh-animation.md
- 拉取更多: upfetch.md
- 预加载/预拉取: preload.md
- 切换模式: toggle.md
- 选择模式: checked.md
- 伸缩布局: flexbox.md
- 拖拽: drag.md
- 侧滑: swipe.md
- 列表动画: animation.md
- ViewBinding: view-binding.md
- 数据接口: item.md
- 扩展函数: extension.md
- 网络请求: net.md
- 滑动卡顿: performance.md
- 社区讨论: https://github.com/liangjingkanji/BRV/discussions
- 常见问题: issues.md
- 更新日志: updates.md
- 1.x文档: api/index.html
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lomasky/BRV.git
git@gitee.com:lomasky/BRV.git
lomasky
BRV
BRV
master

搜索帮助