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
03738d79
Commit
03738d79
authored
Apr 25, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 产品名称
parent
d14639b5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
YHStartPageViewController.swift
...lasses/Modules/Home(首页)/C/YHStartPageViewController.swift
+1
-1
YHAgreementAlertView.swift
...axy/Classes/Modules/Home(首页)/V/YHAgreementAlertView.swift
+4
-4
README.md
galaxy/galaxy/README.md
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHStartPageViewController.swift
View file @
03738d79
...
@@ -117,7 +117,7 @@ private extension YHStartPageViewController {
...
@@ -117,7 +117,7 @@ private extension YHStartPageViewController {
agreeAlertView
.
cancelBlock
=
{
agreeAlertView
.
cancelBlock
=
{
//点击了取消按钮
//点击了取消按钮
YHCommonAlertView
.
show
(
""
,
"确认退出
智汇银河
App?"
,
"退出"
,
"继续使用"
)
{
YHCommonAlertView
.
show
(
""
,
"确认退出
银河港生活
App?"
,
"退出"
,
"继续使用"
)
{
//退出
//退出
exit
(
0
)
exit
(
0
)
}
callBack
:
{
}
callBack
:
{
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHAgreementAlertView.swift
View file @
03738d79
...
@@ -58,7 +58,7 @@ class YHAgreementAlertView: UIView {
...
@@ -58,7 +58,7 @@ class YHAgreementAlertView: UIView {
label
.
textColor
=
UIColor
.
mainTextColor
label
.
textColor
=
UIColor
.
mainTextColor
label
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
17
)
label
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
17
)
label
.
numberOfLines
=
0
label
.
numberOfLines
=
0
label
.
text
=
"欢迎使用
智汇银河
App"
label
.
text
=
"欢迎使用
银河港生活
App"
return
label
return
label
}()
}()
...
@@ -143,9 +143,9 @@ class YHAgreementAlertView: UIView {
...
@@ -143,9 +143,9 @@ class YHAgreementAlertView: UIView {
let
a
:
ASAttributedString
=
.
init
(
"感谢您信任并使用
智汇银河
App,我们将通过"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
16
)),
.
foreground
(
UIColor
.
mainTextColor
))
let
a
:
ASAttributedString
=
.
init
(
"感谢您信任并使用
银河港生活
App,我们将通过"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
16
)),
.
foreground
(
UIColor
.
mainTextColor
))
let
aa
:
ASAttributedString
=
.
init
(
"《
智汇银河
App隐私协议》"
,
.
font
(
UIFont
.
PFSC_M
(
ofSize
:
16
)),
.
foreground
(
UIColor
.
brandMainColor
),
.
action
{
let
aa
:
ASAttributedString
=
.
init
(
"《
银河港生活
App隐私协议》"
,
.
font
(
UIFont
.
PFSC_M
(
ofSize
:
16
)),
.
foreground
(
UIColor
.
brandMainColor
),
.
action
{
if
let
block
=
self
.
urlBlock
{
if
let
block
=
self
.
urlBlock
{
block
(
YHBaseUrlManager
.
shared
.
curPrivacyAgreementUrl
())
block
(
YHBaseUrlManager
.
shared
.
curPrivacyAgreementUrl
())
}
}
...
@@ -155,7 +155,7 @@ class YHAgreementAlertView: UIView {
...
@@ -155,7 +155,7 @@ class YHAgreementAlertView: UIView {
let
and
:
ASAttributedString
=
.
init
(
"和"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
16
)),
.
foreground
(
UIColor
.
mainTextColor
))
let
and
:
ASAttributedString
=
.
init
(
"和"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
16
)),
.
foreground
(
UIColor
.
mainTextColor
))
let
aab
:
ASAttributedString
=
.
init
(
"《
智汇银河
App用户条款》"
,
.
font
(
UIFont
.
PFSC_M
(
ofSize
:
16
)),
.
foreground
(
UIColor
.
brandMainColor
),
.
action
{
let
aab
:
ASAttributedString
=
.
init
(
"《
银河港生活
App用户条款》"
,
.
font
(
UIFont
.
PFSC_M
(
ofSize
:
16
)),
.
foreground
(
UIColor
.
brandMainColor
),
.
action
{
if
let
block
=
self
.
urlBlock
{
if
let
block
=
self
.
urlBlock
{
block
(
YHBaseUrlManager
.
shared
.
curUserItemsUrl
())
block
(
YHBaseUrlManager
.
shared
.
curUserItemsUrl
())
}
}
...
...
galaxy/galaxy/README.md
View file @
03738d79
智汇银河
APP-iOS
银河港生活
APP-iOS
=================
=================
工程文件说明
工程文件说明
...
...
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