Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.1 KB

calendar_todo

任务todo 日历 农历算法源自许剑伟先生的寿星万年历。 万年历的代码移植自HongchenMeng先生的c#移植项目,地址:https://github.com/HongchenMeng/SharpSxwnl 感谢许剑伟先生!感谢HongchenMeng先生!

学习项目,比较粗糙,还在改进中。 task todo部分是想模仿org mode的,但是目前只实现了最基本的增删改。

(todo部分好像有问题,上次改了就没怎么用了,确实太粗糙,自己都不喜欢用.,@#$$)

calendar部分可以剥离出来单独使用。

节日内容字数过多将会滚动显示。


TODO: 任务移动; 循环任务; 任务支持到分钟; 闹钟、邮件、消息提醒;


效果截图:

主界面

编辑自定义节日


发现一个项目:fluttercandies/flutter_custom_calendar(https://github.com/fluttercandies/flutter_custom_calendar), 比这个试手的粗糙项目成熟多了,推荐给有需要的人!