Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

Commit 60d925e

Browse files
committed
fk:我他妈忘记滚版本号了
1 parent fa596b1 commit 60d925e

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

namepicker/lib/main.dart

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import 'package:shared_preferences/shared_preferences.dart';
1616
// 众人将与一人离别,惟其人将觐见奇迹
1717

1818
// 「在彩虹桥的尽头,天空之子将缝补晨昏」
19-
final version = "v3.0.0ea3";
19+
final version = "v3.0.0rel";
2020
final codename = "Hyacine";
2121
void main() {
2222
sqfliteFfiInit();
@@ -439,7 +439,6 @@ class SettingsPage extends StatelessWidget {
439439
spacing: 20,
440440
children: [
441441
SizedBox(width: 10,),
442-
Text("外观", style: TextStyle(fontSize: 20)),
443442
SettingsCard(
444443
title: Text("主题模式"),
445444
leading: Icon(Icons.brightness_6_outlined),
@@ -531,11 +530,6 @@ class AboutPage extends StatelessWidget {
531530
textAlign: TextAlign.center,
532531
style: TextStyle(fontFamily: "HarmonyOS_Sans_SC",fontSize: 15,fontWeight: FontWeight.w400),
533532
),
534-
Text(
535-
"当前版本为Early Access早期体验版本,仅供体验,并非最终品质",
536-
textAlign: TextAlign.center,
537-
style: TextStyle(fontFamily: "HarmonyOS_Sans_SC",fontSize: 15,fontWeight: FontWeight.w400),
538-
),
539533
]
540534
);
541535
}

0 commit comments

Comments
 (0)