Skip to content

Commit

Permalink
* update doc files.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Nov 4, 2021
1 parent 3a7da64 commit 9f10956
Show file tree
Hide file tree
Showing 8 changed files with 2,331 additions and 2,329 deletions.
21 changes: 11 additions & 10 deletions docs/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@
"id": "textbox",
"name": "表单控件",
"dpds": "forms",
"update": "1.5.0",
"update": "1.10.0",
"topics": [
{
"name": "基本类型"
Expand Down Expand Up @@ -1278,6 +1278,7 @@
"icon": "icon-align-justify",
"desc": "在鼠标位置弹出菜单(右键菜单)",
"name": "上下文菜单",
"update": "1.10.0",
"topics": [
{
"name": "被动式"
Expand Down Expand Up @@ -1352,7 +1353,7 @@
"icon": "icon-check-empty",
"desc": "浮动在页面之上的对话框",
"name": "对话框",
"update": "1.8.0",
"update": "1.10.0",
"topics": [
{
"name": "实例"
Expand Down Expand Up @@ -1383,7 +1384,7 @@
"icon": "icon-signout",
"desc": "动态展示对话框",
"name": "对话框触发器",
"update": "1.8.0",
"update": "1.10.0",
"topics": [
{
"name": "加载远程内容"
Expand Down Expand Up @@ -1414,7 +1415,7 @@
"icon": "icon-align-justify",
"desc": "浮动在页面之上的垂直菜单",
"name": "下拉菜单",
"update": "1.6.0",
"update": "1.10.0",
"topics": [
{
"name": "结构"
Expand Down Expand Up @@ -1597,7 +1598,7 @@
"icon": "icon-calendar",
"desc": "为文本框提供方便的日期时间选择功能",
"name": "日期选择",
"update": "1.6.0",
"update": "1.10.0",
"topics": [
{
"name": "用法和示例"
Expand All @@ -1616,7 +1617,7 @@
"icon": "icon-search",
"desc": "提供数据选择和筛选功能",
"name": "Chosen",
"update": "1.8.0",
"update": "1.10.0",
"topics": [
{
"name": "示例"
Expand All @@ -1635,7 +1636,7 @@
"icon": "icon-search",
"desc": "提供数据选择和筛选功能,支持海量数据和远程数据源",
"name": "下拉选择器",
"update": "1.10.0",
"version": "1.10.0",
"topics": [
{
"name": "介绍"
Expand All @@ -1660,7 +1661,7 @@
"icon": "icon-edit",
"desc": "使用 Kineditor 或 UEditor 来编辑富文本",
"name": "富文本编辑器",
"update": "1.6.0",
"update": "1.10.0",
"dpds": "kindeditor",
"topics": [
{
Expand Down Expand Up @@ -2007,7 +2008,7 @@
"icon": "icon-calendar",
"desc": "在日历上展示有时间限定的内容",
"name": "日历",
"update": "1.8.0",
"update": "1.10.0",
"topics": [
{
"name": "实例"
Expand Down Expand Up @@ -2154,7 +2155,7 @@
"icon": "icon-bar-chart",
"desc": "展示曲线图和饼图",
"name": "图表",
"update": "1.7.0",
"update": "1.10.0",
"topics": [
{
"name": "创建图表"
Expand Down
2 changes: 1 addition & 1 deletion docs/index.min.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12841,7 +12841,7 @@ require('./polyfill-done.js');
ZUI_JSON = debug ? 'zui.json' : 'docs/zui.min.json',
ZUI_CUSTOM_JSON = 'zui.custom.json',
UNDEFINED = undefined,
isNewRelease = (new Date().getTime()) < 1541001600000, // 2018/10/1
isNewRelease = (new Date().getTime()) < 1638576000000, // 2021-12-04
dataVersion,
storageEnable,
docIndex, iconsIndex, currentSection,
Expand Down
2 changes: 1 addition & 1 deletion docs/js/doc.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 9f10956

Please sign in to comment.