Add NONE PasteServiceType

This commit is contained in:
benwoo1110 2020-12-20 00:19:54 +08:00
parent 23241572df
commit 52c210f755

View File

@ -22,5 +22,9 @@ public enum PasteServiceType {
/**
* @see GitHubPasteService
*/
GITHUB
GITHUB,
/**
* Do not use any paste service.
*/
NONE
}