|
|
@@ -43,7 +43,35 @@ class Rule extends StatelessWidget {
|
|
|
height: 15,
|
|
|
),
|
|
|
Text(
|
|
|
- '二、用户个人隐私信息保护',
|
|
|
+ ' 二、游戏录屏',
|
|
|
+ style: TextStyle(fontSize: 16, color: Colors.white, fontWeight: FontWeight.w600),
|
|
|
+ ),
|
|
|
+ Container(
|
|
|
+ height: 10,
|
|
|
+ ),
|
|
|
+ Text(
|
|
|
+ '1、为了比赛的公平性,“龙竞技”软件会对用户的游戏过程进行录屏,以核对用户的电竞结果本身是否真实有效。录屏的开始和结束都将明确的通知用户。 ',
|
|
|
+ style: TextStyle(fontSize: 14, color: Colors.white),
|
|
|
+ ),
|
|
|
+ Container(
|
|
|
+ height: 10,
|
|
|
+ ),
|
|
|
+ Text(
|
|
|
+ '2、用户完成注册既表明同意软件对用户游戏过程进行录屏的行为,以及在录屏过程中存在的潜在泄露信息的风险。',
|
|
|
+ style: TextStyle(fontSize: 14, color: Colors.white),
|
|
|
+ ),
|
|
|
+ Container(
|
|
|
+ height: 10,
|
|
|
+ ),
|
|
|
+ Text(
|
|
|
+ '3、在录屏过程中请尽量不要打开其它有可能泄露用户隐私的软件。如果用户打开了有可能泄露用户隐私的软件,龙竞技承诺将不提取、记录、保留因为这一行为而可能泄露的任何信息,但是因为该视频有可能被公开,所以依然存在着一定风险。如果发生隐私泄露,开发者不承担任何责任。',
|
|
|
+ style: TextStyle(fontSize: 14, color: Colors.white),
|
|
|
+ ),
|
|
|
+ Container(
|
|
|
+ height: 15,
|
|
|
+ ),
|
|
|
+ Text(
|
|
|
+ '三、用户个人隐私信息保护',
|
|
|
style: TextStyle(fontSize: 16, color: Colors.white, fontWeight: FontWeight.w600),
|
|
|
),
|
|
|
Container(
|
|
|
@@ -78,7 +106,7 @@ class Rule extends StatelessWidget {
|
|
|
height: 15,
|
|
|
),
|
|
|
Text(
|
|
|
- '三、用户公平比赛',
|
|
|
+ '四、用户公平比赛',
|
|
|
style: TextStyle(fontSize: 16, color: Colors.white, fontWeight: FontWeight.w600),
|
|
|
),
|
|
|
Container(
|
|
|
@@ -106,7 +134,7 @@ class Rule extends StatelessWidget {
|
|
|
height: 15,
|
|
|
),
|
|
|
Text(
|
|
|
- '四、其他',
|
|
|
+ '五、其他',
|
|
|
style: TextStyle(fontSize: 16, color: Colors.white, fontWeight: FontWeight.w600),
|
|
|
),
|
|
|
Container(
|