mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 11:33:02 +00:00
chore: make note of qmcv1 factory
This commit is contained in:
@@ -11,6 +11,8 @@ onmessage = bus.onmessage;
|
||||
const decryptorFactories: CryptoFactory[] = [
|
||||
// Xiami (*.xm)
|
||||
() => new XiamiCrypto(),
|
||||
|
||||
// QMCv1 (*.qmcflac)
|
||||
() => new QMC1Crypto(),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user