Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pangcong Git
wckh
Commits
95c4770b
Commit
95c4770b
authored
May 28, 2025
by
pangcong Git
Browse files
去掉水印、预制H5缓存文件、修改HTTPS端口号
parent
ecb84a4f
Changes
6
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
95c4770b
...
@@ -22,10 +22,21 @@ android {
...
@@ -22,10 +22,21 @@ android {
}
}
}
}
/*signingConfigs {
release {
storeFile file("./citicsf_csp_pad.jks")
storePassword "wckh@2025"
keyAlias "key0"
keyPassword "wckh@2025"
}
}*/
buildTypes
{
buildTypes
{
release
{
release
{
minifyEnabled
false
minifyEnabled
false
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.pro'
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.pro'
// signingConfig signingConfigs.release
}
}
}
}
...
...
app/src/main/assets/metadata/fox_extension_app.xml
View file @
95c4770b
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<plugin
name=
"screen"
class=
"fox.app.plugins.screen.ScreenPlugin"
text=
"屏幕插件"
>
<plugin
name=
"screen"
class=
"fox.app.plugins.screen.ScreenPlugin"
text=
"屏幕插件"
>
</plugin>
</plugin>
<!--白名单插件-->
<!--白名单插件-->
<plugin
name=
"watermark"
class=
"fox.app.plugins.watermark.WaterMarkPlugin"
text=
"水印插件"
onload=
"
tru
e"
>
<plugin
name=
"watermark"
class=
"fox.app.plugins.watermark.WaterMarkPlugin"
text=
"水印插件"
onload=
"
fals
e"
>
<property
key=
"enabled"
type=
"boolean"
>
true
</property>
<property
key=
"enabled"
type=
"boolean"
>
true
</property>
<property
key=
"text"
type=
"string"
>
Fox前端框架
</property>
<property
key=
"text"
type=
"string"
>
Fox前端框架
</property>
<property
key=
"size"
type=
"string"
>
22
</property>
<property
key=
"size"
type=
"string"
>
22
</property>
...
...
app/src/main/assets/version/com.citicsf.csp.pad.sim.zip
0 → 100644
View file @
95c4770b
File added
app/src/main/assets/version/com.citicsf.csp.pad.sit.zip
0 → 100644
View file @
95c4770b
File added
app/src/main/assets/version/com.citicsf.csp.pad.uat.zip
0 → 100644
View file @
95c4770b
File added
core/src/main/java/fox/core/util/http/HttpURLClient.java
View file @
95c4770b
...
@@ -535,7 +535,7 @@ public class HttpURLClient {
...
@@ -535,7 +535,7 @@ public class HttpURLClient {
this
.
socket
=
factory
.
createSocket
();
this
.
socket
=
factory
.
createSocket
();
// 设置SSL端口
// 设置SSL端口
if
(
this
.
port
==
-
1
)
{
if
(
this
.
port
==
-
1
)
{
this
.
port
=
80
;
this
.
port
=
443
;
}
}
}
else
{
}
else
{
sslConnection
=
false
;
sslConnection
=
false
;
...
...
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