Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_highgold_pro
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
android
android_highgold_pro
Commits
9e2ba768
Commit
9e2ba768
authored
Mar 15, 2021
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
f3bf8c48
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
12 deletions
+5
-12
AppConfig.java
app/src/main/java/com/mints/goldspace/common/AppConfig.java
+3
-6
DrawcashActivity.kt
...java/com/mints/goldspace/ui/activitys/DrawcashActivity.kt
+0
-4
local.properties
local.properties
+2
-2
No files found.
app/src/main/java/com/mints/goldspace/common/AppConfig.java
View file @
9e2ba768
...
...
@@ -75,10 +75,7 @@ public class AppConfig {
/**
* wnVideo 剩余广告播放数
*/
public
static
int
wnVideoAdCount
=
5
;
/**
* flVideo 剩余广告播放数
*/
public
static
int
wnVideoAdCount
=
0
;
/**
* csjFull 剩余广告播放数
*/
...
...
@@ -90,11 +87,11 @@ public class AppConfig {
/**
* shVideo 剩余广告播放数
*/
public
static
int
shVideoAdCount
=
5
;
public
static
int
shVideoAdCount
=
0
;
/**
* ksVideo 剩余广告播放数
*/
public
static
int
ksVideoAdCount
=
5
;
public
static
int
ksVideoAdCount
=
0
;
/**
* 高额试玩任务标识
...
...
app/src/main/java/com/mints/goldspace/ui/activitys/DrawcashActivity.kt
View file @
9e2ba768
...
...
@@ -316,11 +316,7 @@ class DrawcashActivity : BaseActivity(),
// 广告视频数
AppConfig
.
csjVideoAdCount
=
10
AppConfig
.
ylhAdCount
=
10
AppConfig
.
wnVideoAdCount
=
10
AppConfig
.
flVideoAdCount
=
10
AppConfig
.
shVideoAdCount
=
10
AppConfig
.
csjFullVedioAdCount
=
10
AppConfig
.
ksVideoAdCount
=
10
}
/**
...
...
local.properties
View file @
9e2ba768
...
...
@@ -4,5 +4,5 @@
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#
Wed Mar 10 19:20:57
CST 2021
sdk.dir
=
/Users/
Hello
/Library/Android/sdk
#
Mon Mar 15 17:59:26
CST 2021
sdk.dir
=
/Users/
mcg
/Library/Android/sdk
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