테스트는 안해봤는데 NextWeek
This commit is contained in:
parent
d34611241d
commit
3f6371758a
3 changed files with 1129 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ interface Data {
|
|||
originalCode: string
|
||||
dayCode: string
|
||||
subjectCode: string
|
||||
nextWeek: boolean
|
||||
}
|
||||
|
||||
export default class DataManager {
|
||||
|
|
@ -54,6 +55,7 @@ export default class DataManager {
|
|||
originalCode: original[0],
|
||||
dayCode: day[0],
|
||||
subjectCode: subject[0],
|
||||
nextWeek: false,
|
||||
}
|
||||
return this._data
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue