refactor: move decrypt command to its own file; added version command

This commit is contained in:
鲁树人
2023-05-15 00:09:26 +01:00
parent b99590908e
commit cf3324e833
4 changed files with 58 additions and 47 deletions

View File

@@ -1,5 +1,6 @@
export enum DECRYPTION_WORKER_ACTION_NAME {
DECRYPT = 'DECRYPT',
VERSION = 'VERSION',
}
export interface DecryptionResult {