Commit Graph

26 Commits

Author SHA1 Message Date
手瓜一十雪
5dc0e0693a refactor: flag handle&onebot标准化 2024-12-05 14:17:09 +08:00
手瓜一十雪
5785852f97 Refactor: 更新群组通知处理逻辑,优化数据结构和异步处理 2024-12-04 21:59:53 +08:00
手瓜一十雪
5ca0b0985c fix: #592 2024-12-03 21:50:12 +08:00
手瓜一十雪
fb3370ccf9 refactor: type-check (#586)
* refactor: type-check

* fix: default

* refactor: type-check
2024-12-01 12:41:51 +08:00
手瓜一十雪
4dfc72a355 refactor: 项目结构 2024-11-21 11:52:50 +08:00
手瓜一十雪
3254f3fea0 rename: 使用@搜寻 2024-11-21 11:16:25 +08:00
手瓜一十雪
fa6a8816f8 refactor: Action 2024-11-19 12:49:51 +08:00
手瓜一十雪
3067b1998d feat: 标准化凭据获取 2024-10-22 11:04:28 +08:00
手瓜一十雪
346a2a2054 release: 2.4.3 2024-09-09 21:37:22 +08:00
Seijo Cecilia
b5dd839996 refactor: remove helper directory in onebot 2024-08-28 15:09:17 +08:00
Wesley F. Young
e85f0835e9 refactor: move version info into version.ts 2024-08-27 10:30:38 +08:00
Wesley F. Young
e3f6881af9 refactor: move all utility files to /common 2024-08-27 10:18:31 +08:00
Seijo Cecilia
7671174a96 chore: reformat code style 2024-08-26 14:58:04 +08:00
Seijo Cecilia
9ea5c413d3 update: optimize entity factory (formerly converter.ts) 2024-08-26 14:36:10 +08:00
Wesley F. Young
04fb771f42 refactor: rename all coreContext -> core 2024-08-26 09:19:50 +08:00
手瓜一十雪
419c0f87d1 chore: 解耦 2024-08-22 14:05:01 +08:00
手瓜一十雪
d91d03a8f3 fix: 提高兼容性 2024-08-20 20:26:49 +08:00
Wesley F. Young
b71de4b489 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	.env.production
#	README.md
#	package.json
#	src/common/utils/QQBasicInfo.ts
#	src/core/src/apis/group.ts
#	src/core/src/apis/msg.ts
#	src/core/src/data.ts
#	src/core/src/services/NodeIKernelMsgService.ts
#	src/onebot/action/types.ts
#	src/onebot11/action/extends/CreateCollection.ts
#	src/onebot11/action/extends/Debug.ts
#	src/onebot11/action/extends/FetchEmojioLike.ts
#	src/onebot11/action/extends/GetCollectionList.ts
#	src/onebot11/action/extends/GetRobotUinRange.ts
#	src/onebot11/action/extends/OCRImage.ts
#	src/onebot11/action/extends/SetGroupHeader.ts
#	src/onebot11/action/extends/SetLongNick.ts
#	src/onebot11/action/extends/SetOnlineStatus.ts
#	src/onebot11/action/extends/SetQQAvatar.ts
#	src/onebot11/action/extends/TestApi01.ts
#	src/onebot11/action/extends/TranslateEnWordToZn.ts
#	src/onebot11/action/file/DelGroupFile.ts
#	src/onebot11/action/file/GetFile.ts
#	src/onebot11/action/go-cqhttp/GetForwardMsg.ts
#	src/onebot11/action/go-cqhttp/GetFriendMsgHistory.ts
#	src/onebot11/action/go-cqhttp/GetGroupHonorInfo.ts
#	src/onebot11/action/go-cqhttp/GetStrangerInfo.ts
#	src/onebot11/action/go-cqhttp/SendGroupNotice.ts
#	src/onebot11/action/go-cqhttp/UploadGroupFile.ts
#	src/onebot11/action/go-cqhttp/UploadPrivareFile.ts
#	src/onebot11/action/group/GetGroupEssence.ts
#	src/onebot11/action/group/GetGroupList.ts
#	src/onebot11/action/group/SetEssenceMsg.ts
#	src/onebot11/action/group/SetGroupAddRequest.ts
#	src/onebot11/action/group/SetGroupBan.ts
#	src/onebot11/action/group/SetGroupKick.ts
#	src/onebot11/action/index.ts
#	src/onebot11/action/msg/DeleteMsg.ts
#	src/onebot11/action/msg/ForwardSingleMsg.ts
#	src/onebot11/action/msg/GetMsg.ts
#	src/onebot11/action/msg/SendMsg/create-send-elements.ts
#	src/onebot11/action/msg/SendMsg/handle-forward-node.ts
#	src/onebot11/action/msg/SendMsg/index.ts
#	src/onebot11/action/msg/SendPrivateMsg.ts
#	src/onebot11/action/msg/SetMsgEmojiLike.ts
#	src/onebot11/action/system/GetLoginInfo.ts
#	src/onebot11/action/user/GetFriendList.ts
#	src/onebot11/action/user/SendLike.ts
#	src/onebot11/config.ts
#	src/onebot11/constructor.ts
#	src/onebot11/event/notice/OB11GroupAdminNoticeEvent.ts
#	src/onebot11/event/notice/OB11InputStatusEvent.ts
#	src/onebot11/log.ts
#	src/onebot11/main.ts
#	src/onebot11/version.ts
#	src/webui/ui/NapCat.ts
2024-08-11 22:37:16 +08:00
Wesley F. Young
bde27518c8 fix: method signature of _handle 2024-08-10 22:22:52 +08:00
Wesley F. Young
116a04e081 chore: run a full eslint 2024-08-10 19:58:31 +08:00
Wesley F. Young
af01a073ef chore: run eslint --fix in onebot module 2024-08-09 20:35:03 +08:00
手瓜一十雪
6dbc5fc5a0 chore: gocq接口完成 2024-08-09 17:27:44 +08:00
手瓜一十雪
0a3038ad79 chore: version Api 2024-08-09 16:35:28 +08:00
手瓜一十雪
dbe907b450 chore 2024-08-09 16:30:54 +08:00
手瓜一十雪
5e79994ec2 chore: OBAPI 2024-08-09 16:22:35 +08:00
手瓜一十雪
086a6ad2cd chore: OneBotApi 2024-08-09 15:44:45 +08:00