Merge pull request #366 from LLOneBot/dev

3.30.4
This commit is contained in:
idranme
2024-08-23 17:05:03 +08:00
committed by GitHub
4 changed files with 7 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: setup node - name: setup node
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 18 node-version: 20
- name: install dependenies - name: install dependenies
run: | run: |

View File

@@ -4,7 +4,7 @@
"name": "LLOneBot", "name": "LLOneBot",
"slug": "LLOneBot", "slug": "LLOneBot",
"description": "实现 OneBot 11 协议,用于 QQ 机器人开发", "description": "实现 OneBot 11 协议,用于 QQ 机器人开发",
"version": "3.30.3", "version": "3.30.4",
"icon": "./icon.webp", "icon": "./icon.webp",
"authors": [ "authors": [
{ {

View File

@@ -98,6 +98,10 @@ export class NTQQGroupApi {
) )
return notifies return notifies
} else { } else {
invoke({
methodName: ReceiveCmdS.GROUP_NOTIFY,
classNameIsRegister: true,
})
return (await invoke<GroupNotifies>({ return (await invoke<GroupNotifies>({
methodName: NTMethod.GET_GROUP_NOTICE, methodName: NTMethod.GET_GROUP_NOTICE,
cbCmd: ReceiveCmdS.GROUP_NOTIFY, cbCmd: ReceiveCmdS.GROUP_NOTIFY,

View File

@@ -1 +1 @@
export const version = '3.30.3' export const version = '3.30.4'