Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
WXDownloadingKit
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanggang
WXDownloadingKit
Commits
c5571a43
Commit
c5571a43
authored
Apr 02, 2020
by
wanggang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下载时长
parent
ad6e557b
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
project.pbxproj
Pods/Pods.xcodeproj/project.pbxproj
+0
-0
UserInterfaceState.xcuserstate
...ata/davinci.pi.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
CODownloadModel.m
WXDownloadingKit/Downloading/Model/CODownloadModel.m
+5
-0
WXCOMacros.h
WXDownloadingKit/Downloading/Other/WXCOMacros.h
+7
-3
No files found.
Pods/Pods.xcodeproj/project.pbxproj
View file @
c5571a43
This diff is collapsed.
Click to expand it.
WXDownloadingKit.xcworkspace/xcuserdata/davinci.pi.xcuserdatad/UserInterfaceState.xcuserstate
View file @
c5571a43
No preview for this file type
WXDownloadingKit/Downloading/Model/CODownloadModel.m
View file @
c5571a43
...
...
@@ -139,6 +139,11 @@ static NSString * const downloadModelCacheName = @"downloadModel";
if
(
self
.
lesson_type
!=
COLessonTypeVideo
)
{
return
@""
;
}
if
(
WXCOStringIsEmpty
(
self
.
video_length
))
{
return
@""
;
}
return
[
NSString
stringWithFormat
:
@"时长:%@"
,
self
.
video_length
];
}
...
...
WXDownloadingKit/Downloading/Other/WXCOMacros.h
View file @
c5571a43
...
...
@@ -83,10 +83,14 @@ typedef NS_ENUM(NSUInteger, COLiveType) {
/// PDF文档的类型
typedef
NS_ENUM
(
NSUInteger
,
COPdfType
)
{
/// 讲义类型的PDF
/// 讲义类型的
PDF
COPdfTypeHandouts
,
/// 试卷类型的PDF
COPdfTypePaper
/// 试卷类型的 PDF
COPdfTypePaper
,
/// 练习类型的 PDF
COPdfTypeExercise
};
...
...
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