diff --git a/demo/version.js b/demo/version.js index 6b336ba16..36b1da1f4 100644 --- a/demo/version.js +++ b/demo/version.js @@ -18,4 +18,12 @@ BI.i18n = { "BI-Basic_Simple_Thursday": "四", "BI-Basic_Simple_Friday": "五", "BI-Basic_Simple_Saturday": "六", + "BI-Multi_Date_Year": "年", + "BI-Multi_Date_Month": "月", + "BI-Multi_Date_Quarter": "季度", + "BI-Basic_Unrestricted": "无限制", + "BI-Quarter_1": "第1季度", + "BI-Quarter_2": "第2季度", + "BI-Quarter_3": "第3季度", + "BI-Quarter_4": "第4季度" }; \ No newline at end of file diff --git a/public/js/index.js b/public/js/index.js index 1cf6d8bf8..9f45ca30e 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -13,4 +13,12 @@ BI.i18n = { "BI-Basic_Simple_Thursday": "四", "BI-Basic_Simple_Friday": "五", "BI-Basic_Simple_Saturday": "六", + "BI-Multi_Date_Year": "年", + "BI-Multi_Date_Month": "月", + "BI-Multi_Date_Quarter": "季度", + "BI-Basic_Unrestricted": "无限制", + "BI-Quarter_1": "第1季度", + "BI-Quarter_2": "第2季度", + "BI-Quarter_3": "第3季度", + "BI-Quarter_4": "第4季度" }; \ No newline at end of file diff --git a/uidoc/detailed/bi.multi_select_item.md b/uidoc/detailed/bi.multi_select_item.md deleted file mode 100644 index 562f554c4..000000000 --- a/uidoc/detailed/bi.multi_select_item.md +++ /dev/null @@ -1,2 +0,0 @@ -# 复选框 - diff --git a/uidoc/detailed/bi.segment.md b/uidoc/detailed/bi.segment.md deleted file mode 100644 index 541ac523f..000000000 --- a/uidoc/detailed/bi.segment.md +++ /dev/null @@ -1,2 +0,0 @@ -# segment组件 - diff --git a/uidoc/detailed/bi.single_select_item.md b/uidoc/detailed/bi.single_select_item.md deleted file mode 100644 index ff75eac3a..000000000 --- a/uidoc/detailed/bi.single_select_item.md +++ /dev/null @@ -1,2 +0,0 @@ -# 单选框 -