fix: 修改样式
This commit is contained in:
@@ -132,12 +132,12 @@ class _HINodePageViewState extends State<HINodePageView> {
|
||||
TextSpan(
|
||||
children: [
|
||||
TextSpan(
|
||||
text: '${AppTranslations.kr_setting.connectionTypeRule}:',
|
||||
text: '智能模式:',
|
||||
style: TextStyle(fontWeight: FontWeight.bold, fontSize: 14.sp, color: Colors.black),
|
||||
),
|
||||
TextSpan(
|
||||
text: AppTranslations.kr_setting.connectionTypeRuleRemark,
|
||||
style: TextStyle(fontSize: 14.sp, color: Colors.black54),
|
||||
text: '绕过所在地IP,只代理外网服务器,速度更快',
|
||||
style: TextStyle(fontSize: 14.sp,),
|
||||
),
|
||||
],
|
||||
),
|
||||
@@ -147,12 +147,12 @@ class _HINodePageViewState extends State<HINodePageView> {
|
||||
TextSpan(
|
||||
children: [
|
||||
TextSpan(
|
||||
text: '${AppTranslations.kr_setting.connectionTypeGlobal}:',
|
||||
style: TextStyle(fontWeight: FontWeight.bold, fontSize: 14.sp, color: Colors.black),
|
||||
text: '全局模式:',
|
||||
style: TextStyle(fontWeight: FontWeight.bold, fontSize: 14.sp),
|
||||
),
|
||||
TextSpan(
|
||||
text: AppTranslations.kr_setting.connectionTypeGlobalRemark,
|
||||
style: TextStyle(fontSize: 14.sp, color: Colors.black54),
|
||||
text: '代理所有网络服务器,保障隐私',
|
||||
style: TextStyle(fontSize: 14.sp),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user