Skip to content

Commit

Permalink
chore: update version stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
BenderBlog committed Oct 20, 2024
1 parent 804a761 commit 541245a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/page/setting/about_page/about_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class AboutPage extends StatelessWidget {
Developer(
"Elliot",
"https://img.moegirl.org.cn/common/thumb/6/64/Hirasawa_yui_1.jpg/800px-Hirasawa_yui_1.jpg",
"开发支持:情侣课表功能开发指导",
"开发支持:搭子课表功能开发指导",
"https://www.bilibili.com/bangumi/play/ss1172/",
),
Developer(
Expand Down Expand Up @@ -119,7 +119,7 @@ class AboutPage extends StatelessWidget {
Developer(
"Ray (Elliot Edition)",
"https://raay.xyz/wp-content/uploads/2023/07/4882705B-3C57-4B46-A3DA-F75C2E0DCE5B.jpeg",
"设计:开屏画面 / 支持:iOS 发行商 / 开发支持:情侣课表功能开发指导",
"设计:开屏画面 / 支持:iOS 发行商 / 开发支持:搭子课表功能开发指导",
"https://raay.xyz/",
),
Developer(
Expand Down Expand Up @@ -193,7 +193,7 @@ class AboutPage extends StatelessWidget {
),
TextSpan(
text: Platform.isIOS || Platform.isMacOS
? "Babe I'm Gonna Leave You Edition"
? "Let It Roll Edition"
: "May You Never Edition",
style: const TextStyle(fontSize: 16),
),
Expand Down

0 comments on commit 541245a

Please sign in to comment.