From 10c4fe1c47a2cbcaa6ede53e41bdf2271a97b552 Mon Sep 17 00:00:00 2001 From: Calcitem Date: Sun, 29 Nov 2020 12:49:13 +0800 Subject: [PATCH] =?UTF-8?q?flutter:=20main=5Fmenu.dart=20=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=20UTF-8=20with=20BOM=20=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ui/flutter/lib/widgets/main_menu.dart | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/ui/flutter/lib/widgets/main_menu.dart b/src/ui/flutter/lib/widgets/main_menu.dart index 95ea3d9e..75ec97d5 100644 --- a/src/ui/flutter/lib/widgets/main_menu.dart +++ b/src/ui/flutter/lib/widgets/main_menu.dart @@ -1,4 +1,4 @@ -/* +/* FlutterMill, a mill game playing frontend derived from ChessRoad Copyright (C) 2019 He Zhaoyun (ChessRoad author) Copyright (C) 2019-2020 Calcitem @@ -136,14 +136,14 @@ class _MainMenuState extends State with TickerProviderStateMixin { ), Expanded(child: SizedBox()), Text( - ' ??????\n' - '??????,???????\n' - '??????,???????\n' - '??????,???????\n' - '??????,???????', + ' 健康游戏忠告\n' + '抵制不良游戏,拒绝盗版游戏。\n' + '注意自我保护,谨防受骗上当。\n' + '适度游戏益脑,沉迷游戏伤身。\n' + '合理安排时间,享受健康生活。', style: TextStyle(color: Colors.black54, fontSize: 16)), Expanded(child: SizedBox()), - Text('Copyright 2019-2020 The Sanmill Authors', + Text('Copyright © 2019-2020 The Sanmill Authors', style: TextStyle(color: Colors.black54, fontSize: 16)), Expanded(child: SizedBox()), ],