Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
up ver
Browse files Browse the repository at this point in the history
  • Loading branch information
takayama-lily committed Dec 24, 2020
1 parent bd8d787 commit e33da3d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export interface GroupInfo {
readonly active_member_count: number,
readonly update_time: number, //当前群资料的最后更新时间
}
interface MemberBaseInfo {
export interface MemberBaseInfo {
readonly user_id: number,
readonly nickname: string,
readonly card: string,
Expand Down Expand Up @@ -190,7 +190,7 @@ export type EnableFlag = 1 | 0 | "1" | "0";
* @see https://github.com/howmanybots/onebot/blob/master/v11/specs/message/segment.md
*/
export type MessageElem = TextElem | AtElem | FaceElem | BfaceElem | MfaceElem |
ImgPttElem | LocationElem | MusicElem | ShareElem | JsonElem |XmlElem |
ImgPttElem | LocationElem | MusicElem | ShareElem | JsonElem | XmlElem |
AnonymousElem | ReplyElem | NodeElem | ShakeElem | PokeElem;

export interface TextElem {
Expand Down Expand Up @@ -478,8 +478,8 @@ export interface GroupSettingEventData extends CommonEventData {
enable_confess?: boolean,
}

type FriendNoticeEventData = FriendEventData | FriendRecallEventData | FriendProfileEventData | FriendPokeEventData;
type GroupNoticeEventData = GroupRecallEventData | GroupSettingEventData | GroupTitleEventData | GroupTransferEventData |
export type FriendNoticeEventData = FriendEventData | FriendRecallEventData | FriendProfileEventData | FriendPokeEventData;
export type GroupNoticeEventData = GroupRecallEventData | GroupSettingEventData | GroupTitleEventData | GroupTransferEventData |
GroupMuteEventData | GroupAdminEventData | MemberIncreaseEventData | MemberDecreaseEventData;

export type EventData = CaptchaEventData | DeviceEventData | LoginErrorEventData | OfflineEventData |
Expand Down
2 changes: 1 addition & 1 deletion client.js
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ process.OICQ = {
console.log(`
###########################################################################
# Open Source License: Apache-2.0 #
# Package Version: oicq@${version.version} (Release on ${version.upday})
# Package Version: oicq@${version.version} (Released on ${version.upday})
# View Changelogs:https://github.com/takayama-lily/oicq/releases #
###########################################################################
`);
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oicq",
"version": "1.12.0",
"upday": "2020/12/23",
"version": "1.12.1",
"upday": "2020/12/25",
"description": "QQ protocol!",
"main": "client.js",
"types": "client.d.ts",
Expand Down

0 comments on commit e33da3d

Please sign in to comment.