Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
20190c23
Commit
20190c23
authored
Oct 11, 2025
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// UI
parent
efd00b41
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
4 deletions
+4
-4
YHInformationAuthorizeViewModel.swift
...es/Community(社区)/VM/YHInformationAuthorizeViewModel.swift
+1
-1
YHAllowSettingTableViewCell.swift
...ses/Modules/Login(登录)/V/YHAllowSettingTableViewCell.swift
+1
-1
Contents.json
....xcassets/MyCard/my_card_set_alert.imageset/Contents.json
+2
-2
Group 2033195086-1.png
.../MyCard/my_card_set_alert.imageset/Group 2033195086-1.png
+0
-0
Group 2033195086.png
...ts/MyCard/my_card_set_alert.imageset/Group 2033195086.png
+0
-0
my_card_set_alert@2x.png
...yCard/my_card_set_alert.imageset/my_card_set_alert@2x.png
+0
-0
my_card_set_alert@3x.png
...yCard/my_card_set_alert.imageset/my_card_set_alert@3x.png
+0
-0
No files found.
galaxy/galaxy/Classes/Modules/Community(社区)/VM/YHInformationAuthorizeViewModel.swift
View file @
20190c23
...
@@ -96,7 +96,7 @@ class YHInformationAuthorizeViewModel: YHBaseViewModel {
...
@@ -96,7 +96,7 @@ class YHInformationAuthorizeViewModel: YHBaseViewModel {
}
}
func
getBaseSetDataSource
()
->
[
YHSettingItem
]
{
func
getBaseSetDataSource
()
->
[
YHSettingItem
]
{
let
item1
=
YHSettingItem
(
type
:
.
people
,
title
:
"允许在公开人脉列表中展示"
,
subTitle
:
"开启后,您的信息将展示在人脉列表,开启您的人脉网络"
,
isSelect
:
setModel
.
authorization_basic_information
==
2
?
true
:
false
,
isShowAlert
:
tru
e
)
let
item1
=
YHSettingItem
(
type
:
.
people
,
title
:
"允许在公开人脉列表中展示"
,
subTitle
:
"开启后,您的信息将展示在人脉列表,开启您的人脉网络"
,
isSelect
:
setModel
.
authorization_basic_information
==
2
?
true
:
false
,
isShowAlert
:
fals
e
)
let
item2
=
YHSettingItem
(
type
:
.
schoolToStranger
,
title
:
"允许向陌生人公开您的教育经历"
,
subTitle
:
"开启后,您的教育经历将在您的个人名片上对非好友可见"
,
isSelect
:
setModel
.
public_education_experience
==
2
?
true
:
false
,
isShowAlert
:
true
)
let
item2
=
YHSettingItem
(
type
:
.
schoolToStranger
,
title
:
"允许向陌生人公开您的教育经历"
,
subTitle
:
"开启后,您的教育经历将在您的个人名片上对非好友可见"
,
isSelect
:
setModel
.
public_education_experience
==
2
?
true
:
false
,
isShowAlert
:
true
)
let
item3
=
YHSettingItem
(
type
:
.
workToStranger
,
title
:
"允许向陌生人公开您的工作经历"
,
subTitle
:
"开启后,您的工作经历将在您的个人名片上对非好友可见"
,
isSelect
:
setModel
.
public_work_experience
==
2
?
true
:
false
,
isShowAlert
:
true
)
let
item3
=
YHSettingItem
(
type
:
.
workToStranger
,
title
:
"允许向陌生人公开您的工作经历"
,
subTitle
:
"开启后,您的工作经历将在您的个人名片上对非好友可见"
,
isSelect
:
setModel
.
public_work_experience
==
2
?
true
:
false
,
isShowAlert
:
true
)
let
item4
=
YHSettingItem
(
type
:
.
schoolToFriend
,
title
:
"允许向好友公开您的教育经历"
,
subTitle
:
"开启后,您的教育经历将在您的个人名片上对您的好友可见"
,
isSelect
:
setModel
.
friend_education_experience
==
2
?
true
:
false
,
isShowAlert
:
true
)
let
item4
=
YHSettingItem
(
type
:
.
schoolToFriend
,
title
:
"允许向好友公开您的教育经历"
,
subTitle
:
"开启后,您的教育经历将在您的个人名片上对您的好友可见"
,
isSelect
:
setModel
.
friend_education_experience
==
2
?
true
:
false
,
isShowAlert
:
true
)
...
...
galaxy/galaxy/Classes/Modules/Login(登录)/V/YHAllowSettingTableViewCell.swift
View file @
20190c23
...
@@ -65,7 +65,7 @@ class YHAllowSettingTableViewCell: UITableViewCell {
...
@@ -65,7 +65,7 @@ class YHAllowSettingTableViewCell: UITableViewCell {
subTitleLabel
=
{
subTitleLabel
=
{
let
label
=
UILabel
()
let
label
=
UILabel
()
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
13
)
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
13
)
label
.
textColor
=
UIColor
.
mainTextColor30
label
.
textColor
=
UIColor
.
brandGrayColor5
label
.
numberOfLines
=
0
label
.
numberOfLines
=
0
return
label
return
label
}()
}()
...
...
galaxy/galaxy/Res/Assets.xcassets/MyCard/my_card_set_alert.imageset/Contents.json
View file @
20190c23
...
@@ -5,12 +5,12 @@
...
@@ -5,12 +5,12 @@
"scale"
:
"1x"
"scale"
:
"1x"
},
},
{
{
"filename"
:
"
my_card_set_alert@2x
.png"
,
"filename"
:
"
Group 2033195086-1
.png"
,
"idiom"
:
"universal"
,
"idiom"
:
"universal"
,
"scale"
:
"2x"
"scale"
:
"2x"
},
},
{
{
"filename"
:
"
my_card_set_alert@3x
.png"
,
"filename"
:
"
Group 2033195086
.png"
,
"idiom"
:
"universal"
,
"idiom"
:
"universal"
,
"scale"
:
"3x"
"scale"
:
"3x"
}
}
...
...
galaxy/galaxy/Res/Assets.xcassets/MyCard/my_card_set_alert.imageset/Group 2033195086-1.png
0 → 100644
View file @
20190c23
1.11 KB
galaxy/galaxy/Res/Assets.xcassets/MyCard/my_card_set_alert.imageset/Group 2033195086.png
0 → 100644
View file @
20190c23
1.67 KB
galaxy/galaxy/Res/Assets.xcassets/MyCard/my_card_set_alert.imageset/my_card_set_alert@2x.png
deleted
100644 → 0
View file @
efd00b41
1.32 KB
galaxy/galaxy/Res/Assets.xcassets/MyCard/my_card_set_alert.imageset/my_card_set_alert@3x.png
deleted
100644 → 0
View file @
efd00b41
1.99 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment