Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
todrfu committed Oct 24, 2020
2 parents f6c88bd + 3ca75c9 commit a70ea43
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ actionText: 尝鲜2.0版小历同学 →
actionLink: /v2/guide/
features:
- title: 关于2.0版本
details: 小历同学在设计之初其实只是一个简单展示组件,因设计导致迭代愈发臃肿,目前对组件做了重构,就基础功能使用而言,日历组件体积减少70%。
details: 小历同学在设计之初其实只是一个简单展示组件,功能迭代后愈发臃肿,故对其做了重构,就基础功能而言组件体积减少达70%。

- title: 使用差异
details: 与1.x版本的小历同学相比,组件的引入方式及功能调用上均发生了较大的变化(如部分方法名及入参),对于新项目建议采用2.0。

- title: 插件系统
details: 在小历同学2.0中,支持按需引入对应插件,如设置代办todo、农历信息solarLunar、周视图week、指定日期可选或禁用selectable等
details: 在小历同学2.0中,支持按需引入对应插件,如设置代办、农历信息、周视图等

footer: MIT Licensed | Copyright © 2019-present treadpit
---
Expand All @@ -37,4 +37,14 @@ Page({
}
})

```
```

#### 插件一览表

|插件|描述|文件|
|:--|:--|:--|
|待办标记|可设置日期标记,如待办事项等|/plugins/todo|
|农历|日期支持显示农历属性|/plugins/solarLunar/index|
|周视图|日历可切换为周视图模式|/plugins/week|
|日期可选|禁用或启用指定日期的可选状态|/plugins/selectable|
|节假日|显示节假日信息,可自定义|/plugins/holidays/index|
2 changes: 1 addition & 1 deletion docs/v2/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ calendar.getHolidaysOfCurrentYear()
### 获取指定年份节假日信息
> ::: tip 提示 👇
::: tip 提示 👇
指定年份节假日信息需自行扩展才可查询到
:::
Expand Down

0 comments on commit a70ea43

Please sign in to comment.