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
8c6f4c5c
Commit
8c6f4c5c
authored
Dec 26, 2024
by
DavidHuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一处代码优化
parent
82893b8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
YHShareManager.swift
galaxy/galaxy/Classes/Tools/Analytics/YHShareManager.swift
+1
-1
YhConstant.swift
galaxy/galaxy/Classes/Tools/Helper/YhConstant.swift
+1
-0
No files found.
galaxy/galaxy/Classes/Tools/Analytics/YHShareManager.swift
View file @
8c6f4c5c
...
...
@@ -284,7 +284,7 @@ extension YHShareManager {
let
components
=
AGCAppLinkingComponents
()
//通过urlPrefix属性设置为申请链接前缀中的链接前缀
components
.
uriPrefix
=
"https://yinheapp.drcn.agconnect.link"
components
.
uriPrefix
=
YhConstant
.
DeepLink
.
urlPreUrlFix
//通过deepLink属性设置深度链接地址
var
linkUrl
=
YhConstant
.
DeepLink
.
url
+
"?"
+
"type=
\(
type
)
"
...
...
galaxy/galaxy/Classes/Tools/Helper/YhConstant.swift
View file @
8c6f4c5c
...
...
@@ -227,6 +227,7 @@ extension YhConstant {
//DeepLink 常量
struct
DeepLink
{
static
let
urlPreUrlFix
=
"https://yinheapp.drcn.agconnect.link"
static
let
url
=
"yinheapp://hkdiy-h5.galaxy-immi.com/galaxyapp"
static
let
compareUrl
=
"yinheapp://hkdiy-h5.galaxy-immi.com/galaxyapp?type="
...
...
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