Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_fiveworld
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_fiveworld
Commits
3c1a1df5
Commit
3c1a1df5
authored
Dec 07, 2021
by
mengcuiguang2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
d024a5a9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
compile-file-map.properties
...emental/packageDebugResources/compile-file-map.properties
+1
-1
WifiDataManager.kt
.../java/com/mints/fiveworld/manager/wifi/WifiDataManager.kt
+9
-0
No files found.
animlibrary/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
View file @
3c1a1df5
#Tue
Nov 23 16:30:0
8 CST 2021
#Tue
Dec 07 17:44:3
8 CST 2021
app/src/main/java/com/mints/fiveworld/manager/wifi/WifiDataManager.kt
View file @
3c1a1df5
...
...
@@ -1956,4 +1956,13 @@ object WifiDataManager {
* 获取本地定时展示时间间隔
*/
fun
getHomeTimeInterval
()
=
sp
.
getInt
(
LOCAL_HOME_TIME_INTERVAL
,
10
)
// 上次W测分分值
const
val
LAST_SCORE
=
"LAST_SCORE"
fun
getFakeLastScore
()
=
sp
.
getString
(
LAST_SCORE
,
""
)
fun
setFakeLastScore
(
value
:
String
)
{
sp
.
put
(
LAST_SCORE
,
value
)
}
}
\ No newline at end of file
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