add two space

This commit is contained in:
Huang,Yonggang 2024-04-22 14:38:05 +08:00
parent 07f2e37961
commit 7e9e1b2e4e
2 changed files with 20 additions and 20 deletions

View File

@ -100,8 +100,8 @@ function makedayplan(date) {
var planobj = yaml.load(fs.readFileSync("plan.yaml", 'utf8'));
//var planstr = planobj.dayplan[plan].planstr;
var planstr = `| 时间片 | 时长 | 用途 | 手稿 |
| --- | --- | --- | --- |
var planstr = `| 时间片 | 时长 | 用途 | 手稿 |
| --- | --- | --- | --- |
`;
for(var i in planobj.dayplan[plan].time){
var timeslice = planobj.dayplan[plan].time[i] ;
@ -121,7 +121,7 @@ function makedayplan(date) {
draftstr = draftstr + " [离线归档](" + draftfilename + ")";
}
planstr = planstr + "| " + beginhour.toString().padStart(2, '0') + ":" + beginminute.toString().padStart(2, '0') + "~" + endhour.toString().padStart(2, '0') + ":" + endminute.toString().padStart(2, '0') + " | " + amount + " | " + timeslice.name + " | " + draftstr + " |\n" ;
planstr = planstr + "| " + beginhour.toString().padStart(2, '0') + ":" + beginminute.toString().padStart(2, '0') + "~" + endhour.toString().padStart(2, '0') + ":" + endminute.toString().padStart(2, '0') + " | " + amount + " | " + timeslice.name + " | " + draftstr + " | \n" ;
}
//console.log("planstr:\n"+planstr);

View File

@ -4,23 +4,23 @@
根据[ego模型时间接口](https://gitee.com/hyg/blog/blob/master/timeflow.md)今天绑定模版1。
| 时间片 | 时长 | 用途 | 手稿 |
| --- | --- | --- | --- |
| 04:00~04:15 | 15 | 休整 | |
| 04:15~05:15 | 60 | 备餐、运动 | |
| 05:15~06:00 | 45 | 早餐 | |
| 06:00~06:45 | 45 | 会议、自习 | |
| 06:45~07:45 | 60 | 休整 | |
| 07:45~08:45 | 60 | 静默工作 | [在线同步](http://simp.ly/p/xtgD4F) [离线归档](../../draft/2024/04/20240422074500.md) |
| 08:45~09:30 | 45 | 休整 | |
| 09:30~11:00 | 90 | 静默工作 | [在线同步](http://simp.ly/p/j1SspP) [离线归档](../../draft/2024/04/20240422093000.md) |
| 11:00~14:00 | 180 | 备餐、午餐午休 | |
| 14:00~14:30 | 30 | 静默工作 | [在线同步](http://simp.ly/p/8t3vlk) [离线归档](../../draft/2024/04/20240422140000.md) |
| 14:30~15:00 | 30 | 静默工作 | [在线同步](http://simp.ly/p/5k9gJy) [离线归档](../../draft/2024/04/20240422143000.md) |
| 15:00~16:00 | 60 | 休整 | |
| 16:00~17:00 | 60 | 静默工作 | [在线同步](http://simp.ly/p/4QDThK) [离线归档](../../draft/2024/04/20240422160000.md) |
| 17:00~19:00 | 120 | 晚餐 | |
| 19:00~20:00 | 60 | 讨论、整理提交 | |
| 时间片 | 时长 | 用途 | 手稿 |
| --- | --- | --- | --- |
| 04:00~04:15 | 15 | 休整 | |
| 04:15~05:15 | 60 | 备餐、运动 | |
| 05:15~06:00 | 45 | 早餐 | |
| 06:00~06:45 | 45 | 会议、自习 | |
| 06:45~07:45 | 60 | 休整 | |
| 07:45~08:45 | 60 | 静默工作 | [在线同步](http://simp.ly/p/xtgD4F) [离线归档](../../draft/2024/04/20240422074500.md) |
| 08:45~09:30 | 45 | 休整 | |
| 09:30~11:00 | 90 | 静默工作 | [在线同步](http://simp.ly/p/j1SspP) [离线归档](../../draft/2024/04/20240422093000.md) |
| 11:00~14:00 | 180 | 备餐、午餐午休 | |
| 14:00~14:30 | 30 | 静默工作 | [在线同步](http://simp.ly/p/8t3vlk) [离线归档](../../draft/2024/04/20240422140000.md) |
| 14:30~15:00 | 30 | 静默工作 | [在线同步](http://simp.ly/p/5k9gJy) [离线归档](../../draft/2024/04/20240422143000.md) |
| 15:00~16:00 | 60 | 休整 | |
| 16:00~17:00 | 60 | 静默工作 | [在线同步](http://simp.ly/p/4QDThK) [离线归档](../../draft/2024/04/20240422160000.md) |
| 17:00~19:00 | 120 | 晚餐 | |
| 19:00~20:00 | 60 | 讨论、整理提交 | |
---