Skip to content

Commit

Permalink
feat: archive notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MR-Addict committed Dec 30, 2024
1 parent aac02f0 commit eba27e8
Show file tree
Hide file tree
Showing 19 changed files with 1,010 additions and 29 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@
npm run archive
```

> 注:
>
> 如果归档中文件名和当前学期名称重复,那么会优先使用归档的文件,而不是数据库中的笔记,因此请确保归档后将数据库中的笔记删除,以免重复。
>
> 你可以用下面的命令备份数据库:
>
> ```js
> use stas
> db.notes.renameCollection("notes-backup", { dropTarget: true })
> ```
>
> 因为默认索引的collection是notes,所以将其重命名为notes-backup,这样就相当于删除了数据库。
### 3. 值班时间
值班笔记可以设置值班时间,不在值班时间不能提交值班笔记,只能查看笔记。需要设置的时间有**第一周时间**,**开始时间**,**结束时间**和**当前学期**,第一周时间必须是每学期的第一天,否则页面有关学期周数的地方都会不准确,开始时间和第一周时间不一定要一样。
Expand Down
Loading

0 comments on commit eba27e8

Please sign in to comment.