update lib/config/qq.js.

Signed-off-by: touchscale <11134128+touchscale_admin@user.noreply.gitee.com>
This commit is contained in:
touchscale 2023-06-28 15:02:08 +00:00 committed by Gitee
parent 01e55eab2f
commit f2449bdedb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -33,10 +33,10 @@ export default async function createQQ () {
message: '请选择登录端口:',
name: 'platform',
default: '6',
choices: ['安卓8.8.88', 'iPad', '安卓手机', '安卓手表', 'MacOS', 'aPad'],
choices: ['Tim', 'iPad', '安卓手机', '安卓手表', 'MacOS', 'aPad'],
filter: (val) => {
switch (val) {
case '安卓8.8.88':return 6
case 'Tim':return 6
case 'iPad':return 5
case 'MacOS':return 4
case '安卓手机':return 1