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