// Author: fengshengxiong // Date: 2024/5/7 // Description: 路由配置 class AppRoutes { AppRoutes._(); // static const splash = '/'; static const initial = '/'; // static const initial = '/initial'; static const uploadMethod = '/upload_method'; static const recordSound = '/record_sound'; static const changeVoice = '/change_voice'; static const playSound = '/play_sound'; static const about = '/about'; static const privacy = '/privacy'; static const terms = '/terms'; }