Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
S
Super File Manager
Project
Project
Details
Activity
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
Super File Manager
Commits
cf5195b1
Commit
cf5195b1
authored
May 31, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
替换域名和秘钥
parent
f219ed5e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
AESHelper.kt
...rc/main/java/com/base/superfilemanager/helps/AESHelper.kt
+1
-1
ConfigHelper.kt
...main/java/com/base/superfilemanager/helps/ConfigHelper.kt
+3
-3
No files found.
app/src/main/java/com/base/superfilemanager/helps/AESHelper.kt
View file @
cf5195b1
...
@@ -8,7 +8,7 @@ import javax.crypto.spec.SecretKeySpec
...
@@ -8,7 +8,7 @@ import javax.crypto.spec.SecretKeySpec
object
AESHelper
{
object
AESHelper
{
private
const
val
aesKey
=
"
nbutdub5lsfdkitt
"
private
const
val
aesKey
=
"
bgp8skv94x8r420k
"
private
val
cipher
by
lazy
{
private
val
cipher
by
lazy
{
Cipher
.
getInstance
(
"AES/GCM/NoPadding"
)
Cipher
.
getInstance
(
"AES/GCM/NoPadding"
)
...
...
app/src/main/java/com/base/superfilemanager/helps/ConfigHelper.kt
View file @
cf5195b1
...
@@ -12,8 +12,8 @@ object ConfigHelper {
...
@@ -12,8 +12,8 @@ object ConfigHelper {
// 域名
// 域名
const
val
eventUrl
=
"https://rp.
cansole764cansole
.xyz"
const
val
eventUrl
=
"https://rp.
denisjodion560
.xyz"
const
val
apiUrl
=
"https://api.
cansole764cansole
.xyz"
const
val
apiUrl
=
"https://api.
denisjodion560
.xyz"
// admob广告id
// admob广告id
const
val
openAdmobId
=
"/6499/example/app-open"
const
val
openAdmobId
=
"/6499/example/app-open"
...
@@ -21,7 +21,7 @@ object ConfigHelper {
...
@@ -21,7 +21,7 @@ object ConfigHelper {
const
val
nativeAdmobId
=
"ca-app-pub-3940256099942544/2247696110"
const
val
nativeAdmobId
=
"ca-app-pub-3940256099942544/2247696110"
// 正式包名
// 正式包名
const
val
packageName
=
"com.kk
.cleanmaster.file.cleanmaster.master
"
const
val
packageName
=
"com.kk
tq.superfilemanager.cba
"
val
noLoadingActivities
=
listOf
(
val
noLoadingActivities
=
listOf
(
"full"
,
// 过滤全屏广告
"full"
,
// 过滤全屏广告
...
...
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