-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #285 from caorushizi/feature
Feature
- Loading branch information
Showing
17 changed files
with
257 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
export const CHANGE_PAGE = "CHANGE_PAGE"; | ||
export const CLICK_DOWNLOAD = "CLICK_DOWNLOAD"; | ||
export const PAGE_LOAD = "PAGE_LOAD"; | ||
export const ADD_TO_LIST = "ADD_TO_LIST"; | ||
export const DOWNLOAD_NOW = "DOWNLOAD_NOW"; | ||
export const DOWNLOAD_SUCCESS = "DOWNLOAD_SUCCESS"; | ||
export const DOWNLOAD_FAIL = "DOWNLOAD_FAIL"; | ||
export const EDIT_DOWNLOAD = "EDIT_DOWNLOAD"; | ||
export const STOP_DOWNLOAD = "STOP_DOWNLOAD"; | ||
export const PLAY_VIDEO = "PLAY_VIDEO"; | ||
export const RESTART_DOWNLOAD = "RESTART_DOWNLOAD"; | ||
export const CONTINUE_DOWNLOAD = "CONTINUE_DOWNLOAD"; | ||
|
||
export const ADD_CONVERT_TASK = "ADD_CONVERT_TASK"; | ||
export const START_CONVERT = "START_CONVERT"; | ||
export const DELETE_CONVERT = "DELETE_CONVERT"; | ||
|
||
export const ADD_FAVORITE = "ADD_FAVORITE"; | ||
export const OPEN_FAVORITE = "OPEN_FAVORITE"; | ||
export const OPEN_URL = "OPEN_URL"; | ||
export const CHECK_UPDATE = "CHECK_UPDATE"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.