# electron-lincx **Repository Path**: lcx12901/electron-lincx ## Basic Information - **Project Name**: electron-lincx - **Description**: 基于electron-vue的桌面音乐软件 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-09-11 - **Last Updated**: 2021-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: Electron, Vue ## README # electron-lincx ## electron + vue3 + vue-router + vuex + elementui + NeteaseCloudMusicApi > #### **支持网易云音乐和QQ音乐同时登陆** ```json // 数据库存储字段注明 { name: 'netease', // 用户登录的类型: netease or qq profile: '', // 用户信息 cookie: '' // netease是cookie,qq还不知道 } ```