mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
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
This commit is contained in:
4
src/nwebui/Readme.md
Normal file
4
src/nwebui/Readme.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# NewWebui
|
||||
基于Vue3实现的现代化轻量化NapCat管理面板
|
||||
## 进度
|
||||
画饼
|
||||
@@ -4,7 +4,6 @@ import CanSendRecord from './CanSendRecord';
|
||||
interface ReturnType {
|
||||
yes: boolean;
|
||||
}
|
||||
|
||||
export default class CanSendImage extends CanSendRecord {
|
||||
actionName = ActionName.CanSendImage;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user