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
b5c66582
Commit
b5c66582
authored
Jul 24, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
关于银河
parent
b1f95365
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
5 deletions
+12
-5
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+11
-3
YHLifeViewController.swift
...es/Modules/Home(首页)/Life(生活)/C/YHLifeViewController.swift
+0
-0
YHLifeHeadView.swift
.../Classes/Modules/Home(首页)/Life(生活)/V/YHLifeHeadView.swift
+0
-0
YHLifeItemTableViewCell.swift
...Modules/Home(首页)/Life(生活)/V/YHLifeItemTableViewCell.swift
+0
-0
YHLifeSectionView.swift
...asses/Modules/Home(首页)/Life(生活)/V/YHLifeSectionView.swift
+0
-0
YHHeadView.swift
...alaxy/Classes/Modules/Mine(我的)/AboutYH/V/YHHeadView.swift
+0
-1
YHMyViewController.swift
...alaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
+1
-1
No files found.
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
b5c66582
...
...
@@ -2141,13 +2141,14 @@
path
=
M
;
sourceTree
=
"<group>"
;
};
047AA3DA2C4A6102009C4554
/* Life */
=
{
047AA3DA2C4A6102009C4554
/* Life
(生活)
*/
=
{
isa
=
PBXGroup
;
children
=
(
047AA3F12C50CEAC009C4554
/* VM */
,
047AA3DE2C4A639C009C4554
/* V */
,
047AA3DB2C4A6110009C4554
/* C */
,
);
path
=
Life
;
path
=
"Life(生活)"
;
sourceTree
=
"<group>"
;
};
047AA3DB2C4A6110009C4554
/* C */
=
{
...
...
@@ -2203,6 +2204,13 @@
path
=
VM
;
sourceTree
=
"<group>"
;
};
047AA3F12C50CEAC009C4554
/* VM */
=
{
isa
=
PBXGroup
;
children
=
(
);
path
=
VM
;
sourceTree
=
"<group>"
;
};
04808C022B4686510056D53C
/* Frameworks */
=
{
isa
=
PBXGroup
;
children
=
(
...
...
@@ -2649,7 +2657,7 @@
A567E5662BD7643D00D5D5A0
/* Home(首页) */
=
{
isa
=
PBXGroup
;
children
=
(
047AA3DA2C4A6102009C4554
/* Life */
,
047AA3DA2C4A6102009C4554
/* Life
(生活)
*/
,
0419A0952C48F79100A5FCFA
/* InvitationWithGifts(邀请有礼) */
,
A567E5672BD7643D00D5D5A0
/* VM */
,
A567E56A2BD7643D00D5D5A0
/* M */
,
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/Life/C/YHLifeViewController.swift
→
galaxy/galaxy/Classes/Modules/Home(首页)/Life
(生活)
/C/YHLifeViewController.swift
View file @
b5c66582
File moved
galaxy/galaxy/Classes/Modules/Home(首页)/Life/V/YHLifeHeadView.swift
→
galaxy/galaxy/Classes/Modules/Home(首页)/Life
(生活)
/V/YHLifeHeadView.swift
View file @
b5c66582
File moved
galaxy/galaxy/Classes/Modules/Home(首页)/Life/V/YHLifeItemTableViewCell.swift
→
galaxy/galaxy/Classes/Modules/Home(首页)/Life
(生活)
/V/YHLifeItemTableViewCell.swift
View file @
b5c66582
File moved
galaxy/galaxy/Classes/Modules/Home(首页)/Life/V/YHLifeSectionView.swift
→
galaxy/galaxy/Classes/Modules/Home(首页)/Life
(生活)
/V/YHLifeSectionView.swift
View file @
b5c66582
File moved
galaxy/galaxy/Classes/Modules/Mine(我的)/AboutYH/V/YHHeadView.swift
View file @
b5c66582
...
...
@@ -23,7 +23,6 @@ class YHHeadView: UIView {
func
setUpView
()
{
addSubview
(
imageView
)
imageView
.
backgroundColor
=
.
red
imageView
.
snp
.
makeConstraints
{
make
in
make
.
top
.
left
.
right
.
equalToSuperview
()
make
.
height
.
equalTo
(
510
)
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
View file @
b5c66582
...
...
@@ -82,7 +82,7 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget {
PersonalModuleItem
(
icon
:
"mine_item_msg"
,
title
:
"我的消息"
.
local
,
type
:
.
myMessage
),
PersonalModuleItem
(
icon
:
"mine_item_scoreCenter"
,
title
:
"积分中心"
.
local
,
type
:
.
scoreCenter
),
PersonalModuleItem
(
icon
:
"mine_item_code"
,
title
:
"我的测评码"
.
local
,
type
:
.
myTestCode
),
PersonalModuleItem
(
icon
:
"mine_item_appoint"
,
title
:
"
预约
银河湾"
.
local
,
type
:
.
appointGalaxyBay
),
PersonalModuleItem
(
icon
:
"mine_item_appoint"
,
title
:
"
关于
银河湾"
.
local
,
type
:
.
appointGalaxyBay
),
PersonalModuleItem
(
icon
:
"mine_item_activity"
,
title
:
"我的活动"
.
local
,
type
:
.
myActivity
),
PersonalModuleItem
(
icon
:
"mine_item_about_us"
,
title
:
"关于我们"
.
local
,
type
:
.
aboutUs
)
]
...
...
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