mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -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: |
|
||||||
|
@@ -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": [
|
||||||
{
|
{
|
||||||
|
@@ -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,
|
||||||
|
@@ -1 +1 @@
|
|||||||
export const version = '3.30.3'
|
export const version = '3.30.4'
|
||||||
|
Reference in New Issue
Block a user