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
759a4807
Commit
759a4807
authored
Dec 28, 2023
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文件移动
parent
4682e320
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
37 additions
and
5 deletions
+37
-5
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+37
-5
YHLoginViewController.swift
...xy/galaxy/Modules/Login(登录)/C/YHLoginViewController.swift
+0
-0
YHLoginPrivacyView.swift
galaxy/galaxy/Modules/Login(登录)/V/YHLoginPrivacyView.swift
+0
-0
YHLoginStyleButton.swift
galaxy/galaxy/Modules/Login(登录)/V/YHLoginStyleButton.swift
+0
-0
YHValidateCodeInputView.swift
.../galaxy/Modules/Login(登录)/V/YHValidateCodeInputView.swift
+0
-0
YHSMSCodeInputView.h
...xy/galaxy/Modules/Login(登录)/V/验证码输入框/YHSMSCodeInputView.h
+0
-0
YHSMSCodeInputView.m
...xy/galaxy/Modules/Login(登录)/V/验证码输入框/YHSMSCodeInputView.m
+0
-0
YHSMSCodeView.h
galaxy/galaxy/Modules/Login(登录)/V/验证码输入框/YHSMSCodeView.h
+0
-0
YHSMSCodeView.m
galaxy/galaxy/Modules/Login(登录)/V/验证码输入框/YHSMSCodeView.m
+0
-0
No files found.
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
759a4807
...
...
@@ -169,11 +169,7 @@
04F526A92B32D3D500FC6CE6
/* V */
=
{
isa
=
PBXGroup
;
children
=
(
04F526C22B3BB94200FC6CE6
/* 验证码输入框 */
,
04F526AE2B32D4B600FC6CE6
/* YHPersonalCenterCell.swift */
,
04F526C02B3A657000FC6CE6
/* YHValidateCodeInputView.swift */
,
04FAC5502B3ABA5000D24B36
/* YHLoginStyleButton.swift */
,
04FAC5522B3AC6F200D24B36
/* YHLoginPrivacyView.swift */
,
);
path
=
V
;
sourceTree
=
"<group>"
;
...
...
@@ -200,6 +196,7 @@
04FAC53B2B32B8F100D24B36
/* Modules */
=
{
isa
=
PBXGroup
;
children
=
(
A5009DD32B3D717300168BB1
/* Login(登录) */
,
04FAC53C2B32B90E00D24B36
/* IntelligentService(智慧服务) */
,
04FAC53D2B32B91700D24B36
/* Mine(我的) */
,
);
...
...
@@ -231,7 +228,6 @@
isa
=
PBXGroup
;
children
=
(
04FAC5442B32BA7000D24B36
/* YHMyViewController.swift */
,
04FAC54E2B3AA6EC00D24B36
/* YHLoginViewController.swift */
,
);
path
=
C
;
sourceTree
=
"<group>"
;
...
...
@@ -269,6 +265,42 @@
name
=
Frameworks
;
sourceTree
=
"<group>"
;
};
A5009DD32B3D717300168BB1
/* Login(登录) */
=
{
isa
=
PBXGroup
;
children
=
(
A5009DD62B3D71A300168BB1
/* C */
,
A5009DD52B3D719B00168BB1
/* V */
,
A5009DD42B3D719000168BB1
/* M */
,
);
path
=
"Login(登录)"
;
sourceTree
=
"<group>"
;
};
A5009DD42B3D719000168BB1
/* M */
=
{
isa
=
PBXGroup
;
children
=
(
);
path
=
M
;
sourceTree
=
"<group>"
;
};
A5009DD52B3D719B00168BB1
/* V */
=
{
isa
=
PBXGroup
;
children
=
(
04F526C02B3A657000FC6CE6
/* YHValidateCodeInputView.swift */
,
04FAC5502B3ABA5000D24B36
/* YHLoginStyleButton.swift */
,
04FAC5522B3AC6F200D24B36
/* YHLoginPrivacyView.swift */
,
04F526C22B3BB94200FC6CE6
/* 验证码输入框 */
,
);
path
=
V
;
sourceTree
=
"<group>"
;
};
A5009DD62B3D71A300168BB1
/* C */
=
{
isa
=
PBXGroup
;
children
=
(
04FAC54E2B3AA6EC00D24B36
/* YHLoginViewController.swift */
,
);
path
=
C
;
sourceTree
=
"<group>"
;
};
A52DEEA62B330A1F006618D6
/* Classes */
=
{
isa
=
PBXGroup
;
children
=
(
...
...
galaxy/galaxy/Modules/
Mine(我的)
/C/YHLoginViewController.swift
→
galaxy/galaxy/Modules/
Login(登录)
/C/YHLoginViewController.swift
View file @
759a4807
File moved
galaxy/galaxy/Modules/
Mine(我的)
/V/YHLoginPrivacyView.swift
→
galaxy/galaxy/Modules/
Login(登录)
/V/YHLoginPrivacyView.swift
View file @
759a4807
File moved
galaxy/galaxy/Modules/
Mine(我的)
/V/YHLoginStyleButton.swift
→
galaxy/galaxy/Modules/
Login(登录)
/V/YHLoginStyleButton.swift
View file @
759a4807
File moved
galaxy/galaxy/Modules/
Mine(我的)
/V/YHValidateCodeInputView.swift
→
galaxy/galaxy/Modules/
Login(登录)
/V/YHValidateCodeInputView.swift
View file @
759a4807
File moved
galaxy/galaxy/Modules/
Mine(我的)
/V/验证码输入框/YHSMSCodeInputView.h
→
galaxy/galaxy/Modules/
Login(登录)
/V/验证码输入框/YHSMSCodeInputView.h
View file @
759a4807
File moved
galaxy/galaxy/Modules/
Mine(我的)
/V/验证码输入框/YHSMSCodeInputView.m
→
galaxy/galaxy/Modules/
Login(登录)
/V/验证码输入框/YHSMSCodeInputView.m
View file @
759a4807
File moved
galaxy/galaxy/Modules/
Mine(我的)
/V/验证码输入框/YHSMSCodeView.h
→
galaxy/galaxy/Modules/
Login(登录)
/V/验证码输入框/YHSMSCodeView.h
View file @
759a4807
File moved
galaxy/galaxy/Modules/
Mine(我的)
/V/验证码输入框/YHSMSCodeView.m
→
galaxy/galaxy/Modules/
Login(登录)
/V/验证码输入框/YHSMSCodeView.m
View file @
759a4807
File moved
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