Skip to content

Commit

Permalink
update: semester start date
Browse files Browse the repository at this point in the history
  • Loading branch information
w568w committed Feb 21, 2022
1 parent c6571ed commit 0439c45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/common/constant.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Constant {
"https://www.fduhole.com/#/forgetpassword";

// ignore: non_constant_identifier_names
static get DEFAULT_SEMESTER_START_TIME => DateTime(2021, 9, 13);
static get DEFAULT_SEMESTER_START_TIME => DateTime(2022, 2, 21);

static EventBus eventBus = EventBus(sync: true);
static const String UIS_URL = "https://uis.fudan.edu.cn/authserver/login";
Expand Down
12 changes: 7 additions & 5 deletions lib/common/pubspec.yaml.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0439c45

Please sign in to comment.