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
9e74dc90
Commit
9e74dc90
authored
Apr 18, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 消息
parent
092b8e31
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
6 deletions
+14
-6
YHMessageDetailListVC.swift
...Classes/Modules/Message(消息)/C/YHMessageDetailListVC.swift
+1
-1
YHMessageListVC.swift
...alaxy/Classes/Modules/Message(消息)/C/YHMessageListVC.swift
+1
-1
YHMessageSessionCell.swift
.../Classes/Modules/Message(消息)/V/YHMessageSessionCell.swift
+3
-4
YHMySettingViewController.swift
...lasses/Modules/Mine(我的)/C/YHMySettingViewController.swift
+9
-0
No files found.
galaxy/galaxy/Classes/Modules/Message(消息)/C/YHMessageDetailListVC.swift
View file @
9e74dc90
...
@@ -73,7 +73,7 @@ class YHMessageDetailListVC: YHBaseViewController {
...
@@ -73,7 +73,7 @@ class YHMessageDetailListVC: YHBaseViewController {
label
.
textColor
=
UIColor
(
hex
:
0x94A3B8
)
label
.
textColor
=
UIColor
(
hex
:
0x94A3B8
)
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
label
.
textAlignment
=
.
center
label
.
textAlignment
=
.
center
label
.
text
=
"暂无
新
消息"
.
local
label
.
text
=
"暂无消息"
.
local
view
.
addSubview
(
label
)
view
.
addSubview
(
label
)
imgView
.
snp
.
makeConstraints
{
make
in
imgView
.
snp
.
makeConstraints
{
make
in
...
...
galaxy/galaxy/Classes/Modules/Message(消息)/C/YHMessageListVC.swift
View file @
9e74dc90
...
@@ -72,7 +72,7 @@ class YHMessageListVC: YHBaseViewController {
...
@@ -72,7 +72,7 @@ class YHMessageListVC: YHBaseViewController {
label
.
textColor
=
UIColor
(
hex
:
0x94A3B8
)
label
.
textColor
=
UIColor
(
hex
:
0x94A3B8
)
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
label
.
textAlignment
=
.
center
label
.
textAlignment
=
.
center
label
.
text
=
"暂无
新
消息"
.
local
label
.
text
=
"暂无消息"
.
local
view
.
addSubview
(
label
)
view
.
addSubview
(
label
)
imgView
.
snp
.
makeConstraints
{
make
in
imgView
.
snp
.
makeConstraints
{
make
in
...
...
galaxy/galaxy/Classes/Modules/Message(消息)/V/YHMessageSessionCell.swift
View file @
9e74dc90
...
@@ -132,7 +132,7 @@ class YHMessageSessionCell: UITableViewCell {
...
@@ -132,7 +132,7 @@ class YHMessageSessionCell: UITableViewCell {
timeLabel
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
11
)
timeLabel
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
11
)
timeLabel
.
setContentCompressionResistancePriority
(
.
required
,
for
:
.
horizontal
)
timeLabel
.
setContentCompressionResistancePriority
(
.
required
,
for
:
.
horizontal
)
timeLabel
.
setContentHuggingPriority
(
.
required
,
for
:
.
horizontal
)
timeLabel
.
setContentHuggingPriority
(
.
required
,
for
:
.
horizontal
)
contentView
.
addSubview
(
timeLabel
)
//
contentView.addSubview(timeLabel)
bottomLineView
=
UIView
()
bottomLineView
=
UIView
()
bottomLineView
.
backgroundColor
=
UIColor
(
hex
:
0xF0F3F7
)
bottomLineView
.
backgroundColor
=
UIColor
(
hex
:
0xF0F3F7
)
...
@@ -158,14 +158,13 @@ class YHMessageSessionCell: UITableViewCell {
...
@@ -158,14 +158,13 @@ class YHMessageSessionCell: UITableViewCell {
nameLabel
.
snp
.
makeConstraints
{
make
in
nameLabel
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
iconContentView
.
snp
.
right
)
.
offset
(
16
)
make
.
left
.
equalTo
(
iconContentView
.
snp
.
right
)
.
offset
(
16
)
make
.
right
.
equalTo
(
timeLabel
.
snp
.
left
)
.
offset
(
-
20
)
make
.
right
.
equalTo
Superview
(
)
.
offset
(
-
20
)
make
.
top
.
equalTo
(
iconContentView
)
make
.
top
.
equalTo
(
iconContentView
)
make
.
height
.
equalTo
(
21
)
make
.
height
.
equalTo
(
21
)
}
}
detailLabel
.
snp
.
makeConstraints
{
make
in
detailLabel
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
nameLabel
)
make
.
left
.
right
.
equalTo
(
nameLabel
)
make
.
right
.
equalTo
(
timeLabel
)
make
.
top
.
equalTo
(
nameLabel
.
snp
.
bottom
)
.
offset
(
2
)
make
.
top
.
equalTo
(
nameLabel
.
snp
.
bottom
)
.
offset
(
2
)
make
.
height
.
equalTo
(
17
)
make
.
height
.
equalTo
(
17
)
}
}
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMySettingViewController.swift
View file @
9e74dc90
...
@@ -36,12 +36,21 @@ class YHMySettingViewController: YHBaseViewController, ConstraintRelatableTarget
...
@@ -36,12 +36,21 @@ class YHMySettingViewController: YHBaseViewController, ConstraintRelatableTarget
}()
}()
lazy
var
items
:
[
PersonalModuleItem
]
=
{
lazy
var
items
:
[
PersonalModuleItem
]
=
{
#if DEBUG
return
[
PersonalModuleItem
(
title
:
"通知设置"
.
local
,
type
:
.
notifySettings
),
return
[
PersonalModuleItem
(
title
:
"通知设置"
.
local
,
type
:
.
notifySettings
),
PersonalModuleItem
(
title
:
"权限配置"
.
local
,
type
:
.
permissionSettings
),
PersonalModuleItem
(
title
:
"权限配置"
.
local
,
type
:
.
permissionSettings
),
PersonalModuleItem
(
title
:
"个人信息收集清单"
.
local
,
type
:
.
infoCollectList
),
PersonalModuleItem
(
title
:
"个人信息收集清单"
.
local
,
type
:
.
infoCollectList
),
PersonalModuleItem
(
title
:
"第三方信息共享清单"
.
local
,
type
:
.
infoShareList
),
PersonalModuleItem
(
title
:
"第三方信息共享清单"
.
local
,
type
:
.
infoShareList
),
PersonalModuleItem
(
title
:
"关于我们"
.
local
,
type
:
.
aboutUs
),
PersonalModuleItem
(
title
:
"关于我们"
.
local
,
type
:
.
aboutUs
),
PersonalModuleItem
(
title
:
"设备相关"
.
local
,
type
:
.
deviceInfo
)]
PersonalModuleItem
(
title
:
"设备相关"
.
local
,
type
:
.
deviceInfo
)]
#else
return
[
PersonalModuleItem
(
title
:
"通知设置"
.
local
,
type
:
.
notifySettings
),
PersonalModuleItem
(
title
:
"权限配置"
.
local
,
type
:
.
permissionSettings
),
PersonalModuleItem
(
title
:
"个人信息收集清单"
.
local
,
type
:
.
infoCollectList
),
PersonalModuleItem
(
title
:
"第三方信息共享清单"
.
local
,
type
:
.
infoShareList
),
PersonalModuleItem
(
title
:
"关于我们"
.
local
,
type
:
.
aboutUs
)]
#endif
}()
}()
override
func
viewDidLoad
()
{
override
func
viewDidLoad
()
{
...
...
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