feat: ui improvement, working audio preview

This commit is contained in:
鲁树人
2023-05-14 23:47:56 +01:00
parent 8ab267019c
commit b99590908e
4 changed files with 119 additions and 63 deletions

View File

@@ -4,4 +4,5 @@ export enum DECRYPTION_WORKER_ACTION_NAME {
export interface DecryptionResult {
decrypted: string; // blob uri
ext: string;
}