mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
Compare commits
36 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
9453b71943 | ||
![]() |
0fb30df1bc | ||
![]() |
62e23614fb | ||
![]() |
5514bf0bb8 | ||
![]() |
f5d093cc45 | ||
![]() |
44c6debd01 | ||
![]() |
2c1d12e04b | ||
![]() |
110193ea15 | ||
![]() |
fafcf058b1 | ||
![]() |
825c7c8e29 | ||
![]() |
c8d5eebe5d | ||
![]() |
466a3e4d66 | ||
![]() |
f6263375f1 | ||
![]() |
f79581d97e | ||
![]() |
56f26e9aa8 | ||
![]() |
9e03071629 | ||
![]() |
1f02c98c8f | ||
![]() |
e1e5c278b9 | ||
![]() |
104839f7ea | ||
![]() |
bb8771a5b4 | ||
![]() |
4a2523463b | ||
![]() |
a23a99310a | ||
![]() |
5c5105ce88 | ||
![]() |
1bf5e41bdc | ||
![]() |
cd679cc041 | ||
![]() |
eabee466bb | ||
![]() |
d3f93257ce | ||
![]() |
33f340ca81 | ||
![]() |
0d27ef7ebc | ||
![]() |
479e8c9d25 | ||
![]() |
e3dffa24f8 | ||
![]() |
30b8793ee1 | ||
![]() |
edf7a97269 | ||
![]() |
47b068737d | ||
![]() |
bfb67188ce | ||
![]() |
7ad384d407 |
@@ -39,6 +39,7 @@ const config: ElectronViteConfig = {
|
|||||||
...external.map(genCpModule),
|
...external.map(genCpModule),
|
||||||
{ src: './manifest.json', dest: 'dist' },
|
{ src: './manifest.json', dest: 'dist' },
|
||||||
{ src: './icon.webp', dest: 'dist' },
|
{ src: './icon.webp', dest: 'dist' },
|
||||||
|
{ src: './src/ntqqapi/native/napcat-protocol-packet/Moehoo/*', dest: 'dist/main/Moehoo' },
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
@@ -4,12 +4,16 @@
|
|||||||
"name": "LLOneBot",
|
"name": "LLOneBot",
|
||||||
"slug": "LLOneBot",
|
"slug": "LLOneBot",
|
||||||
"description": "实现 OneBot 11 和 Satori 协议,用于 QQ 机器人开发",
|
"description": "实现 OneBot 11 和 Satori 协议,用于 QQ 机器人开发",
|
||||||
"version": "4.1.2",
|
"version": "4.3.1",
|
||||||
"icon": "./icon.webp",
|
"icon": "./icon.webp",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "linyuchen",
|
"name": "linyuchen",
|
||||||
"link": "https://github.com/linyuchen"
|
"link": "https://github.com/linyuchen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "idranme",
|
||||||
|
"link": "https://github.com/idranme"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
"cosmokit": "^1.6.3",
|
"cosmokit": "^1.6.3",
|
||||||
"express": "^5.0.1",
|
"express": "^5.0.1",
|
||||||
"fluent-ffmpeg": "^2.1.3",
|
"fluent-ffmpeg": "^2.1.3",
|
||||||
"minato": "^3.6.0",
|
"minato": "^3.6.1",
|
||||||
"protobufjs": "^7.4.0",
|
"protobufjs": "^7.4.0",
|
||||||
"silk-wasm": "^3.6.3",
|
"silk-wasm": "^3.6.3",
|
||||||
"ts-case-convert": "^2.1.0",
|
"ts-case-convert": "^2.1.0",
|
||||||
@@ -35,14 +35,14 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/cors": "^2.8.17",
|
"@types/cors": "^2.8.17",
|
||||||
"@types/express": "^5.0.0",
|
"@types/express": "^5.0.0",
|
||||||
"@types/fluent-ffmpeg": "^2.1.26",
|
"@types/fluent-ffmpeg": "^2.1.27",
|
||||||
"@types/node": "^20.14.15",
|
"@types/node": "^20.14.15",
|
||||||
"@types/ws": "^8.5.12",
|
"@types/ws": "^8.5.13",
|
||||||
"electron": "^31.4.0",
|
"electron": "^31.4.0",
|
||||||
"electron-vite": "^2.3.0",
|
"electron-vite": "^2.3.0",
|
||||||
"protobufjs-cli": "^1.1.3",
|
"protobufjs-cli": "^1.1.3",
|
||||||
"typescript": "^5.6.3",
|
"typescript": "^5.6.3",
|
||||||
"vite": "^5.4.10 ",
|
"vite": "^5.4.10",
|
||||||
"vite-plugin-cp": "^4.0.8"
|
"vite-plugin-cp": "^4.0.8"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.5.1"
|
"packageManager": "yarn@4.5.1"
|
||||||
|
@@ -13,6 +13,10 @@ const manifest = {
|
|||||||
{
|
{
|
||||||
name: 'linyuchen',
|
name: 'linyuchen',
|
||||||
link: 'https://github.com/linyuchen'
|
link: 'https://github.com/linyuchen'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "idranme",
|
||||||
|
"link": "https://github.com/idranme"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
repository: {
|
repository: {
|
||||||
|
@@ -27,9 +27,10 @@ export function checkFileReceived(path: string, timeout: number = 3000): Promise
|
|||||||
|
|
||||||
export function calculateFileMD5(filePath: string): Promise<string> {
|
export function calculateFileMD5(filePath: string): Promise<string> {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
|
const hash = createHash('md5')
|
||||||
|
|
||||||
// 创建一个流式读取器
|
// 创建一个流式读取器
|
||||||
const stream = fs.createReadStream(filePath)
|
const stream = fs.createReadStream(filePath)
|
||||||
const hash = createHash('md5')
|
|
||||||
|
|
||||||
stream.on('data', (data: Buffer) => {
|
stream.on('data', (data: Buffer) => {
|
||||||
// 当读取到数据时,更新哈希对象的状态
|
// 当读取到数据时,更新哈希对象的状态
|
||||||
@@ -122,8 +123,11 @@ export async function uri2local(ctx: Context, uri: string, needExt?: boolean): P
|
|||||||
const { type } = checkUriType(uri)
|
const { type } = checkUriType(uri)
|
||||||
|
|
||||||
if (type === FileUriType.FileURL) {
|
if (type === FileUriType.FileURL) {
|
||||||
const filePath = fileURLToPath(uri)
|
const fileUri = uri.replace('%', '%25').replace('#', '%23')
|
||||||
|
const filePath = fileURLToPath(fileUri)
|
||||||
const fileName = path.basename(filePath)
|
const fileName = path.basename(filePath)
|
||||||
|
// console.log('fileURLToPath', filePath)
|
||||||
|
// console.log('fileName', fileName)
|
||||||
return { success: true, errMsg: '', fileName, path: filePath, isLocal: true }
|
return { success: true, errMsg: '', fileName, path: filePath, isLocal: true }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
9
src/common/utils/window.ts
Normal file
9
src/common/utils/window.ts
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
import { BrowserWindow } from 'electron'
|
||||||
|
import { log } from '@/common/utils'
|
||||||
|
|
||||||
|
export function getAllWindowIds(): number[] {
|
||||||
|
const allWindows = BrowserWindow.getAllWindows();
|
||||||
|
const ids = allWindows.map(window => window.id);
|
||||||
|
log('getAllWindowIds', ids);
|
||||||
|
return ids;
|
||||||
|
}
|
@@ -35,6 +35,7 @@ import {
|
|||||||
NTQQWindowApi
|
NTQQWindowApi
|
||||||
} from '../ntqqapi/api'
|
} from '../ntqqapi/api'
|
||||||
import { existsSync, mkdirSync } from 'node:fs'
|
import { existsSync, mkdirSync } from 'node:fs'
|
||||||
|
import { NTQQSystemApi } from '@/ntqqapi/api/system'
|
||||||
|
|
||||||
declare module 'cordis' {
|
declare module 'cordis' {
|
||||||
interface Events {
|
interface Events {
|
||||||
@@ -74,6 +75,7 @@ function onLoad() {
|
|||||||
ctx.plugin(NTQQWebApi)
|
ctx.plugin(NTQQWebApi)
|
||||||
ctx.plugin(NTQQWindowApi)
|
ctx.plugin(NTQQWindowApi)
|
||||||
ctx.plugin(Database)
|
ctx.plugin(Database)
|
||||||
|
ctx.plugin(NTQQSystemApi)
|
||||||
|
|
||||||
let started = false
|
let started = false
|
||||||
|
|
||||||
@@ -180,7 +182,6 @@ function onLoad() {
|
|||||||
if (self.uin) {
|
if (self.uin) {
|
||||||
clearInterval(intervalId)
|
clearInterval(intervalId)
|
||||||
log('process pid', process.pid)
|
log('process pid', process.pid)
|
||||||
|
|
||||||
const config = getConfigUtil().getConfig()
|
const config = getConfigUtil().getConfig()
|
||||||
|
|
||||||
if (config.enableLLOB && (config.satori.enable || config.ob11.enable)) {
|
if (config.enableLLOB && (config.satori.enable || config.ob11.enable)) {
|
||||||
@@ -191,7 +192,6 @@ function onLoad() {
|
|||||||
log('LLOneBot 开关设置为关闭,不启动 LLOneBot')
|
log('LLOneBot 开关设置为关闭,不启动 LLOneBot')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
ctx.plugin(Log, {
|
ctx.plugin(Log, {
|
||||||
enable: config.log!,
|
enable: config.log!,
|
||||||
filename: logFileName
|
filename: logFileName
|
||||||
@@ -230,6 +230,9 @@ function onLoad() {
|
|||||||
|
|
||||||
// 创建窗口时触发
|
// 创建窗口时触发
|
||||||
function onBrowserWindowCreated(window: BrowserWindow) {
|
function onBrowserWindowCreated(window: BrowserWindow) {
|
||||||
|
if (window.id === 2) {
|
||||||
|
mainWindow = window
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
@@ -107,7 +107,7 @@ export class NTQQFriendApi extends Service {
|
|||||||
return ret.arkMsg
|
return ret.arkMsg
|
||||||
}
|
}
|
||||||
|
|
||||||
async setBuddyRemark(uid: string, remark: string) {
|
async setBuddyRemark(uid: string, remark = '') {
|
||||||
return await invoke('nodeIKernelBuddyService/setBuddyRemark', [{
|
return await invoke('nodeIKernelBuddyService/setBuddyRemark', [{
|
||||||
remarkParams: { uid, remark }
|
remarkParams: { uid, remark }
|
||||||
}])
|
}])
|
||||||
@@ -122,4 +122,8 @@ export class NTQQFriendApi extends Service {
|
|||||||
}
|
}
|
||||||
}])
|
}])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async setBuddyCategory(uid: string, categoryId: number) {
|
||||||
|
return await invoke('nodeIKernelBuddyService/setBuddyCategory', [{ uid, categoryId }])
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -9,7 +9,8 @@ import {
|
|||||||
PublishGroupBulletinReq,
|
PublishGroupBulletinReq,
|
||||||
GroupAllInfo,
|
GroupAllInfo,
|
||||||
GroupFileInfo,
|
GroupFileInfo,
|
||||||
GroupBulletinListResult
|
GroupBulletinListResult,
|
||||||
|
GroupMsgMask
|
||||||
} from '../types'
|
} from '../types'
|
||||||
import { invoke, NTClass, NTMethod } from '../ntcall'
|
import { invoke, NTClass, NTMethod } from '../ntcall'
|
||||||
import { GeneralCallResult } from '../services'
|
import { GeneralCallResult } from '../services'
|
||||||
@@ -341,4 +342,12 @@ export class NTQQGroupApi extends Service {
|
|||||||
[{ groupId }]
|
[{ groupId }]
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async setGroupMsgMask(groupCode: string, msgMask: GroupMsgMask) {
|
||||||
|
return await invoke('nodeIKernelGroupService/setGroupMsgMask', [{ groupCode, msgMask }])
|
||||||
|
}
|
||||||
|
|
||||||
|
async setGroupRemark(groupCode: string, groupRemark = '') {
|
||||||
|
return await invoke('nodeIKernelGroupService/modifyGroupRemark', [{ groupCode, groupRemark }])
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
38
src/ntqqapi/api/system.ts
Normal file
38
src/ntqqapi/api/system.ts
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
import { Context, Service } from 'cordis'
|
||||||
|
import { invoke, NTClass } from '@/ntqqapi/ntcall'
|
||||||
|
|
||||||
|
declare module 'cordis' {
|
||||||
|
interface Context {
|
||||||
|
ntSystemApi: NTQQSystemApi
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export class NTQQSystemApi extends Service {
|
||||||
|
constructor(protected ctx: Context) {
|
||||||
|
super(ctx, 'ntSystemApi', true)
|
||||||
|
}
|
||||||
|
|
||||||
|
async restart() {
|
||||||
|
// todo: 调用此接口后会将 NTQQ 设置里面的自动登录和无需手机确认打开,重启后将状态恢复到之前的状态
|
||||||
|
|
||||||
|
// 设置自动登录
|
||||||
|
await this.setSettingAutoLogin(true)
|
||||||
|
// 退出账号
|
||||||
|
invoke('quitAccount', [], {
|
||||||
|
className: NTClass.BUSINESS_API
|
||||||
|
}).then()
|
||||||
|
invoke('notifyQQClose', [{ type: 1 }], { className: NTClass.QQ_EX_API }).then()
|
||||||
|
// 等待登录界面,模拟点击登录按钮?还是直接调用登录方法?
|
||||||
|
}
|
||||||
|
|
||||||
|
async getSettingAutoLogin() {
|
||||||
|
// 查询是否自动登录
|
||||||
|
return invoke('nodeIKernelNodeMiscService/queryAutoRun', [])
|
||||||
|
}
|
||||||
|
|
||||||
|
async setSettingAutoLogin(state: boolean) {
|
||||||
|
await invoke('nodeIKernelSettingService/setNeedConfirmSwitch', [{ state: 1 }]) // 1:不需要手机确认,2:需要手机确认
|
||||||
|
|
||||||
|
await invoke('nodeIKernelSettingService/setAutoLoginSwitch', [{ state }])
|
||||||
|
}
|
||||||
|
}
|
@@ -19,7 +19,7 @@ import {
|
|||||||
import { selfInfo } from '../common/globalVars'
|
import { selfInfo } from '../common/globalVars'
|
||||||
import { version } from '../version'
|
import { version } from '../version'
|
||||||
import { invoke } from './ntcall'
|
import { invoke } from './ntcall'
|
||||||
import { Native } from './native/index'
|
import { Native } from './native/crychic'
|
||||||
|
|
||||||
declare module 'cordis' {
|
declare module 'cordis' {
|
||||||
interface Context {
|
interface Context {
|
||||||
|
@@ -2,6 +2,7 @@ import { NTMethod } from './ntcall'
|
|||||||
import { log } from '@/common/utils'
|
import { log } from '@/common/utils'
|
||||||
import { randomUUID } from 'node:crypto'
|
import { randomUUID } from 'node:crypto'
|
||||||
import { ipcMain } from 'electron'
|
import { ipcMain } from 'electron'
|
||||||
|
import { Dict } from 'cosmokit'
|
||||||
|
|
||||||
export const hookApiCallbacks: Record<string, (res: any) => void> = {}
|
export const hookApiCallbacks: Record<string, (res: any) => void> = {}
|
||||||
|
|
||||||
@@ -40,30 +41,31 @@ const callHooks: Array<{
|
|||||||
}> = []
|
}> = []
|
||||||
|
|
||||||
export function startHook() {
|
export function startHook() {
|
||||||
|
log('start hook')
|
||||||
|
|
||||||
const senderExclude = Symbol()
|
const senderExclude = Symbol()
|
||||||
|
|
||||||
ipcMain.emit = new Proxy(ipcMain.emit, {
|
ipcMain.emit = new Proxy(ipcMain.emit, {
|
||||||
apply(target, thisArg, args: [eventName: string, ...args: any]) {
|
apply(target, thisArg, args: [channel: string, ...args: any]) {
|
||||||
if (args[2]?.eventName.startsWith('ns-LoggerApi')) {
|
if (args[2]?.eventName?.startsWith('ns-LoggerApi')) {
|
||||||
return target.apply(thisArg, args)
|
return target.apply(thisArg, args)
|
||||||
}
|
}
|
||||||
if (logHook) {
|
if (logHook) {
|
||||||
log('request', args)
|
log('request', args)
|
||||||
}
|
}
|
||||||
|
|
||||||
const event = args[1]
|
const event = args[1]
|
||||||
if (event.sender && !event.sender[senderExclude]) {
|
if (event.sender && !event.sender[senderExclude]) {
|
||||||
event.sender[senderExclude] = true
|
event.sender[senderExclude] = true
|
||||||
event.sender.send = new Proxy(event.sender.send, {
|
event.sender.send = new Proxy(event.sender.send, {
|
||||||
apply(target, thisArg, args: any[]) {
|
apply(target, thisArg, args: [channel: string, meta: Dict, data: Dict[]]) {
|
||||||
if (args[1].eventName?.startsWith('ns-LoggerApi')) {
|
if (args[1]?.eventName?.startsWith('ns-LoggerApi')) {
|
||||||
return target.apply(thisArg, args)
|
return target.apply(thisArg, args)
|
||||||
}
|
}
|
||||||
if (logHook) {
|
if (logHook) {
|
||||||
log('received', args)
|
log('received', args)
|
||||||
}
|
}
|
||||||
|
|
||||||
const callbackId = args[1].callbackId
|
const callbackId = args[1]?.callbackId
|
||||||
if (callbackId) {
|
if (callbackId) {
|
||||||
if (hookApiCallbacks[callbackId]) {
|
if (hookApiCallbacks[callbackId]) {
|
||||||
Promise.resolve(hookApiCallbacks[callbackId](args[2]))
|
Promise.resolve(hookApiCallbacks[callbackId](args[2]))
|
||||||
@@ -95,7 +97,7 @@ export function startHook() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return target.apply(thisArg, args)
|
return target.apply(thisArg, args)
|
||||||
}
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
import { Context } from 'cordis'
|
import { Context } from 'cordis'
|
||||||
import { Dict } from 'cosmokit'
|
import { Dict } from 'cosmokit'
|
||||||
import { getBuildVersion } from '@/common/utils/misc'
|
import { getBuildVersion } from '../../../common/utils/misc'
|
||||||
import { TEMP_DIR } from '@/common/globalVars'
|
import { TEMP_DIR } from '../../../common/globalVars'
|
||||||
import { copyFile } from 'fs/promises'
|
import { copyFile } from 'fs/promises'
|
||||||
import { ChatType, Peer } from '../types'
|
import { ChatType, Peer } from '../../types'
|
||||||
import path from 'node:path'
|
import path from 'node:path'
|
||||||
import addon from './external/crychic-win32-x64.node?asset'
|
import addon from './external/crychic-win32-x64.node?asset'
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@ export class Native {
|
|||||||
public activated = false
|
public activated = false
|
||||||
private crychic?: Dict
|
private crychic?: Dict
|
||||||
private seq = 0
|
private seq = 0
|
||||||
private cb: Map<number, Function> = new Map()
|
private cb: Map<number, (res: any) => void> = new Map()
|
||||||
|
|
||||||
constructor(private ctx: Context) {
|
constructor(private ctx: Context) {
|
||||||
ctx.on('ready', () => {
|
ctx.on('ready', () => {
|
@@ -1,6 +1,6 @@
|
|||||||
import { ipcMain } from 'electron'
|
import { ipcMain } from 'electron'
|
||||||
import { hookApiCallbacks, registerReceiveHook, removeReceiveHook } from './hook'
|
import { hookApiCallbacks, registerReceiveHook, removeReceiveHook } from './hook'
|
||||||
import { getBuildVersion, log } from '../common/utils'
|
import { log } from '../common/utils'
|
||||||
import { randomUUID } from 'node:crypto'
|
import { randomUUID } from 'node:crypto'
|
||||||
import {
|
import {
|
||||||
GeneralCallResult,
|
GeneralCallResult,
|
||||||
@@ -29,7 +29,8 @@ export enum NTClass {
|
|||||||
SKEY_API = 'ns-SkeyApi',
|
SKEY_API = 'ns-SkeyApi',
|
||||||
GROUP_HOME_WORK = 'ns-GroupHomeWork',
|
GROUP_HOME_WORK = 'ns-GroupHomeWork',
|
||||||
GROUP_ESSENCE = 'ns-GroupEssence',
|
GROUP_ESSENCE = 'ns-GroupEssence',
|
||||||
NODE_STORE_API = 'ns-NodeStoreApi'
|
NODE_STORE_API = 'ns-NodeStoreApi',
|
||||||
|
QQ_EX_API = 'ns-QQEXApi',
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum NTMethod {
|
export enum NTMethod {
|
||||||
@@ -108,13 +109,26 @@ interface InvokeOptions<ReturnType> {
|
|||||||
timeout?: number
|
timeout?: number
|
||||||
}
|
}
|
||||||
|
|
||||||
|
let channel: NTChannel
|
||||||
|
|
||||||
|
function getChannel() {
|
||||||
|
if (channel) {
|
||||||
|
return channel
|
||||||
|
}
|
||||||
|
if (ipcMain.eventNames().includes(NTChannel.IPC_UP_2)) {
|
||||||
|
return channel = NTChannel.IPC_UP_2
|
||||||
|
} else {
|
||||||
|
return channel = NTChannel.IPC_UP_3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
export function invoke<
|
export function invoke<
|
||||||
R extends Awaited<ReturnType<Extract<NTService[S][M], (...args: any) => unknown>>>,
|
R extends Awaited<ReturnType<Extract<NTService[S][M], (...args: any) => unknown>>>,
|
||||||
S extends keyof NTService = any,
|
S extends keyof NTService = any,
|
||||||
M extends keyof NTService[S] & string = any
|
M extends keyof NTService[S] & string = any
|
||||||
>(method: Extract<unknown, `${S}/${M}`> | string, args: unknown[], options: InvokeOptions<R> = {}) {
|
>(method: Extract<unknown, `${S}/${M}`> | string, args: unknown[], options: InvokeOptions<R> = {}) {
|
||||||
const className = options.className ?? NTClass.NT_API
|
const className = options.className ?? NTClass.NT_API
|
||||||
const channel = options.channel ?? getBuildVersion() >= 28788 ? NTChannel.IPC_UP_3 : NTChannel.IPC_UP_2
|
const channel = options.channel ?? getChannel()
|
||||||
const timeout = options.timeout ?? 5000
|
const timeout = options.timeout ?? 5000
|
||||||
const afterFirstCmd = options.afterFirstCmd ?? true
|
const afterFirstCmd = options.afterFirstCmd ?? true
|
||||||
let eventName = className + '-' + channel[channel.length - 1]
|
let eventName = className + '-' + channel[channel.length - 1]
|
||||||
|
@@ -13,7 +13,7 @@ export interface NodeIKernelBuddyService {
|
|||||||
}[]
|
}[]
|
||||||
}>
|
}>
|
||||||
|
|
||||||
setBuddyRemark(arg: unknown): void
|
setBuddyRemark(arg: unknown): Promise<GeneralCallResult>
|
||||||
|
|
||||||
isBuddy(uid: string): boolean
|
isBuddy(uid: string): boolean
|
||||||
|
|
||||||
|
@@ -12,4 +12,6 @@ export interface NodeIKernelNodeMiscService {
|
|||||||
score: ''
|
score: ''
|
||||||
}[]
|
}[]
|
||||||
}>
|
}>
|
||||||
|
|
||||||
|
queryAutoRun(): Promise<boolean>
|
||||||
}
|
}
|
||||||
|
@@ -1,10 +1,3 @@
|
|||||||
export enum GroupListUpdateType {
|
|
||||||
REFRESHALL,
|
|
||||||
GETALL,
|
|
||||||
MODIFIED,
|
|
||||||
REMOVE
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface Group {
|
export interface Group {
|
||||||
groupCode: string
|
groupCode: string
|
||||||
maxMember: number
|
maxMember: number
|
||||||
@@ -188,3 +181,10 @@ export interface GroupBulletinListResult {
|
|||||||
nextIndex: number
|
nextIndex: number
|
||||||
jointime: string
|
jointime: string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export enum GroupMsgMask {
|
||||||
|
AllowNotify = 1, // 允许提醒
|
||||||
|
AllowNotNotify = 4, // 接受消息不提醒
|
||||||
|
BoxNotNotify = 2, // 收进群助手不提醒
|
||||||
|
NotAllow = 3, // 屏蔽
|
||||||
|
}
|
||||||
|
@@ -442,6 +442,7 @@ export interface RawMessage {
|
|||||||
attrType: number
|
attrType: number
|
||||||
attrId: string
|
attrId: string
|
||||||
}>
|
}>
|
||||||
|
isOnlineMsg: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Peer {
|
export interface Peer {
|
||||||
|
@@ -23,8 +23,8 @@ interface FileResponse {
|
|||||||
export class DownloadFile extends BaseAction<Payload, FileResponse> {
|
export class DownloadFile extends BaseAction<Payload, FileResponse> {
|
||||||
actionName = ActionName.GoCQHTTP_DownloadFile
|
actionName = ActionName.GoCQHTTP_DownloadFile
|
||||||
payloadSchema = Schema.object({
|
payloadSchema = Schema.object({
|
||||||
url: String,
|
url: Schema.string(),
|
||||||
base64: String,
|
base64: Schema.string(),
|
||||||
headers: Schema.union([String, Schema.array(String)])
|
headers: Schema.union([String, Schema.array(String)])
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@@ -12,6 +12,7 @@ interface Payload {
|
|||||||
interface Response extends OB11User {
|
interface Response extends OB11User {
|
||||||
reg_time: number
|
reg_time: number
|
||||||
long_nick: string
|
long_nick: string
|
||||||
|
city: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export class GetStrangerInfo extends BaseAction<Payload, Response> {
|
export class GetStrangerInfo extends BaseAction<Payload, Response> {
|
||||||
@@ -33,7 +34,8 @@ export class GetStrangerInfo extends BaseAction<Payload, Response> {
|
|||||||
level: data.detail.commonExt.qqLevel && calcQQLevel(data.detail.commonExt.qqLevel) || 0,
|
level: data.detail.commonExt.qqLevel && calcQQLevel(data.detail.commonExt.qqLevel) || 0,
|
||||||
login_days: 0,
|
login_days: 0,
|
||||||
reg_time: data.detail.commonExt.regTime,
|
reg_time: data.detail.commonExt.regTime,
|
||||||
long_nick: data.detail.simpleInfo.baseInfo.longNick
|
long_nick: data.detail.simpleInfo.baseInfo.longNick,
|
||||||
|
city: data.detail.commonExt.city
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
const data = await this.ctx.ntUserApi.getUserDetailInfoByUin(uin)
|
const data = await this.ctx.ntUserApi.getUserDetailInfoByUin(uin)
|
||||||
@@ -46,7 +48,8 @@ export class GetStrangerInfo extends BaseAction<Payload, Response> {
|
|||||||
level: data.info.qqLevel && calcQQLevel(data.info.qqLevel) || 0,
|
level: data.info.qqLevel && calcQQLevel(data.info.qqLevel) || 0,
|
||||||
login_days: 0,
|
login_days: 0,
|
||||||
reg_time: data.info.regTime,
|
reg_time: data.info.regTime,
|
||||||
long_nick: data.info.longNick
|
long_nick: data.info.longNick,
|
||||||
|
city: data.info.city
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
19
src/onebot11/action/go-cqhttp/SendGroupSign.ts
Normal file
19
src/onebot11/action/go-cqhttp/SendGroupSign.ts
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
|
import { ActionName } from '../types'
|
||||||
|
import { selfInfo } from '@/common/globalVars'
|
||||||
|
|
||||||
|
interface Payload {
|
||||||
|
group_id: number | string
|
||||||
|
}
|
||||||
|
|
||||||
|
export class SendGroupSign extends BaseAction<Payload, null> {
|
||||||
|
actionName = ActionName.GoCQHTTP_SendGroupSign
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
group_id: Schema.union([Number, String]).required(),
|
||||||
|
})
|
||||||
|
|
||||||
|
async _handle(payload: Payload) {
|
||||||
|
throw new Error('暂未实现群签到功能')
|
||||||
|
return null
|
||||||
|
}
|
||||||
|
}
|
30
src/onebot11/action/go-cqhttp/SetGroupSpecialTitle.ts
Normal file
30
src/onebot11/action/go-cqhttp/SetGroupSpecialTitle.ts
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
|
import { ActionName } from '../types'
|
||||||
|
import { selfInfo } from '@/common/globalVars'
|
||||||
|
import { GroupMemberRole } from '@/ntqqapi/types'
|
||||||
|
|
||||||
|
interface Payload {
|
||||||
|
group_id: number | string
|
||||||
|
user_id: number | string
|
||||||
|
special_title?: string
|
||||||
|
}
|
||||||
|
|
||||||
|
export class SetGroupSpecialTitle extends BaseAction<Payload, null> {
|
||||||
|
actionName = ActionName.GoCQHTTP_SetGroupSpecialTitle
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
group_id: Schema.union([Number, String]).required(),
|
||||||
|
user_id: Schema.union([Number, String]).required(),
|
||||||
|
special_title: Schema.string()
|
||||||
|
})
|
||||||
|
|
||||||
|
async _handle(payload: Payload) {
|
||||||
|
const uid = await this.ctx.ntUserApi.getUidByUin(payload.user_id.toString(), payload.group_id.toString())
|
||||||
|
if (!uid) throw new Error(`用户${payload.user_id}的uid获取失败`)
|
||||||
|
const self = await this.ctx.ntGroupApi.getGroupMember(payload.group_id.toString(), selfInfo.uid, false)
|
||||||
|
if (self.role !== GroupMemberRole.Owner){
|
||||||
|
throw new Error(`不是群${payload.group_id}的群主,无法设置群头衔`)
|
||||||
|
}
|
||||||
|
throw new Error('暂未实现设置群头衔功能')
|
||||||
|
return null
|
||||||
|
}
|
||||||
|
}
|
@@ -78,6 +78,13 @@ import { GroupPoke } from './llonebot/GroupPoke'
|
|||||||
import { FriendPoke } from './llonebot/FriendPoke'
|
import { FriendPoke } from './llonebot/FriendPoke'
|
||||||
import { GetGroupFileSystemInfo } from './go-cqhttp/GetGroupFileSystemInfo'
|
import { GetGroupFileSystemInfo } from './go-cqhttp/GetGroupFileSystemInfo'
|
||||||
import { GetCredentials } from './system/GetCredentials'
|
import { GetCredentials } from './system/GetCredentials'
|
||||||
|
import { SetGroupSpecialTitle } from '@/onebot11/action/go-cqhttp/SetGroupSpecialTitle'
|
||||||
|
import { SendGroupSign } from '@/onebot11/action/go-cqhttp/SendGroupSign'
|
||||||
|
import { SetRestart } from '@/onebot11/action/system/SetRestart'
|
||||||
|
import { SetFriendCategory } from '@/onebot11/action/llonebot/SetFriendCategory'
|
||||||
|
import { SetFriendRemark } from '@/onebot11/action/llonebot/SetFriendRemark'
|
||||||
|
import { SetGroupMsgMask } from '@/onebot11/action/llonebot/SetGroupMsgMask'
|
||||||
|
import { SetGroupRemark } from '@/onebot11/action/llonebot/SetGroupRemark'
|
||||||
|
|
||||||
export function initActionMap(adapter: Adapter) {
|
export function initActionMap(adapter: Adapter) {
|
||||||
const actionHandlers = [
|
const actionHandlers = [
|
||||||
@@ -98,6 +105,10 @@ export function initActionMap(adapter: Adapter) {
|
|||||||
new GetRobotUinRange(adapter),
|
new GetRobotUinRange(adapter),
|
||||||
new GroupPoke(adapter),
|
new GroupPoke(adapter),
|
||||||
new FriendPoke(adapter),
|
new FriendPoke(adapter),
|
||||||
|
new SetFriendCategory(adapter),
|
||||||
|
new SetFriendRemark(adapter),
|
||||||
|
new SetGroupMsgMask(adapter),
|
||||||
|
new SetGroupRemark(adapter),
|
||||||
// onebot11
|
// onebot11
|
||||||
new SendLike(adapter),
|
new SendLike(adapter),
|
||||||
new GetMsg(adapter),
|
new GetMsg(adapter),
|
||||||
@@ -131,6 +142,7 @@ export function initActionMap(adapter: Adapter) {
|
|||||||
new ForwardFriendSingleMsg(adapter),
|
new ForwardFriendSingleMsg(adapter),
|
||||||
new ForwardGroupSingleMsg(adapter),
|
new ForwardGroupSingleMsg(adapter),
|
||||||
new GetCredentials(adapter),
|
new GetCredentials(adapter),
|
||||||
|
new SetRestart(adapter),
|
||||||
// go-cqhttp
|
// go-cqhttp
|
||||||
new GetEssenceMsgList(adapter),
|
new GetEssenceMsgList(adapter),
|
||||||
new GetGroupHonorInfo(adapter),
|
new GetGroupHonorInfo(adapter),
|
||||||
@@ -161,6 +173,8 @@ export function initActionMap(adapter: Adapter) {
|
|||||||
new DeleteFriend(adapter),
|
new DeleteFriend(adapter),
|
||||||
new OCRImage(adapter),
|
new OCRImage(adapter),
|
||||||
new GetGroupFileSystemInfo(adapter),
|
new GetGroupFileSystemInfo(adapter),
|
||||||
|
new SetGroupSpecialTitle(adapter),
|
||||||
|
new SendGroupSign(adapter),
|
||||||
]
|
]
|
||||||
const actionMap = new Map()
|
const actionMap = new Map()
|
||||||
for (const action of actionHandlers) {
|
for (const action of actionHandlers) {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
import { BaseAction, Schema } from '../BaseAction'
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { getBuildVersion } from '@/common/utils/misc'
|
import { getBuildVersion } from '@/common/utils'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
user_id: number | string
|
user_id: number | string
|
||||||
@@ -13,13 +13,13 @@ export class FriendPoke extends BaseAction<Payload, null> {
|
|||||||
})
|
})
|
||||||
|
|
||||||
async _handle(payload: Payload) {
|
async _handle(payload: Payload) {
|
||||||
if (!this.ctx.app.native.checkPlatform()) {
|
if (!this.ctx.app.native.checkPlatform() || !this.ctx.app.native.checkVersion()) {
|
||||||
throw new Error('当前系统平台或架构不支持')
|
// await this.ctx.app.packet.sendPokePacket(+payload.user_id)
|
||||||
}
|
throw new Error('戳一戳暂时只支持Windows QQ 27333 ~ 275970版本')
|
||||||
if (!this.ctx.app.native.checkVersion()) {
|
|
||||||
throw new Error(`当前 QQ 版本 ${getBuildVersion()} 不支持,可尝试其他版本 27333—27597`)
|
|
||||||
}
|
}
|
||||||
|
else{
|
||||||
await this.ctx.app.native.sendFriendPoke(+payload.user_id)
|
await this.ctx.app.native.sendFriendPoke(+payload.user_id)
|
||||||
|
}
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
import { BaseAction, Schema } from '../BaseAction'
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { getBuildVersion } from '@/common/utils/misc'
|
import { getBuildVersion } from '@/common/utils'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
group_id: number | string
|
group_id: number | string
|
||||||
@@ -15,13 +15,12 @@ export class GroupPoke extends BaseAction<Payload, null> {
|
|||||||
})
|
})
|
||||||
|
|
||||||
async _handle(payload: Payload) {
|
async _handle(payload: Payload) {
|
||||||
if (!this.ctx.app.native.checkPlatform()) {
|
if (!this.ctx.app.native.checkPlatform() || !this.ctx.app.native.checkVersion()) {
|
||||||
throw new Error('当前系统平台或架构不支持')
|
throw new Error('戳一戳暂时只支持Windows QQ 27333 ~ 275970版本')
|
||||||
}
|
|
||||||
if (!this.ctx.app.native.checkVersion()) {
|
|
||||||
throw new Error(`当前 QQ 版本 ${getBuildVersion()} 不支持,可尝试其他版本 27333—27597`)
|
|
||||||
}
|
}
|
||||||
|
else{
|
||||||
await this.ctx.app.native.sendGroupPoke(+payload.group_id, +payload.user_id)
|
await this.ctx.app.native.sendGroupPoke(+payload.group_id, +payload.user_id)
|
||||||
|
}
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
21
src/onebot11/action/llonebot/SetFriendCategory.ts
Normal file
21
src/onebot11/action/llonebot/SetFriendCategory.ts
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
|
interface Payload {
|
||||||
|
user_id: number | string
|
||||||
|
category_id: number | string
|
||||||
|
}
|
||||||
|
|
||||||
|
export class SetFriendCategory extends BaseAction<Payload, unknown> {
|
||||||
|
actionName = ActionName.SetFriendCategory
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
user_id: Schema.union([Number, String]).required(),
|
||||||
|
category_id: Schema.union([Number, String]).required()
|
||||||
|
})
|
||||||
|
|
||||||
|
protected async _handle(payload: Payload) {
|
||||||
|
const uid = await this.ctx.ntUserApi.getUidByUin(payload.user_id.toString())
|
||||||
|
if (!uid) throw new Error('无法获取好友信息')
|
||||||
|
return this.ctx.ntFriendApi.setBuddyCategory(uid, +payload.category_id)
|
||||||
|
}
|
||||||
|
}
|
21
src/onebot11/action/llonebot/SetFriendRemark.ts
Normal file
21
src/onebot11/action/llonebot/SetFriendRemark.ts
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
|
interface Payload {
|
||||||
|
user_id: number | string
|
||||||
|
remark?: string
|
||||||
|
}
|
||||||
|
|
||||||
|
export class SetFriendRemark extends BaseAction<Payload, unknown> {
|
||||||
|
actionName = ActionName.SetFriendRemark
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
user_id: Schema.union([Number, String]).required(),
|
||||||
|
remark: Schema.string()
|
||||||
|
})
|
||||||
|
|
||||||
|
protected async _handle(payload: Payload) {
|
||||||
|
const uid = await this.ctx.ntUserApi.getUidByUin(payload.user_id.toString())
|
||||||
|
if (!uid) throw new Error('无法获取好友信息')
|
||||||
|
return this.ctx.ntFriendApi.setBuddyRemark(uid, payload.remark || '')
|
||||||
|
}
|
||||||
|
}
|
19
src/onebot11/action/llonebot/SetGroupMsgMask.ts
Normal file
19
src/onebot11/action/llonebot/SetGroupMsgMask.ts
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
|
interface Payload {
|
||||||
|
group_id: number | string
|
||||||
|
mask: number | string // 1, 2, 3, 4
|
||||||
|
}
|
||||||
|
|
||||||
|
export class SetGroupMsgMask extends BaseAction<Payload, unknown> {
|
||||||
|
actionName = ActionName.SetGroupMsgMask
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
group_id: Schema.union([Number, String]).required(),
|
||||||
|
mask: Schema.union([Number, String]).required()
|
||||||
|
})
|
||||||
|
|
||||||
|
protected async _handle(payload: Payload) {
|
||||||
|
return this.ctx.ntGroupApi.setGroupMsgMask(payload.group_id.toString(), +payload.mask)
|
||||||
|
}
|
||||||
|
}
|
15
src/onebot11/action/llonebot/SetGroupRemark.ts
Normal file
15
src/onebot11/action/llonebot/SetGroupRemark.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { BaseAction } from '../BaseAction'
|
||||||
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
|
interface Payload {
|
||||||
|
group_id: string,
|
||||||
|
remark?: string
|
||||||
|
}
|
||||||
|
|
||||||
|
export class SetGroupRemark extends BaseAction<Payload, unknown> {
|
||||||
|
actionName = ActionName.SetGroupRemark
|
||||||
|
|
||||||
|
protected async _handle(payload: Payload): Promise<unknown>{
|
||||||
|
return this.ctx.ntGroupApi.setGroupRemark(payload.group_id.toString(), payload.remark)
|
||||||
|
}
|
||||||
|
}
|
@@ -7,10 +7,7 @@ import { ChatCacheListItemBasic, CacheFileType } from '@/ntqqapi/types'
|
|||||||
export default class CleanCache extends BaseAction<void, void> {
|
export default class CleanCache extends BaseAction<void, void> {
|
||||||
actionName = ActionName.CleanCache
|
actionName = ActionName.CleanCache
|
||||||
|
|
||||||
protected _handle(): Promise<void> {
|
protected async _handle(): Promise<void> {
|
||||||
return new Promise<void>(async (res, rej) => {
|
|
||||||
try {
|
|
||||||
// dbUtil.clearCache()
|
|
||||||
const cacheFilePaths: string[] = []
|
const cacheFilePaths: string[] = []
|
||||||
|
|
||||||
await this.ctx.ntFileCacheApi.setCacheSilentScan(false)
|
await this.ctx.ntFileCacheApi.setCacheSilentScan(false)
|
||||||
@@ -49,20 +46,13 @@ export default class CleanCache extends BaseAction<void, void> {
|
|||||||
for (const name in CacheFileType) {
|
for (const name in CacheFileType) {
|
||||||
if (!isNaN(parseInt(name))) continue
|
if (!isNaN(parseInt(name))) continue
|
||||||
|
|
||||||
const fileTypeAny: any = CacheFileType[name]
|
const fileType = CacheFileType[name] as unknown as CacheFileType
|
||||||
const fileType: CacheFileType = fileTypeAny
|
|
||||||
|
|
||||||
cacheFileList.push(...(await this.ctx.ntFileCacheApi.getFileCacheInfo(fileType)).infos.map((file) => file.fileKey))
|
cacheFileList.push(...(await this.ctx.ntFileCacheApi.getFileCacheInfo(fileType)).infos.map((file) => file.fileKey))
|
||||||
}
|
}
|
||||||
|
|
||||||
// 一并清除
|
// 一并清除
|
||||||
await this.ctx.ntFileCacheApi.clearChatCache(chatCacheList, cacheFileList)
|
await this.ctx.ntFileCacheApi.clearChatCache(chatCacheList, cacheFileList)
|
||||||
res()
|
|
||||||
} catch (e) {
|
|
||||||
console.error('清理缓存时发生了错误')
|
|
||||||
rej(e)
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
10
src/onebot11/action/system/SetRestart.ts
Normal file
10
src/onebot11/action/system/SetRestart.ts
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
import { BaseAction } from '@/onebot11/action/BaseAction'
|
||||||
|
import { ActionName } from '@/onebot11/action/types'
|
||||||
|
|
||||||
|
export class SetRestart extends BaseAction<null, void> {
|
||||||
|
actionName = ActionName.SetRestart
|
||||||
|
|
||||||
|
protected async _handle() {
|
||||||
|
await this.ctx.ntSystemApi.restart()
|
||||||
|
}
|
||||||
|
}
|
@@ -29,6 +29,10 @@ export enum ActionName {
|
|||||||
GetRobotUinRange = 'get_robot_uin_range',
|
GetRobotUinRange = 'get_robot_uin_range',
|
||||||
GroupPoke = 'group_poke',
|
GroupPoke = 'group_poke',
|
||||||
FriendPoke = 'friend_poke',
|
FriendPoke = 'friend_poke',
|
||||||
|
SetFriendRemark = 'set_friend_remark',
|
||||||
|
SetFriendCategory = 'set_friend_category',
|
||||||
|
SetGroupMsgMask = 'set_group_msg_mask',
|
||||||
|
SetGroupRemark = 'set_group_remark',
|
||||||
// onebot 11
|
// onebot 11
|
||||||
SendLike = 'send_like',
|
SendLike = 'send_like',
|
||||||
GetLoginInfo = 'get_login_info',
|
GetLoginInfo = 'get_login_info',
|
||||||
@@ -47,6 +51,7 @@ export enum ActionName {
|
|||||||
SetGroupLeave = 'set_group_leave',
|
SetGroupLeave = 'set_group_leave',
|
||||||
GetVersionInfo = 'get_version_info',
|
GetVersionInfo = 'get_version_info',
|
||||||
GetStatus = 'get_status',
|
GetStatus = 'get_status',
|
||||||
|
SetRestart = 'set_restart',
|
||||||
CanSendRecord = 'can_send_record',
|
CanSendRecord = 'can_send_record',
|
||||||
CanSendImage = 'can_send_image',
|
CanSendImage = 'can_send_image',
|
||||||
SetGroupKick = 'set_group_kick',
|
SetGroupKick = 'set_group_kick',
|
||||||
@@ -91,4 +96,6 @@ export enum ActionName {
|
|||||||
GoCQHTTP_DeleteFriend = 'delete_friend',
|
GoCQHTTP_DeleteFriend = 'delete_friend',
|
||||||
GoCQHTTP_OCRImage = 'ocr_image',
|
GoCQHTTP_OCRImage = 'ocr_image',
|
||||||
GoCQHTTP_GetGroupFileSystemInfo = 'get_group_file_system_info',
|
GoCQHTTP_GetGroupFileSystemInfo = 'get_group_file_system_info',
|
||||||
|
GoCQHTTP_SetGroupSpecialTitle = 'set_group_special_title',
|
||||||
|
GoCQHTTP_SendGroupSign = 'send_group_sign',
|
||||||
}
|
}
|
||||||
|
@@ -221,7 +221,7 @@ export class MessageEncoder {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async generate(content: any[]) {
|
async generate(content: OB11MessageData[]) {
|
||||||
await this.render(content)
|
await this.render(content)
|
||||||
return {
|
return {
|
||||||
multiMsgItems: [{
|
multiMsgItems: [{
|
||||||
|
@@ -11,6 +11,10 @@ function isEmpty(value: unknown) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function onSettingWindowCreated(view: Element) {
|
async function onSettingWindowCreated(view: Element) {
|
||||||
|
console.log(view)
|
||||||
|
if (!view){
|
||||||
|
return
|
||||||
|
}
|
||||||
const config = await window.llonebot.getConfig()
|
const config = await window.llonebot.getConfig()
|
||||||
const ob11Config = { ...config.ob11 }
|
const ob11Config = { ...config.ob11 }
|
||||||
|
|
||||||
@@ -247,7 +251,9 @@ async function onSettingWindowCreated(view: Element) {
|
|||||||
} else {
|
} else {
|
||||||
errDom?.classList.add('show')
|
errDom?.classList.add('show')
|
||||||
}
|
}
|
||||||
errCodeDom!.innerHTML = errMsg
|
if (errCodeDom) {
|
||||||
|
errCodeDom.innerHTML = errMsg
|
||||||
|
}
|
||||||
}
|
}
|
||||||
showError().then()
|
showError().then()
|
||||||
|
|
||||||
@@ -456,8 +462,8 @@ async function onSettingWindowCreated(view: Element) {
|
|||||||
}
|
}
|
||||||
window.llonebot.checkVersion().then(checkVersionFunc)
|
window.llonebot.checkVersion().then(checkVersionFunc)
|
||||||
window.addEventListener('beforeunload', () => {
|
window.addEventListener('beforeunload', () => {
|
||||||
window.llonebot.getConfig().then(oldConfig=>{
|
window.llonebot.getConfig().then(oldConfig => {
|
||||||
if(JSON.stringify(oldConfig) !== JSON.stringify(config)){
|
if (JSON.stringify(oldConfig) !== JSON.stringify(config)) {
|
||||||
window.llonebot.setConfig(true, config)
|
window.llonebot.setConfig(true, config)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@@ -91,7 +91,7 @@ class SatoriAdapter extends Service {
|
|||||||
input.subMsgType === 12 &&
|
input.subMsgType === 12 &&
|
||||||
input.elements[0]?.grayTipElement?.xmlElement?.templId === '10382'
|
input.elements[0]?.grayTipElement?.xmlElement?.templId === '10382'
|
||||||
) {
|
) {
|
||||||
|
// 机器人被表情回应
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// 普通的消息
|
// 普通的消息
|
||||||
|
@@ -1 +1 @@
|
|||||||
export const version = '4.1.2'
|
export const version = '4.3.1'
|
||||||
|
Reference in New Issue
Block a user