faet: add support of xmly android (#1)

This commit is contained in:
鲁树人
2023-05-21 23:38:50 +01:00
parent f7353ef4cb
commit 63fff9be3a
3 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
export interface XimalayaAndroidKey {
contentKey: string;
init: number;
step: number;
}
export const XimalayaX2MKey: XimalayaAndroidKey = {
contentKey: 'xmly',
init: 0.615243,
step: 3.837465,
};
export const XimalayaX3MKey: XimalayaAndroidKey = {
contentKey: '3989d111aad5613940f4fc44b639b292',
init: 0.726354,
step: 3.948576,
};