import { InstructionsIOSCondition } from './InstructionsIOSCondition'; import { useId } from 'react'; export function InstructionsIOS() { const iosInstructionId = useId(); return ( <>

iOS 设备获取应用私有文件比较麻烦,你需要越狱或使用一台 PC 或 Mac 来对 iOS 设备进行完整备份。

因此,建议换用 PC 或 Mac 重新下载音乐文件然后再尝试解密。

我的 iOS 设备已经越狱{' '}
我的 iOS 设备没有越狱
); }