Skip to content

Commit

Permalink
回退修复
Browse files Browse the repository at this point in the history
  • Loading branch information
jhqwqmc committed Apr 17, 2024
1 parent e895858 commit 2ca5151
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/lib/models/page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ bool entryExists(EntryExistsRef ref, String entryId) {
}

enum PageType {
sequence("触发器", FontAwesomeIcons.diagramProject, Colors.blue),
static("静态", FontAwesomeIcons.bars, Colors.deepPurple),
cinematic("过场动画", FontAwesomeIcons.film, Colors.orange),
sequence("trigger", FontAwesomeIcons.diagramProject, Colors.blue),
static("static", FontAwesomeIcons.bars, Colors.deepPurple),
cinematic("cinematic", FontAwesomeIcons.film, Colors.orange),
;

const PageType(this.tag, this.icon, this.color);
Expand Down

0 comments on commit 2ca5151

Please sign in to comment.