Commit e4ededd4 by tanghuan

改版本号显示为:V1.0.0

1 parent 0edf1f09
...@@ -373,7 +373,7 @@ class WebPage extends StatelessWidget { ...@@ -373,7 +373,7 @@ class WebPage extends StatelessWidget {
SizedBox(height: 4), SizedBox(height: 4),
], ],
Text( Text(
'Version 1.0.0', 'V1.0.0',
style: TextStyle( style: TextStyle(
color: Colors.grey, color: Colors.grey,
fontSize: 12, fontSize: 12,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!