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, };