update lib/config/qq.js.
Signed-off-by: touchscale <11134128+touchscale_admin@user.noreply.gitee.com>
This commit is contained in:
parent
01e55eab2f
commit
f2449bdedb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue