The documentation is a work in progress, and English edition is just an empty shell for now. I will translate it when Chinese edition has done.
转换自 vno.d.ts,所有 API 都位于全局 vno
对象下。
vno
位于最外层的一类 API,大部分是一些常用函数 / 变量的引用。
vno.file
处理文件请求相关的模块。
vno.markdown
处理页面渲染相关的模块。
vno.config
处理配置相关的模块。
vno.element
处理 HTML 元素相关的模块。
vno.enums
枚举对象相关的模块。
vno.path
处理路径相关的模块。
vno.regexp
正则表达式相关的模块。
vno.storage
本地储存相关的模块。
vno.store
状态管理相关的模块。
vno.utils
一些杂项函数 / 变量。
vno.appSelf
App 组件实例。
vno.mainSelf
Main 组件实例。
vno.articleSelf
Article 组件实例。
vno.gadgetSelf
Gadget 组件实例。
Definition
接口和类型定义。
- This page is open source, improve it