build: test

This commit is contained in:
手瓜一十雪 2024-07-13 19:37:39 +08:00
parent b187b4695d
commit c0466e943d

View File

@ -217,6 +217,7 @@ export class NTQQUserApi {
if (!uin) {
uin = (await NTQQUserApi.getUserDetailInfo(Uid)).uin; //从QQ Native 转换
}
// if (!uin) {
// uin = (await NTQQFriendApi.getFriends(false)).find((t) => { t.uid == Uid })?.uin; //从QQ Native 缓存转换
// }