Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
Out
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
xjl
Out
Commits
724cc654
Commit
724cc654
authored
Jan 04, 2024
by
shenpc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改默认数据
parent
1e39f373
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
AdDataManager.java
app/src/main/java/com/zl/sdk/ad/AdDataManager.java
+4
-4
No files found.
app/src/main/java/com/zl/sdk/ad/AdDataManager.java
View file @
724cc654
...
@@ -101,10 +101,10 @@ public class AdDataManager {
...
@@ -101,10 +101,10 @@ public class AdDataManager {
adData
.
cpAdslot
=
PROP
.
isTest
()
?
"b6509805ed0208"
:
"b657019e06896e"
;
//cp:b6509805ed0208 native:b1f5eocpkk4f3f release cp:b1f5i60t92g4gq
adData
.
cpAdslot
=
PROP
.
isTest
()
?
"b6509805ed0208"
:
"b657019e06896e"
;
//cp:b6509805ed0208 native:b1f5eocpkk4f3f release cp:b1f5i60t92g4gq
adData
.
showCount
=
30
;
adData
.
showCount
=
30
;
adData
.
showTimes
=
30
;
adData
.
showTimes
=
30
;
adData
.
interval
=
10
*
60
;
//30分钟 未隐藏icon
adData
.
interval
=
8
*
60
;
//30分钟 未隐藏icon
adData
.
intervalHide
=
10
*
60
;
//10分钟 隐藏icon
adData
.
intervalHide
=
5
*
60
;
//10分钟 隐藏icon
adData
.
showTimesHideForAdId
=
4
0
;
adData
.
showTimesHideForAdId
=
6
0
;
adData
.
showTimeHide
=
4
0
;
adData
.
showTimeHide
=
6
0
;
LogUtil
.
d
(
TAG
,
"getAdData adData(test) ="
+
adData
);
LogUtil
.
d
(
TAG
,
"getAdData adData(test) ="
+
adData
);
}
else
{
}
else
{
LogUtil
.
d
(
TAG
,
"getAdData adData(release) ="
+
adData
);
LogUtil
.
d
(
TAG
,
"getAdData adData(release) ="
+
adData
);
...
...
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