update README.md
This commit is contained in:
@@ -33,7 +33,7 @@ class WelcomeScreen extends StatelessWidget {
|
||||
|
||||
// 标题
|
||||
const Text(
|
||||
'sight-identification',
|
||||
'自动拍照应用',
|
||||
style: TextStyle(
|
||||
fontSize: 32,
|
||||
fontWeight: FontWeight.bold,
|
||||
@@ -46,7 +46,7 @@ class WelcomeScreen extends StatelessWidget {
|
||||
Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 40),
|
||||
child: Text(
|
||||
'点击按钮开始自动拍照\n每2秒拍摄一次',
|
||||
'点击按钮开始自动拍照\n每2秒拍摄一次,共拍摄5张照片',
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontSize: 16,
|
||||
|
||||
Reference in New Issue
Block a user