cut some space
This commit is contained in:
parent
7e9e1b2e4e
commit
25ddbf9b0b
|
@ -101,8 +101,8 @@ function makedayplan(date) {
|
|||
//var planstr = planobj.dayplan[plan].planstr;
|
||||
|
||||
var planstr = `| 时间片 | 时长 | 用途 | 手稿 |
|
||||
| --- | --- | --- | --- |
|
||||
`;
|
||||
| --- | --- | --- | --- |
|
||||
`;
|
||||
for(var i in planobj.dayplan[plan].time){
|
||||
var timeslice = planobj.dayplan[plan].time[i] ;
|
||||
var beginhour = timeslice.beginhour;
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
根据[ego模型时间接口](https://gitee.com/hyg/blog/blob/master/timeflow.md),今天绑定模版1。
|
||||
|
||||
| 时间片 | 时长 | 用途 | 手稿 |
|
||||
| --- | --- | --- | --- |
|
||||
| 04:00~04:15 | 15 | 休整 | |
|
||||
| --- | --- | --- | --- |
|
||||
| 04:00~04:15 | 15 | 休整 | |
|
||||
| 04:15~05:15 | 60 | 备餐、运动 | |
|
||||
| 05:15~06:00 | 45 | 早餐 | |
|
||||
| 06:00~06:45 | 45 | 会议、自习 | |
|
||||
|
|
Loading…
Reference in New Issue