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
d7625505
Commit
d7625505
authored
Aug 20, 2025
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跨境支付新增jS桥
parent
eb98cc51
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
3 deletions
+15
-3
Fastfile
galaxy/fastlane/Fastfile
+2
-1
YHJsApi.swift
...galaxy/Classes/Modules/InteractionH5(与H5交互)/YHJsApi.swift
+8
-0
Info.plist
galaxy/galaxy/Res/Info.plist
+5
-2
No files found.
galaxy/fastlane/Fastfile
View file @
d7625505
...
...
@@ -45,10 +45,11 @@ platform :ios do
GZL = "GZL"
xq = "xq"
webFix = "develop_bugfix_web"
kjzf = "kjzf"
#打包正使用的分支
myPack_branch =
xq
myPack_branch =
kjzf
# 打adhoc包 执行命令 fastlane galaxyTest
...
...
galaxy/galaxy/Classes/Modules/InteractionH5(与H5交互)/YHJsApi.swift
View file @
d7625505
...
...
@@ -18,6 +18,14 @@ class YHJsApi: NSObject {
}
extension
YHJsApi
{
// 37、查看是否安装了某个应用
@objc
func
isSomeAppInstalled
(
_
tag
:
String
,
handler
:
@escaping
(
String
)
->
Void
)
{
if
let
url
=
URL
(
string
:
tag
),
UIApplication
.
shared
.
canOpenURL
(
url
)
{
handler
(
"1"
)
}
else
{
handler
(
"0"
)
}
}
// 32、 H5跳转App智能体会话页面
@objc
func
goAgentChatPage
(
_
dicData
:
String
)
{
...
...
galaxy/galaxy/Res/Info.plist
View file @
d7625505
...
...
@@ -2,8 +2,6 @@
<
!
D
O
C
TYP
E
plist
PU
B
LI
C
"-//
A
ppl
e
//
D
T
D
PLIST
1
.
0
//
E
N"
"http://www.
a
ppl
e
.
c
om/
D
T
D
s/Prop
e
rtyList-
1
.
0
.
d
t
d
"
>
<
plist
v
e
rsion="
1
.
0
"
>
<
d
i
c
t
>
<
k
e
y
>
UIViewControllerBasedStatusBarAppearance
<
/k
e
y
>
<
tru
e
/
>
<
k
e
y
>
CFBundleDocumentTypes
<
/k
e
y
>
<
a
rr
a
y
>
<
d
i
c
t
>
...
...
@@ -106,6 +104,9 @@
<
/
a
rr
a
y
>
<
k
e
y
>
LSApplicationQueriesSchemes
<
/k
e
y
>
<
a
rr
a
y
>
<
string
>
alipay
<
/string
>
<
string
>
alipayconnect
<
/string
>
<
string
>
alipayhk
<
/string
>
<
string
>
weixin
<
/string
>
<
string
>
weixinULAPI
<
/string
>
<
string
>
weixinURLParamsAPI
<
/string
>
...
...
@@ -136,6 +137,8 @@
<
k
e
y
>
UIImageName
<
/k
e
y
>
<
string
>
AppIcon
<
/string
>
<
/
d
i
c
t
>
<
k
e
y
>
UIViewControllerBasedStatusBarAppearance
<
/k
e
y
>
<
tru
e
/
>
<
k
e
y
>
agc_applinking_not_read_pasteboard
<
/k
e
y
>
<
fa
ls
e
/
>
<
/
d
i
c
t
>
...
...
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