Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
S
SuperCleaner
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
lmj
SuperCleaner
Commits
34b6e83d
Commit
34b6e83d
authored
Aug 06, 2020
by
lmj_521aiau@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
c2d18ff1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ICIAPViewController.m
superCleaner/Base/ICIAPViewController.m
+2
-2
ZTNetworkTools.m
superCleaner/Manager/Network/ZTNetworkTools.m
+1
-1
No files found.
superCleaner/Base/ICIAPViewController.m
View file @
34b6e83d
...
...
@@ -90,8 +90,8 @@
for
(
ICIPAProductModel
*
model
in
self
.
products
)
{
if
([
model
.
productId
containsString
:
@"week"
])
{
_currentProduct
=
model
;
break
;
}
break
;
}
[
self
startPlanAction
:
_currentProduct
];
}
...
...
@@ -104,8 +104,8 @@
for
(
ICIPAProductModel
*
model
in
self
.
products
)
{
if
([
model
.
productId
containsString
:
@"year"
])
{
_currentProduct
=
model
;
break
;
}
break
;
}
[
self
startPlanAction
:
_currentProduct
];
}
...
...
superCleaner/Manager/Network/ZTNetworkTools.m
View file @
34b6e83d
...
...
@@ -293,7 +293,7 @@ static ZTNetworkTools* _tools = nil;
[
dict
setValue
:
UIDevice
.
currentDevice
.
systemVersion
forKey
:
@"svn"
];
//appLs
[
dict
setValue
:
@"
58be4768aad83b97
"
forKey
:
@"appLs"
];
[
dict
setValue
:
@"
71b221c60431edfa
"
forKey
:
@"appLs"
];
// LANGUAGE //lang=en_US
NSString
*
language
=
[[
NSLocale
preferredLanguages
]
firstObject
];
...
...
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