Skip to content

Commit

Permalink
♻️ Generate electricity info
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Apr 15, 2024
1 parent cdc1394 commit 63b5cd2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/screens/ProScreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ class _ProServerNameWidgetState extends State<ProServerNameWidget> {
{
"风力发电": "HK",
"水力发电": "US",
"光伏发电": "SIG",
"核能发电": "JPOS",
},
"选择发电方式",
);
Expand All @@ -317,6 +319,10 @@ class _ProServerNameWidgetState extends State<ProServerNameWidget> {
return "风力发电";
case "US":
return "水力发电";
case "SIG":
return "光伏发电";
case "JPOS":
return "核能发电";
default:
return "";
}
Expand Down

0 comments on commit 63b5cd2

Please sign in to comment.