Skip to content

Commit 72a5764

Browse files
committed
chore: ready for 1.4.2, again
1 parent f706538 commit 72a5764

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

assets/flutter_i18n/zh_CN.yaml

+4-10
Original file line numberDiff line numberDiff line change
@@ -655,19 +655,13 @@ school_card_status:
655655

656656
# 彩蛋,翻译者可自行发挥,扯啥都行
657657
easter_egg: |-
658-
"Stormbringer" -> Deep Purple, Stormbringer, 1974
658+
"Holiday in the Sun" -> Sex Pistols, 1977
659659
660-
她突然爆发,迅雷烈风,
661-
在雷雨上面激烈搏斗;
662-
黑云笼罩,遮照天日;
663-
无处可逃,她正朝你而来!
660+
又是一个廉价的黄金周旅行灾难!
664661
665-
"Across the Universe" -> John Lennon, The Beatles, Let It Be, 1970
662+
"Revolution" -> John Lennon, The Beatles, 1970
666663
667-
我放空的脑海中,
668-
喜悦和伤心不断地流淌;
669-
不停地抚慰我,
670-
没有人能够改变我了……
664+
想要毁坏旧势力?别把我忘了!
671665
672666
Book of PDA under constrction...
673667

lib/page/setting/about_page/about_page.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ class _AboutPageState extends State<AboutPage> {
314314
),
315315
TextSpan(
316316
text: Platform.isIOS || Platform.isMacOS
317-
? "Stormbringer - PDA One Year Anniversary Edition"
318-
: "Across the Universe - PDA One Year Anniversary Edition",
317+
? "Holidays In The Sun - PDA One Year Anniversary, Second Edition"
318+
: "Revolution - PDA One Year Anniversary, Second Edition",
319319
style: const TextStyle(fontSize: 16),
320320
),
321321
],

lib/page/setting/about_page/easter_egg_page.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ class EasterEggPage extends StatefulWidget {
1818
}
1919

2020
class _EasterEggPageState extends State<EasterEggPage> {
21-
final String urlApple = "https://www.bilibili.com/video/BV1wA411Y7AM/";
21+
final String urlApple = "https://www.bilibili.com/video/BV1Ab411T7TB/?p=2";
2222

23-
final String urlOthers = "https://www.bilibili.com/video/BV13T41177zn/";
23+
final String urlOthers = "https://www.bilibili.com/video/BV1Cs411272t/";
2424

2525
@override
2626
Widget build(BuildContext context) {

0 commit comments

Comments
 (0)