release: 1.4.0

This commit is contained in:
手瓜一十雪
2024-05-25 19:22:52 +08:00
parent de535fed28
commit a9376beded
5 changed files with 5 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ export class GetCookies extends BaseAction<Payload, Response> {
if (!_PSkey || !_Skey) {
throw new Error('获取Cookies失败');
}
const cookies = `p_skey=${_PSkey}; skey=${_Skey}; p_uin=o${selfInfo.uin}`;
const cookies = `p_skey=${_PSkey}; skey=${_Skey}; p_uin=o${selfInfo.uin}; uin=o${selfInfo.uin}`;
return {
cookies
};

View File

@@ -1 +1 @@
export const version = '1.3.9';
export const version = '1.4.0';