Commit 9030374d authored by HSX's avatar HSX
Browse files

syntax specified in readme.md

parent c811a338
### web-shell 实习期项目
# web-shell 实习期项目
## Syntax
- ```add``` title content deadline : 添加标题为title,内容为content,截至时间为dealine代办事件
# deadline should be the format "yyyy/MM/dd"
**deadline should be the format "yyyy/MM/dd"**
- ```modify``` id title = newtitle : 修改id条事件的title/ content/ deadline
# title be substitued by content or deadline, and space is allowed
**title be substitued by content or deadline, and space is allowed**
- ```resolve``` id : 完成id条事件,完成事件字体变为灰色
- ```delete``` id : 删除id条事件
- ```update``` : 根据代办事件的deadline和当前时间,若超过时间则字体变为红色
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment