mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
Compare commits
46 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
936b1d911c | ||
![]() |
58817d1c02 | ||
![]() |
2c24422478 | ||
![]() |
c2a723380a | ||
![]() |
156bbaea33 | ||
![]() |
6c485634e1 | ||
![]() |
f39a9aeafb | ||
![]() |
1160cd4b26 | ||
![]() |
9a7ff523dd | ||
![]() |
f49995ea97 | ||
![]() |
1876dd29ac | ||
![]() |
9944b53266 | ||
![]() |
9a791e3a21 | ||
![]() |
64c5eb6c04 | ||
![]() |
e5750786cb | ||
![]() |
18cb46ade5 | ||
![]() |
e39c89a441 | ||
![]() |
476d498e44 | ||
![]() |
55446538de | ||
![]() |
b965f50653 | ||
![]() |
2d354c5eda | ||
![]() |
536999f296 | ||
![]() |
cad09b2ed1 | ||
![]() |
6be0c11ca2 | ||
![]() |
b03bcf9a7c | ||
![]() |
d4f9629af2 | ||
![]() |
6d47e2ee80 | ||
![]() |
506bddb21a | ||
![]() |
91c689baf8 | ||
![]() |
b7938aaab8 | ||
![]() |
b1a892cf4e | ||
![]() |
9284fc7e8a | ||
![]() |
ceb063143a | ||
![]() |
ed55a5a54c | ||
![]() |
2c4fdbfa6a | ||
![]() |
1132495eb3 | ||
![]() |
2ac2c68435 | ||
![]() |
6477366ba6 | ||
![]() |
1d63473a04 | ||
![]() |
692ba5163e | ||
![]() |
8bcea090ec | ||
![]() |
67568a662d | ||
![]() |
66b3706524 | ||
![]() |
6d82dd1dad | ||
![]() |
20f2e66b11 | ||
![]() |
efefb963c0 |
7
.gitattributes
vendored
Normal file
7
.gitattributes
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
* text eol=lf
|
||||||
|
|
||||||
|
*.png -text
|
||||||
|
*.jpg -text
|
||||||
|
*.ico -text
|
||||||
|
*.gif -text
|
||||||
|
*.webp -text
|
5
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
5
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@@ -7,9 +7,6 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
欢迎来到 LLOneBot 的 Issue Tracker!请填写以下表格来提交 Bug。
|
欢迎来到 LLOneBot 的 Issue Tracker!请填写以下表格来提交 Bug。
|
||||||
在提交新的 Bug 反馈前,请确保您:
|
|
||||||
* 已经搜索了现有的 issues,并且没有找到可以解决您问题的方法
|
|
||||||
* 不与现有的某一 issue 重复
|
|
||||||
- type: input
|
- type: input
|
||||||
id: system-version
|
id: system-version
|
||||||
attributes:
|
attributes:
|
||||||
@@ -40,8 +37,6 @@ body:
|
|||||||
label: OneBot 客户端
|
label: OneBot 客户端
|
||||||
description: 连接至 LLOneBot 的客户端版本信息
|
description: 连接至 LLOneBot 的客户端版本信息
|
||||||
placeholder: Overflow 2.16.0-2cf7991-SNAPSHOT
|
placeholder: Overflow 2.16.0-2cf7991-SNAPSHOT
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-happened
|
id: what-happened
|
||||||
attributes:
|
attributes:
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@@ -11,5 +11,6 @@ node_modules
|
|||||||
dist
|
dist
|
||||||
out
|
out
|
||||||
|
|
||||||
.idea/
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
@@ -31,7 +31,6 @@ const config: ElectronViteConfig = {
|
|||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
'@': path.resolve(__dirname, './src'),
|
'@': path.resolve(__dirname, './src'),
|
||||||
'./lib-cov/fluent-ffmpeg': './lib/fluent-ffmpeg',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
"name": "LLOneBot",
|
"name": "LLOneBot",
|
||||||
"slug": "LLOneBot",
|
"slug": "LLOneBot",
|
||||||
"description": "实现 OneBot 11 协议,用于 QQ 机器人开发",
|
"description": "实现 OneBot 11 协议,用于 QQ 机器人开发",
|
||||||
"version": "3.32.2",
|
"version": "3.33.0",
|
||||||
"icon": "./icon.webp",
|
"icon": "./icon.webp",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
19
package.json
19
package.json
@@ -9,23 +9,25 @@
|
|||||||
"build-mac": "npm run build && npm run deploy-mac",
|
"build-mac": "npm run build && npm run deploy-mac",
|
||||||
"deploy-mac": "cp -r dist/* ~/Library/Containers/com.tencent.qq/Data/Documents/LiteLoaderQQNT/plugins/LLOneBot/",
|
"deploy-mac": "cp -r dist/* ~/Library/Containers/com.tencent.qq/Data/Documents/LiteLoaderQQNT/plugins/LLOneBot/",
|
||||||
"build-win": "npm run build && npm run deploy-win",
|
"build-win": "npm run build && npm run deploy-win",
|
||||||
"deploy-win": "cmd /c \"xcopy /C /S /Y dist\\* %USERPROFILE%\\documents\\LiteLoaderQQNT\\plugins\\LLOneBot\\\"",
|
"deploy-win": "cmd /c \"xcopy /C /S /Y dist\\* %LITELOADERQQNT_PROFILE%\\plugins\\LLOneBot\\\"",
|
||||||
"format": "prettier -cw .",
|
"format": "prettier -cw .",
|
||||||
"check": "tsc"
|
"check": "tsc",
|
||||||
|
"compile:proto": "pbjs --no-create --no-convert --no-encode --no-verify -t static-module -w es6 -p src/ntqqapi/proto -o src/ntqqapi/proto/compiled.js systemMessage.proto profileLikeTip.proto && pbts -o src/ntqqapi/proto/compiled.d.ts src/ntqqapi/proto/compiled.js"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@minatojs/driver-sqlite": "^4.5.0",
|
"@minatojs/driver-sqlite": "^4.6.0",
|
||||||
"compressing": "^1.10.1",
|
"compressing": "^1.10.1",
|
||||||
"cordis": "^3.18.0",
|
"cordis": "^3.18.1",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"cosmokit": "^1.6.2",
|
"cosmokit": "^1.6.2",
|
||||||
"express": "^4.19.2",
|
"express": "^5.0.0",
|
||||||
"fast-xml-parser": "^4.5.0",
|
"fast-xml-parser": "^4.5.0",
|
||||||
"file-type": "^19.5.0",
|
"file-type": "^19.5.0",
|
||||||
"fluent-ffmpeg": "^2.1.3",
|
"fluent-ffmpeg": "^2.1.3",
|
||||||
"minato": "^3.5.1",
|
"minato": "^3.6.0",
|
||||||
|
"protobufjs": "^7.4.0",
|
||||||
"silk-wasm": "^3.6.1",
|
"silk-wasm": "^3.6.1",
|
||||||
"ws": "^8.18.0"
|
"ws": "^8.18.0"
|
||||||
},
|
},
|
||||||
@@ -37,8 +39,9 @@
|
|||||||
"@types/ws": "^8.5.12",
|
"@types/ws": "^8.5.12",
|
||||||
"electron": "^31.4.0",
|
"electron": "^31.4.0",
|
||||||
"electron-vite": "^2.3.0",
|
"electron-vite": "^2.3.0",
|
||||||
"typescript": "^5.5.4",
|
"protobufjs-cli": "^1.1.3",
|
||||||
"vite": "^5.4.3",
|
"typescript": "^5.6.2",
|
||||||
|
"vite": "^5.4.6",
|
||||||
"vite-plugin-cp": "^4.0.8"
|
"vite-plugin-cp": "^4.0.8"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.4.1"
|
"packageManager": "yarn@4.4.1"
|
||||||
|
@@ -35,4 +35,4 @@ const manifest = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
writeFileSync('manifest.json', JSON.stringify(manifest, null, 2))
|
writeFileSync('manifest.json', JSON.stringify(manifest, null, 2))
|
||||||
|
@@ -33,7 +33,6 @@ export class ConfigUtil {
|
|||||||
enableWsReverse: false,
|
enableWsReverse: false,
|
||||||
messagePostFormat: 'array',
|
messagePostFormat: 'array',
|
||||||
enableHttpHeart: false,
|
enableHttpHeart: false,
|
||||||
enableQOAutoQuote: false,
|
|
||||||
listenLocalhost: false
|
listenLocalhost: false
|
||||||
}
|
}
|
||||||
const defaultConfig: Config = {
|
const defaultConfig: Config = {
|
||||||
|
@@ -19,4 +19,4 @@ export const selfInfo: SelfInfo = {
|
|||||||
uin: '',
|
uin: '',
|
||||||
nick: '',
|
nick: '',
|
||||||
online: true,
|
online: true,
|
||||||
}
|
}
|
||||||
|
@@ -10,7 +10,11 @@ export interface OB11Config {
|
|||||||
enableWsReverse?: boolean
|
enableWsReverse?: boolean
|
||||||
messagePostFormat?: 'array' | 'string'
|
messagePostFormat?: 'array' | 'string'
|
||||||
enableHttpHeart?: boolean
|
enableHttpHeart?: boolean
|
||||||
enableQOAutoQuote: boolean // 快速操作回复自动引用原消息
|
/**
|
||||||
|
* 快速操作回复自动引用原消息
|
||||||
|
* @deprecated
|
||||||
|
*/
|
||||||
|
enableQOAutoQuote?: boolean
|
||||||
listenLocalhost: boolean
|
listenLocalhost: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -70,4 +74,4 @@ export interface FileCacheV2 {
|
|||||||
chatType: number
|
chatType: number
|
||||||
elementId: string
|
elementId: string
|
||||||
elementType: number
|
elementType: number
|
||||||
}
|
}
|
||||||
|
@@ -101,7 +101,7 @@ export async function encodeSilk(ctx: Context, filePath: string) {
|
|||||||
|
|
||||||
type OutFormat = 'mp3' | 'amr' | 'wma' | 'm4a' | 'spx' | 'ogg' | 'wav' | 'flac'
|
type OutFormat = 'mp3' | 'amr' | 'wma' | 'm4a' | 'spx' | 'ogg' | 'wav' | 'flac'
|
||||||
|
|
||||||
export async function decodeSilk(ctx: Context, inputFilePath: string, outFormat: OutFormat = 'mp3') {
|
export async function decodeSilk(ctx: Context, inputFilePath: string, outFormat: OutFormat) {
|
||||||
const silk = await fsPromise.readFile(inputFilePath)
|
const silk = await fsPromise.readFile(inputFilePath)
|
||||||
const { data } = await decode(silk, 24000)
|
const { data } = await decode(silk, 24000)
|
||||||
const tmpPath = path.join(TEMP_DIR, path.basename(inputFilePath))
|
const tmpPath = path.join(TEMP_DIR, path.basename(inputFilePath))
|
||||||
@@ -115,4 +115,4 @@ export async function decodeSilk(ctx: Context, inputFilePath: string, outFormat:
|
|||||||
'-ac 1'
|
'-ac 1'
|
||||||
]
|
]
|
||||||
}, outFilePath)
|
}, outFilePath)
|
||||||
}
|
}
|
||||||
|
@@ -91,17 +91,26 @@ interface FetchFileRes {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export async function fetchFile(url: string, headersInit?: Record<string, string>): Promise<FetchFileRes> {
|
export async function fetchFile(url: string, headersInit?: Record<string, string>): Promise<FetchFileRes> {
|
||||||
const headers: Record<string, string> = {
|
const headers = new Headers({
|
||||||
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36',
|
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36',
|
||||||
'Host': new URL(url).hostname,
|
'Host': new URL(url).hostname,
|
||||||
...headersInit
|
...headersInit
|
||||||
}
|
})
|
||||||
const raw = await fetch(url, { headers }).catch((err) => {
|
let raw = await fetch(url, { headers }).catch((err) => {
|
||||||
if (err.cause) {
|
if (err.cause) {
|
||||||
throw err.cause
|
throw err.cause
|
||||||
}
|
}
|
||||||
throw err
|
throw err
|
||||||
})
|
})
|
||||||
|
if (raw.status === 403 && !headers.has('Referer')) {
|
||||||
|
headers.set('Referer', url)
|
||||||
|
raw = await fetch(url, { headers }).catch((err) => {
|
||||||
|
if (err.cause) {
|
||||||
|
throw err.cause
|
||||||
|
}
|
||||||
|
throw err
|
||||||
|
})
|
||||||
|
}
|
||||||
if (!raw.ok) throw new Error(`statusText: ${raw.statusText}`)
|
if (!raw.ok) throw new Error(`statusText: ${raw.statusText}`)
|
||||||
return {
|
return {
|
||||||
data: Buffer.from(await raw.arrayBuffer()),
|
data: Buffer.from(await raw.arrayBuffer()),
|
||||||
@@ -133,7 +142,7 @@ export async function uri2local(uri: string, filename?: string, needExt?: boolea
|
|||||||
|
|
||||||
if (type === FileUriType.RemoteURL) {
|
if (type === FileUriType.RemoteURL) {
|
||||||
try {
|
try {
|
||||||
const res = await fetchFile(uri, {'Referer': uri})
|
const res = await fetchFile(uri)
|
||||||
const match = res.url.match(/.+\/([^/?]*)(?=\?)?/)
|
const match = res.url.match(/.+\/([^/?]*)(?=\?)?/)
|
||||||
if (match?.[1]) {
|
if (match?.[1]) {
|
||||||
filename ??= match[1].replace(/[/\\:*?"<>|]/g, '_')
|
filename ??= match[1].replace(/[/\\:*?"<>|]/g, '_')
|
||||||
|
@@ -127,7 +127,6 @@ class MessageUniqueWrapper {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return undefined
|
|
||||||
}
|
}
|
||||||
|
|
||||||
getShortIdByMsgId(msgId: string): number | undefined {
|
getShortIdByMsgId(msgId: string): number | undefined {
|
||||||
@@ -160,4 +159,4 @@ class MessageUniqueWrapper {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export const MessageUnique: MessageUniqueWrapper = new MessageUniqueWrapper()
|
export const MessageUnique: MessageUniqueWrapper = new MessageUniqueWrapper()
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
import { QQLevel } from '@/ntqqapi/types'
|
import { QQLevel } from '@/ntqqapi/types'
|
||||||
import { Dict } from 'cosmokit'
|
import { Dict, isNullable } from 'cosmokit'
|
||||||
|
|
||||||
export function isNumeric(str: string) {
|
export function isNumeric(str: string) {
|
||||||
return /^\d+$/.test(str)
|
return /^\d+$/.test(str)
|
||||||
@@ -32,4 +32,8 @@ export function mergeNewProperties(newObj: Dict, oldObj: Dict) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export function filterNullable<T>(array: T[]) {
|
||||||
|
return array.filter(e => !isNullable(e)) as NonNullable<T>[]
|
||||||
|
}
|
||||||
|
@@ -16,12 +16,11 @@ export class LimitedHashTable<K, V> {
|
|||||||
this.keyToValue.set(key, value)
|
this.keyToValue.set(key, value)
|
||||||
this.valueToKey.set(value, key)
|
this.valueToKey.set(value, key)
|
||||||
while (this.keyToValue.size !== this.valueToKey.size) {
|
while (this.keyToValue.size !== this.valueToKey.size) {
|
||||||
console.log('keyToValue.size !== valueToKey.size Error Atom')
|
|
||||||
this.keyToValue.clear()
|
this.keyToValue.clear()
|
||||||
this.valueToKey.clear()
|
this.valueToKey.clear()
|
||||||
}
|
}
|
||||||
while (this.keyToValue.size > this.maxSize || this.valueToKey.size > this.maxSize) {
|
while (this.keyToValue.size > this.maxSize || this.valueToKey.size > this.maxSize) {
|
||||||
const oldestKey = this.keyToValue.keys().next().value
|
const oldestKey = this.keyToValue.keys().next().value!
|
||||||
this.valueToKey.delete(this.keyToValue.get(oldestKey)!)
|
this.valueToKey.delete(this.keyToValue.get(oldestKey)!)
|
||||||
this.keyToValue.delete(oldestKey)
|
this.keyToValue.delete(oldestKey)
|
||||||
}
|
}
|
||||||
@@ -56,7 +55,7 @@ export class LimitedHashTable<K, V> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//获取最近刚写入的几个值
|
//获取最近刚写入的几个值
|
||||||
getHeads(size: number): { key: K; value: V }[] | undefined {
|
getHeads(size: number): { key: K, value: V }[] | undefined {
|
||||||
const keyList = this.getKeyList()
|
const keyList = this.getKeyList()
|
||||||
if (keyList.length === 0) {
|
if (keyList.length === 0) {
|
||||||
return undefined
|
return undefined
|
||||||
|
@@ -5,20 +5,22 @@ import { version } from '../../version'
|
|||||||
import { copyFolder, log, fetchFile } from '.'
|
import { copyFolder, log, fetchFile } from '.'
|
||||||
import { PLUGIN_DIR, TEMP_DIR } from '../globalVars'
|
import { PLUGIN_DIR, TEMP_DIR } from '../globalVars'
|
||||||
|
|
||||||
const downloadMirrorHosts = ['https://mirror.ghproxy.com/']
|
const downloadMirrorHosts = ['https://ghp.ci/']
|
||||||
const checkVersionMirrorHosts = ['https://kkgithub.com']
|
const releasesMirrorHosts = ['https://kkgithub.com']
|
||||||
|
|
||||||
export async function checkNewVersion() {
|
export async function checkNewVersion() {
|
||||||
const latestVersionText = await getRemoteVersion()
|
const latestVersionText = await getRemoteVersion()
|
||||||
const latestVersion = latestVersionText.split('.')
|
const latestVersion = latestVersionText.split('.')
|
||||||
//log('llonebot last version', latestVersion)
|
log('LLOneBot latest version', latestVersion)
|
||||||
const currentVersion: string[] = version.split('.')
|
const currentVersion = version.split('.')
|
||||||
//log('llonebot current version', currentVersion)
|
//log('llonebot current version', currentVersion)
|
||||||
for (const k of [0, 1, 2]) {
|
for (const k of [0, 1, 2]) {
|
||||||
if (parseInt(latestVersion[k]) > parseInt(currentVersion[k])) {
|
const latest = parseInt(latestVersion[k])
|
||||||
|
const current = parseInt(currentVersion[k])
|
||||||
|
if (latest > current) {
|
||||||
log('')
|
log('')
|
||||||
return { result: true, version: latestVersionText }
|
return { result: true, version: latestVersionText }
|
||||||
} else if (parseInt(latestVersion[k]) < parseInt(currentVersion[k])) {
|
} else if (latest < current) {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -28,7 +30,7 @@ export async function checkNewVersion() {
|
|||||||
export async function upgradeLLOneBot() {
|
export async function upgradeLLOneBot() {
|
||||||
const latestVersion = await getRemoteVersion()
|
const latestVersion = await getRemoteVersion()
|
||||||
if (latestVersion && latestVersion != '') {
|
if (latestVersion && latestVersion != '') {
|
||||||
const downloadUrl = 'https://github.com/LLOneBot/LLOneBot/releases/download/v' + latestVersion + '/LLOneBot.zip'
|
const downloadUrl = `https://github.com/LLOneBot/LLOneBot/releases/download/v${latestVersion}/LLOneBot.zip`
|
||||||
const filePath = path.join(TEMP_DIR, './update-' + latestVersion + '.zip')
|
const filePath = path.join(TEMP_DIR, './update-' + latestVersion + '.zip')
|
||||||
let downloadSuccess = false
|
let downloadSuccess = false
|
||||||
// 多镜像下载
|
// 多镜像下载
|
||||||
@@ -73,26 +75,34 @@ export async function upgradeLLOneBot() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export async function getRemoteVersion() {
|
export async function getRemoteVersion() {
|
||||||
let Version = ''
|
for (const mirror of releasesMirrorHosts) {
|
||||||
for (let i = 0; i < checkVersionMirrorHosts.length; i++) {
|
const version = await getRemoteVersionByReleasesMirror(mirror)
|
||||||
const mirrorGithub = checkVersionMirrorHosts[i]
|
if (version) {
|
||||||
const tVersion = await getRemoteVersionByMirror(mirrorGithub)
|
return version
|
||||||
if (tVersion && tVersion != '') {
|
}
|
||||||
Version = tVersion
|
}
|
||||||
break
|
for (const mirror of downloadMirrorHosts) {
|
||||||
|
const version = await getRemoteVersionByDownloadMirror(mirror)
|
||||||
|
if (version) {
|
||||||
|
return version
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return Version
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function getRemoteVersionByMirror(mirrorGithub: string) {
|
|
||||||
let releasePage = 'error'
|
|
||||||
|
|
||||||
try {
|
|
||||||
releasePage = (await fetchFile(mirrorGithub + '/LLOneBot/LLOneBot/releases')).data.toString()
|
|
||||||
// log("releasePage", releasePage);
|
|
||||||
if (releasePage === 'error') return ''
|
|
||||||
return releasePage.match(new RegExp('(?<=(tag/v)).*?(?=("))'))?.[0]
|
|
||||||
} catch { }
|
|
||||||
return ''
|
return ''
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export async function getRemoteVersionByDownloadMirror(mirrorGithub: string) {
|
||||||
|
try {
|
||||||
|
const source = 'https://raw.githubusercontent.com/LLOneBot/LLOneBot/main/src/version.ts'
|
||||||
|
const page = (await fetchFile(mirrorGithub + source)).data.toString()
|
||||||
|
return page.match(/(\d+\.\d+\.\d+)/)?.[0]
|
||||||
|
} catch (e) {
|
||||||
|
log(e?.toString())
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function getRemoteVersionByReleasesMirror(mirrorGithub: string) {
|
||||||
|
try {
|
||||||
|
const page = (await fetchFile(mirrorGithub + '/LLOneBot/LLOneBot/releases')).data.toString()
|
||||||
|
return page.match(new RegExp('(?<=(tag/v)).*?(?=("))'))?.[0]
|
||||||
|
} catch { }
|
||||||
|
}
|
||||||
|
2
src/global.d.ts
vendored
2
src/global.d.ts
vendored
@@ -6,4 +6,4 @@ declare global {
|
|||||||
var LiteLoader: Dict
|
var LiteLoader: Dict
|
||||||
var authData: Dict | undefined
|
var authData: Dict | undefined
|
||||||
var navigation: Dict | undefined
|
var navigation: Dict | undefined
|
||||||
}
|
}
|
||||||
|
@@ -23,8 +23,7 @@ export default class Log {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
const dateTime = new Date(record.timestamp).toLocaleString()
|
const dateTime = new Date(record.timestamp).toLocaleString()
|
||||||
const userInfo = selfInfo.uin ? `${selfInfo.nick}(${selfInfo.uin})` : ''
|
const content = `${dateTime} [${record.type}] ${selfInfo.nick}(${selfInfo.uin}) | ${record.name} ${record.content}\n\n`
|
||||||
const content = `${dateTime} [${record.type}] ${userInfo} | ${record.name} ${record.content}\n\n`
|
|
||||||
appendFile(file, content, noop)
|
appendFile(file, content, noop)
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
@@ -33,4 +32,4 @@ export default class Log {
|
|||||||
enable = input.log!
|
enable = input.log!
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -13,15 +13,14 @@ import {
|
|||||||
PicElement,
|
PicElement,
|
||||||
} from '../types'
|
} from '../types'
|
||||||
import path from 'node:path'
|
import path from 'node:path'
|
||||||
import fs from 'node:fs'
|
import { existsSync } from 'node:fs'
|
||||||
import { ReceiveCmdS } from '../hook'
|
import { ReceiveCmdS } from '../hook'
|
||||||
import { RkeyManager } from '@/ntqqapi/helper/rkey'
|
import { RkeyManager } from '@/ntqqapi/helper/rkey'
|
||||||
import { getSession } from '@/ntqqapi/wrapper'
|
import { getSession } from '@/ntqqapi/wrapper'
|
||||||
import { Peer } from '@/ntqqapi/types/msg'
|
import { OnRichMediaDownloadCompleteParams, Peer } from '@/ntqqapi/types/msg'
|
||||||
import { calculateFileMD5 } from '@/common/utils/file'
|
import { calculateFileMD5 } from '@/common/utils/file'
|
||||||
import { fileTypeFromFile } from 'file-type'
|
import { fileTypeFromFile } from 'file-type'
|
||||||
import fsPromise from 'node:fs/promises'
|
import { copyFile, stat, unlink } from 'node:fs/promises'
|
||||||
import { OnRichMediaDownloadCompleteParams } from '@/ntqqapi/listeners'
|
|
||||||
import { Time } from 'cosmokit'
|
import { Time } from 'cosmokit'
|
||||||
import { Service, Context } from 'cordis'
|
import { Service, Context } from 'cordis'
|
||||||
import { TEMP_DIR } from '@/common/globalVars'
|
import { TEMP_DIR } from '@/common/globalVars'
|
||||||
@@ -38,7 +37,7 @@ export class NTQQFileApi extends Service {
|
|||||||
|
|
||||||
constructor(protected ctx: Context) {
|
constructor(protected ctx: Context) {
|
||||||
super(ctx, 'ntFileApi', true)
|
super(ctx, 'ntFileApi', true)
|
||||||
this.rkeyManager = new RkeyManager(ctx, 'http://napcat-sign.wumiao.wang:2082/rkey')
|
this.rkeyManager = new RkeyManager(ctx, 'https://llob.linyuchen.net/rkey')
|
||||||
}
|
}
|
||||||
|
|
||||||
async getVideoUrl(peer: Peer, msgId: string, elementId: string) {
|
async getVideoUrl(peer: Peer, msgId: string, elementId: string) {
|
||||||
@@ -111,8 +110,8 @@ export class NTQQFileApi extends Service {
|
|||||||
},
|
},
|
||||||
}])
|
}])
|
||||||
}
|
}
|
||||||
await fsPromise.copyFile(filePath, mediaPath)
|
await copyFile(filePath, mediaPath)
|
||||||
const fileSize = (await fsPromise.stat(filePath)).size
|
const fileSize = (await stat(filePath)).size
|
||||||
return {
|
return {
|
||||||
md5: fileMd5,
|
md5: fileMd5,
|
||||||
fileName,
|
fileName,
|
||||||
@@ -133,10 +132,10 @@ export class NTQQFileApi extends Service {
|
|||||||
force = false
|
force = false
|
||||||
) {
|
) {
|
||||||
// 用于下载收到的消息中的图片等
|
// 用于下载收到的消息中的图片等
|
||||||
if (sourcePath && fs.existsSync(sourcePath)) {
|
if (sourcePath && existsSync(sourcePath)) {
|
||||||
if (force) {
|
if (force) {
|
||||||
try {
|
try {
|
||||||
await fsPromise.unlink(sourcePath)
|
await unlink(sourcePath)
|
||||||
} catch { }
|
} catch { }
|
||||||
} else {
|
} else {
|
||||||
return sourcePath
|
return sourcePath
|
||||||
|
@@ -42,13 +42,7 @@ export class NTQQFriendApi extends Service {
|
|||||||
return _friends
|
return _friends
|
||||||
}
|
}
|
||||||
|
|
||||||
async handleFriendRequest(flag: string, accept: boolean) {
|
async handleFriendRequest(friendUid: string, reqTime: string, accept: boolean) {
|
||||||
const data = flag.split('|')
|
|
||||||
if (data.length < 2) {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
const friendUid = data[0]
|
|
||||||
const reqTime = data[1]
|
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
if (session) {
|
if (session) {
|
||||||
return session.getBuddyService().approvalFriendRequest({
|
return session.getBuddyService().approvalFriendRequest({
|
||||||
@@ -189,4 +183,15 @@ export class NTQQFriendApi extends Service {
|
|||||||
return await invoke('nodeIKernelBuddyService/isBuddy', [{ uid }, null])
|
return await invoke('nodeIKernelBuddyService/isBuddy', [{ uid }, null])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async getBuddyRecommendContact(uin: string) {
|
||||||
|
const ret = await invoke('nodeIKernelBuddyService/getBuddyRecommendContactArkJson', [{ uin }, null])
|
||||||
|
return ret.arkMsg
|
||||||
|
}
|
||||||
|
|
||||||
|
async setBuddyRemark(uid: string, remark: string) {
|
||||||
|
return await invoke('nodeIKernelBuddyService/setBuddyRemark', [{
|
||||||
|
remarkParams: { uid, remark }
|
||||||
|
}, null])
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,10 +1,18 @@
|
|||||||
import { ReceiveCmdS } from '../hook'
|
import { ReceiveCmdS } from '../hook'
|
||||||
import { Group, GroupMember, GroupMemberRole, GroupNotifies, GroupRequestOperateTypes, GetFileListParam, PublishGroupBulletinReq } from '../types'
|
import {
|
||||||
|
Group,
|
||||||
|
GroupMember,
|
||||||
|
GroupMemberRole,
|
||||||
|
GroupNotifies,
|
||||||
|
GroupRequestOperateTypes,
|
||||||
|
GetFileListParam,
|
||||||
|
OnGroupFileInfoUpdateParams,
|
||||||
|
PublishGroupBulletinReq
|
||||||
|
} from '../types'
|
||||||
import { invoke, NTClass, NTMethod } from '../ntcall'
|
import { invoke, NTClass, NTMethod } from '../ntcall'
|
||||||
import { GeneralCallResult } from '../services'
|
import { GeneralCallResult } from '../services'
|
||||||
import { NTQQWindows } from './window'
|
import { NTQQWindows } from './window'
|
||||||
import { getSession } from '../wrapper'
|
import { getSession } from '../wrapper'
|
||||||
import { OnGroupFileInfoUpdateParams } from '../listeners'
|
|
||||||
import { NodeIKernelGroupService } from '../services'
|
import { NodeIKernelGroupService } from '../services'
|
||||||
import { Service, Context } from 'cordis'
|
import { Service, Context } from 'cordis'
|
||||||
import { isNumeric } from '@/common/utils/misc'
|
import { isNumeric } from '@/common/utils/misc'
|
||||||
@@ -117,17 +125,15 @@ export class NTQQGroupApi extends Service {
|
|||||||
const type = parseInt(flagitem[2])
|
const type = parseInt(flagitem[2])
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
if (session) {
|
if (session) {
|
||||||
return session.getGroupService().operateSysNotify(
|
return session.getGroupService().operateSysNotify(false, {
|
||||||
false,
|
operateType, // 2 拒绝
|
||||||
{
|
targetMsg: {
|
||||||
'operateType': operateType, // 2 拒绝
|
seq, // 通知序列号
|
||||||
'targetMsg': {
|
type,
|
||||||
'seq': seq, // 通知序列号
|
groupCode,
|
||||||
'type': type,
|
postscript: reason || ' ' // 仅传空值可能导致处理失败,故默认给个空格
|
||||||
'groupCode': groupCode,
|
}
|
||||||
'postscript': reason || ' ' // 仅传空值可能导致处理失败,故默认给个空格
|
})
|
||||||
}
|
|
||||||
})
|
|
||||||
} else {
|
} else {
|
||||||
return await invoke(NTMethod.HANDLE_GROUP_REQUEST, [{
|
return await invoke(NTMethod.HANDLE_GROUP_REQUEST, [{
|
||||||
doubt: false,
|
doubt: false,
|
||||||
@@ -265,8 +271,8 @@ export class NTQQGroupApi extends Service {
|
|||||||
return await invoke('nodeIKernelRichMediaService/deleteGroupFolder', [{ groupId, folderId }, null])
|
return await invoke('nodeIKernelRichMediaService/deleteGroupFolder', [{ groupId, folderId }, null])
|
||||||
}
|
}
|
||||||
|
|
||||||
async deleteGroupFile(groupId: string, fileIdList: string[]) {
|
async deleteGroupFile(groupId: string, fileIdList: string[], busIdList: number[]) {
|
||||||
return await invoke('nodeIKernelRichMediaService/deleteGroupFile', [{ groupId, busIdList: [102], fileIdList }, null])
|
return await invoke('nodeIKernelRichMediaService/deleteGroupFile', [{ groupId, busIdList, fileIdList }, null])
|
||||||
}
|
}
|
||||||
|
|
||||||
async getGroupFileList(groupId: string, fileListForm: GetFileListParam) {
|
async getGroupFileList(groupId: string, fileListForm: GetFileListParam) {
|
||||||
@@ -300,4 +306,9 @@ export class NTQQGroupApi extends Service {
|
|||||||
const psKey = (await ntUserApi.getPSkey(['qun.qq.com'])).domainPskeyMap.get('qun.qq.com')!
|
const psKey = (await ntUserApi.getPSkey(['qun.qq.com'])).domainPskeyMap.get('qun.qq.com')!
|
||||||
return await invoke('nodeIKernelGroupService/uploadGroupBulletinPic', [{ groupCode, psKey, path }, null])
|
return await invoke('nodeIKernelGroupService/uploadGroupBulletinPic', [{ groupCode, psKey, path }, null])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async getGroupRecommendContact(groupCode: string) {
|
||||||
|
const ret = await invoke('nodeIKernelGroupService/getGroupRecommendContactArkJson', [{ groupCode }, null])
|
||||||
|
return ret.arkJson
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -183,7 +183,7 @@ export class NTQQMsgApi extends Service {
|
|||||||
if (!arkElement) {
|
if (!arkElement) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
const forwardData = JSON.parse(arkElement.arkElement.bytesData)
|
const forwardData = JSON.parse(arkElement.arkElement!.bytesData)
|
||||||
if (forwardData.app != 'com.tencent.multimsg') {
|
if (forwardData.app != 'com.tencent.multimsg') {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
@@ -256,4 +256,23 @@ export class NTQQMsgApi extends Service {
|
|||||||
async setMsgRead(peer: Peer) {
|
async setMsgRead(peer: Peer) {
|
||||||
return await invoke('nodeIKernelMsgService/setMsgRead', [{ peer }, null])
|
return await invoke('nodeIKernelMsgService/setMsgRead', [{ peer }, null])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async getMsgEmojiLikesList(peer: Peer, msgSeq: string, emojiId: string, emojiType: string, count: number) {
|
||||||
|
return await invoke('nodeIKernelMsgService/getMsgEmojiLikesList', [{
|
||||||
|
peer,
|
||||||
|
msgSeq,
|
||||||
|
emojiId,
|
||||||
|
emojiType,
|
||||||
|
cnt: count
|
||||||
|
}, null])
|
||||||
|
}
|
||||||
|
|
||||||
|
async fetchFavEmojiList(count: number) {
|
||||||
|
return await invoke('nodeIKernelMsgService/fetchFavEmojiList', [{
|
||||||
|
resId: '',
|
||||||
|
count,
|
||||||
|
backwardFetch: true,
|
||||||
|
forceRefresh: true
|
||||||
|
}, null])
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -87,17 +87,6 @@ export class NTQQUserApi extends Service {
|
|||||||
return result.info
|
return result.info
|
||||||
}
|
}
|
||||||
|
|
||||||
async getSkey(): Promise<string> {
|
|
||||||
const clientKeyData = await this.forceFetchClientKey()
|
|
||||||
if (clientKeyData?.result !== 0) {
|
|
||||||
throw new Error('获取clientKey失败')
|
|
||||||
}
|
|
||||||
const url = 'https://ssl.ptlogin2.qq.com/jump?ptlang=1033&clientuin=' + selfInfo.uin
|
|
||||||
+ '&clientkey=' + clientKeyData.clientKey
|
|
||||||
+ '&u1=https%3A%2F%2Fh5.qzone.qq.com%2Fqqnt%2Fqzoneinpcqq%2Ffriend%3Frefresh%3D0%26clientuin%3D0%26darkMode%3D0&keyindex=' + clientKeyData.keyIndex
|
|
||||||
return (await RequestUtil.HttpsGetCookies(url))?.skey
|
|
||||||
}
|
|
||||||
|
|
||||||
async getCookies(domain: string) {
|
async getCookies(domain: string) {
|
||||||
const clientKeyData = await this.forceFetchClientKey()
|
const clientKeyData = await this.forceFetchClientKey()
|
||||||
if (clientKeyData?.result !== 0) {
|
if (clientKeyData?.result !== 0) {
|
||||||
|
@@ -19,6 +19,7 @@ import {
|
|||||||
} from './types'
|
} from './types'
|
||||||
import { selfInfo } from '../common/globalVars'
|
import { selfInfo } from '../common/globalVars'
|
||||||
import { version } from '../version'
|
import { version } from '../version'
|
||||||
|
import { invoke } from './ntcall'
|
||||||
|
|
||||||
declare module 'cordis' {
|
declare module 'cordis' {
|
||||||
interface Context {
|
interface Context {
|
||||||
@@ -26,11 +27,12 @@ declare module 'cordis' {
|
|||||||
}
|
}
|
||||||
interface Events {
|
interface Events {
|
||||||
'nt/message-created': (input: RawMessage[]) => void
|
'nt/message-created': (input: RawMessage[]) => void
|
||||||
'nt/message-deleted': (input: RawMessage[]) => void
|
'nt/message-deleted': (input: RawMessage) => void
|
||||||
'nt/message-sent': (input: RawMessage[]) => void
|
'nt/message-sent': (input: RawMessage) => void
|
||||||
'nt/group-notify': (input: GroupNotify[]) => void
|
'nt/group-notify': (input: GroupNotify[]) => void
|
||||||
'nt/friend-request': (input: FriendRequest[]) => void
|
'nt/friend-request': (input: FriendRequest[]) => void
|
||||||
'nt/group-member-info-updated': (input: { groupCode: string, members: GroupMember[] }) => void
|
'nt/group-member-info-updated': (input: { groupCode: string, members: GroupMember[] }) => void
|
||||||
|
'nt/system-message-created': (input: Uint8Array) => void
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -94,7 +96,7 @@ class Core extends Service {
|
|||||||
}
|
}
|
||||||
for (const path of pathList) {
|
for (const path of pathList) {
|
||||||
if (path) {
|
if (path) {
|
||||||
fs.unlink(picPath, () => {
|
fs.unlink(path, () => {
|
||||||
this.ctx.logger.info('删除文件成功', path)
|
this.ctx.logger.info('删除文件成功', path)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@@ -172,23 +174,26 @@ class Core extends Service {
|
|||||||
this.ctx.parallel('nt/message-created', payload.msgList)
|
this.ctx.parallel('nt/message-created', payload.msgList)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
const sentMsgIds = new Map<string, boolean>()
|
||||||
const recallMsgIds: string[] = [] // 避免重复上报
|
const recallMsgIds: string[] = [] // 避免重复上报
|
||||||
|
|
||||||
registerReceiveHook<{ msgList: RawMessage[] }>([ReceiveCmdS.UPDATE_MSG], payload => {
|
registerReceiveHook<{ msgList: RawMessage[] }>([ReceiveCmdS.UPDATE_MSG], payload => {
|
||||||
const list = payload.msgList.filter(v => {
|
for (const msg of payload.msgList) {
|
||||||
if (recallMsgIds.includes(v.msgId)) {
|
if (msg.recallTime !== '0' && !recallMsgIds.includes(msg.msgId)) {
|
||||||
return false
|
recallMsgIds.push(msg.msgId)
|
||||||
|
this.ctx.parallel('nt/message-deleted', msg)
|
||||||
|
} else if (sentMsgIds.get(msg.msgId)) {
|
||||||
|
sentMsgIds.delete(msg.msgId)
|
||||||
|
this.ctx.parallel('nt/message-sent', msg)
|
||||||
}
|
}
|
||||||
recallMsgIds.push(v.msgId)
|
}
|
||||||
return true
|
|
||||||
})
|
|
||||||
this.ctx.parallel('nt/message-deleted', list)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
registerReceiveHook<{ msgRecord: RawMessage }>(ReceiveCmdS.SELF_SEND_MSG, payload => {
|
registerReceiveHook<{ msgRecord: RawMessage }>(ReceiveCmdS.SELF_SEND_MSG, payload => {
|
||||||
if (!this.config.reportSelfMessage) {
|
if (!this.config.reportSelfMessage) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.ctx.parallel('nt/message-sent', [payload.msgRecord])
|
sentMsgIds.set(payload.msgRecord.msgId, true)
|
||||||
})
|
})
|
||||||
|
|
||||||
const groupNotifyFlags: string[] = []
|
const groupNotifyFlags: string[] = []
|
||||||
@@ -219,6 +224,14 @@ class Core extends Service {
|
|||||||
registerReceiveHook<FriendRequestNotify>(ReceiveCmdS.FRIEND_REQUEST, payload => {
|
registerReceiveHook<FriendRequestNotify>(ReceiveCmdS.FRIEND_REQUEST, payload => {
|
||||||
this.ctx.parallel('nt/friend-request', payload.data.buddyReqs)
|
this.ctx.parallel('nt/friend-request', payload.data.buddyReqs)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
invoke('nodeIKernelMsgListener/onRecvSysMsg', [], { classNameIsRegister: true })
|
||||||
|
|
||||||
|
registerReceiveHook<{
|
||||||
|
msgBuf: number[]
|
||||||
|
}>('nodeIKernelMsgListener/onRecvSysMsg', payload => {
|
||||||
|
this.ctx.parallel('nt/system-message-created', Uint8Array.from(payload.msgBuf))
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -227,4 +240,4 @@ namespace Core {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Core
|
export default Core
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import { Context } from "cordis"
|
import { Context } from 'cordis'
|
||||||
|
|
||||||
interface ServerRkeyData {
|
interface ServerRkeyData {
|
||||||
group_rkey: string
|
group_rkey: string
|
||||||
|
@@ -173,4 +173,4 @@ export function registerCallHook(
|
|||||||
export function removeReceiveHook(id: string) {
|
export function removeReceiveHook(id: string) {
|
||||||
const index = receiveHooks.findIndex((h) => h.id === id)
|
const index = receiveHooks.findIndex((h) => h.id === id)
|
||||||
receiveHooks.splice(index, 1)
|
receiveHooks.splice(index, 1)
|
||||||
}
|
}
|
||||||
|
@@ -1,58 +0,0 @@
|
|||||||
import { Group, GroupListUpdateType, GroupMember, GroupNotify } from '@/ntqqapi/types'
|
|
||||||
|
|
||||||
export interface IGroupListener {
|
|
||||||
onGroupListUpdate(updateType: GroupListUpdateType, groupList: Group[]): void
|
|
||||||
|
|
||||||
onGroupExtListUpdate(...args: unknown[]): void
|
|
||||||
|
|
||||||
onGroupSingleScreenNotifies(doubt: boolean, seq: string, notifies: GroupNotify[]): void
|
|
||||||
|
|
||||||
onGroupNotifiesUpdated(dboubt: boolean, notifies: GroupNotify[]): void
|
|
||||||
|
|
||||||
onGroupNotifiesUnreadCountUpdated(...args: unknown[]): void
|
|
||||||
|
|
||||||
onGroupDetailInfoChange(...args: unknown[]): void
|
|
||||||
|
|
||||||
onGroupAllInfoChange(...args: unknown[]): void
|
|
||||||
|
|
||||||
onGroupsMsgMaskResult(...args: unknown[]): void
|
|
||||||
|
|
||||||
onGroupConfMemberChange(...args: unknown[]): void
|
|
||||||
|
|
||||||
onGroupBulletinChange(...args: unknown[]): void
|
|
||||||
|
|
||||||
onGetGroupBulletinListResult(...args: unknown[]): void
|
|
||||||
|
|
||||||
onMemberListChange(arg: {
|
|
||||||
sceneId: string,
|
|
||||||
ids: string[],
|
|
||||||
infos: Map<string, GroupMember>,
|
|
||||||
finish: boolean,
|
|
||||||
hasRobot: boolean
|
|
||||||
}): void
|
|
||||||
|
|
||||||
onMemberInfoChange(groupCode: string, changeType: number, members: Map<string, GroupMember>): void
|
|
||||||
|
|
||||||
onSearchMemberChange(...args: unknown[]): void
|
|
||||||
|
|
||||||
onGroupBulletinRichMediaDownloadComplete(...args: unknown[]): void
|
|
||||||
|
|
||||||
onGroupBulletinRichMediaProgressUpdate(...args: unknown[]): void
|
|
||||||
|
|
||||||
onGroupStatisticInfoChange(...args: unknown[]): void
|
|
||||||
|
|
||||||
onJoinGroupNotify(...args: unknown[]): void
|
|
||||||
|
|
||||||
onShutUpMemberListChanged(...args: unknown[]): void
|
|
||||||
|
|
||||||
onGroupBulletinRemindNotify(...args: unknown[]): void
|
|
||||||
|
|
||||||
onGroupFirstBulletinNotify(...args: unknown[]): void
|
|
||||||
|
|
||||||
onJoinGroupNoVerifyFlag(...args: unknown[]): void
|
|
||||||
|
|
||||||
onGroupArkInviteStateResult(...args: unknown[]): void
|
|
||||||
|
|
||||||
// 发现于Win 9.9.9 23159
|
|
||||||
onGroupMemberLevelInfoChange(...args: unknown[]): void
|
|
||||||
}
|
|
@@ -1,268 +0,0 @@
|
|||||||
import { ChatType, RawMessage } from '@/ntqqapi/types'
|
|
||||||
|
|
||||||
export interface OnRichMediaDownloadCompleteParams {
|
|
||||||
fileModelId: string,
|
|
||||||
msgElementId: string,
|
|
||||||
msgId: string,
|
|
||||||
fileId: string,
|
|
||||||
fileProgress: string, // '0'
|
|
||||||
fileSpeed: string, // '0'
|
|
||||||
fileErrCode: string, // '0'
|
|
||||||
fileErrMsg: string,
|
|
||||||
fileDownType: number, // 暂时未知
|
|
||||||
thumbSize: number,
|
|
||||||
filePath: string,
|
|
||||||
totalSize: string,
|
|
||||||
trasferStatus: number,
|
|
||||||
step: number,
|
|
||||||
commonFileInfo: unknown | null,
|
|
||||||
fileSrvErrCode: string,
|
|
||||||
clientMsg: string,
|
|
||||||
businessId: number,
|
|
||||||
userTotalSpacePerDay: unknown | null,
|
|
||||||
userUsedSpacePerDay: unknown | null
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface OnGroupFileInfoUpdateParams {
|
|
||||||
retCode: number
|
|
||||||
retMsg: string
|
|
||||||
clientWording: string
|
|
||||||
isEnd: boolean
|
|
||||||
item: {
|
|
||||||
peerId: string
|
|
||||||
type: number
|
|
||||||
folderInfo?: {
|
|
||||||
folderId: string
|
|
||||||
parentFolderId: string
|
|
||||||
folderName: string
|
|
||||||
createTime: number
|
|
||||||
modifyTime: number
|
|
||||||
createUin: string
|
|
||||||
creatorName: string
|
|
||||||
totalFileCount: number
|
|
||||||
modifyUin: string
|
|
||||||
modifyName: string
|
|
||||||
usedSpace: string
|
|
||||||
}
|
|
||||||
fileInfo?: {
|
|
||||||
fileModelId: string
|
|
||||||
fileId: string
|
|
||||||
fileName: string
|
|
||||||
fileSize: string
|
|
||||||
busId: number
|
|
||||||
uploadedSize: string
|
|
||||||
uploadTime: number
|
|
||||||
deadTime: number
|
|
||||||
modifyTime: number
|
|
||||||
downloadTimes: number
|
|
||||||
sha: string
|
|
||||||
sha3: string
|
|
||||||
md5: string
|
|
||||||
uploaderLocalPath: string
|
|
||||||
uploaderName: string
|
|
||||||
uploaderUin: string
|
|
||||||
parentFolderId: string
|
|
||||||
localPath: string
|
|
||||||
transStatus: number
|
|
||||||
transType: number
|
|
||||||
elementId: string
|
|
||||||
isFolder: boolean
|
|
||||||
}
|
|
||||||
}[]
|
|
||||||
allFileCount: number
|
|
||||||
nextIndex: number
|
|
||||||
reqId: number
|
|
||||||
}
|
|
||||||
|
|
||||||
// {
|
|
||||||
// sessionType: 1,
|
|
||||||
// chatType: 100,
|
|
||||||
// peerUid: 'u_PVQ3tl6K78xxxx',
|
|
||||||
// groupCode: '809079648',
|
|
||||||
// fromNick: '拾xxxx,
|
|
||||||
// sig: '0x'
|
|
||||||
// }
|
|
||||||
export interface TempOnRecvParams {
|
|
||||||
sessionType: number,//1
|
|
||||||
chatType: ChatType,//100
|
|
||||||
peerUid: string,//uid
|
|
||||||
groupCode: string,//gc
|
|
||||||
fromNick: string,//gc name
|
|
||||||
sig: string,
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface IKernelMsgListener {
|
|
||||||
onAddSendMsg(msgRecord: RawMessage): void
|
|
||||||
|
|
||||||
onBroadcastHelperDownloadComplete(broadcastHelperTransNotifyInfo: unknown): void
|
|
||||||
|
|
||||||
onBroadcastHelperProgressUpdate(broadcastHelperTransNotifyInfo: unknown): void
|
|
||||||
|
|
||||||
onChannelFreqLimitInfoUpdate(contact: unknown, z: unknown, freqLimitInfo: unknown): void
|
|
||||||
|
|
||||||
onContactUnreadCntUpdate(hashMap: unknown): void
|
|
||||||
|
|
||||||
onCustomWithdrawConfigUpdate(customWithdrawConfig: unknown): void
|
|
||||||
|
|
||||||
onDraftUpdate(contact: unknown, arrayList: unknown, j2: unknown): void
|
|
||||||
|
|
||||||
onEmojiDownloadComplete(emojiNotifyInfo: unknown): void
|
|
||||||
|
|
||||||
onEmojiResourceUpdate(emojiResourceInfo: unknown): void
|
|
||||||
|
|
||||||
onFeedEventUpdate(firstViewDirectMsgNotifyInfo: unknown): void
|
|
||||||
|
|
||||||
onFileMsgCome(arrayList: unknown): void
|
|
||||||
|
|
||||||
onFirstViewDirectMsgUpdate(firstViewDirectMsgNotifyInfo: unknown): void
|
|
||||||
|
|
||||||
onFirstViewGroupGuildMapping(arrayList: unknown): void
|
|
||||||
|
|
||||||
onGrabPasswordRedBag(i2: unknown, str: unknown, i3: unknown, recvdOrder: unknown, msgRecord: unknown): void
|
|
||||||
|
|
||||||
onGroupFileInfoAdd(groupItem: unknown): void
|
|
||||||
|
|
||||||
onGroupFileInfoUpdate(groupFileListResult: OnGroupFileInfoUpdateParams): void
|
|
||||||
|
|
||||||
onGroupGuildUpdate(groupGuildNotifyInfo: unknown): void
|
|
||||||
|
|
||||||
onGroupTransferInfoAdd(groupItem: unknown): void
|
|
||||||
|
|
||||||
onGroupTransferInfoUpdate(groupFileListResult: unknown): void
|
|
||||||
|
|
||||||
onGuildInteractiveUpdate(guildInteractiveNotificationItem: unknown): void
|
|
||||||
|
|
||||||
onGuildMsgAbFlagChanged(guildMsgAbFlag: unknown): void
|
|
||||||
|
|
||||||
onGuildNotificationAbstractUpdate(guildNotificationAbstractInfo: unknown): void
|
|
||||||
|
|
||||||
onHitCsRelatedEmojiResult(downloadRelateEmojiResultInfo: unknown): void
|
|
||||||
|
|
||||||
onHitEmojiKeywordResult(hitRelatedEmojiWordsResult: unknown): void
|
|
||||||
|
|
||||||
onHitRelatedEmojiResult(relatedWordEmojiInfo: unknown): void
|
|
||||||
|
|
||||||
onImportOldDbProgressUpdate(importOldDbMsgNotifyInfo: unknown): void
|
|
||||||
|
|
||||||
onInputStatusPush(inputStatusInfo: unknown): void
|
|
||||||
|
|
||||||
onKickedOffLine(kickedInfo: unknown): void
|
|
||||||
|
|
||||||
onLineDev(arrayList: unknown): void
|
|
||||||
|
|
||||||
onLogLevelChanged(j2: unknown): void
|
|
||||||
|
|
||||||
onMsgAbstractUpdate(arrayList: unknown): void
|
|
||||||
|
|
||||||
onMsgBoxChanged(arrayList: unknown): void
|
|
||||||
|
|
||||||
onMsgDelete(contact: unknown, arrayList: unknown): void
|
|
||||||
|
|
||||||
onMsgEventListUpdate(hashMap: unknown): void
|
|
||||||
|
|
||||||
onMsgInfoListAdd(arrayList: unknown): void
|
|
||||||
|
|
||||||
onMsgInfoListUpdate(msgList: RawMessage[]): void
|
|
||||||
|
|
||||||
onMsgQRCodeStatusChanged(i2: unknown): void
|
|
||||||
|
|
||||||
onMsgRecall(i2: unknown, str: unknown, j2: unknown): void
|
|
||||||
|
|
||||||
onMsgSecurityNotify(msgRecord: unknown): void
|
|
||||||
|
|
||||||
onMsgSettingUpdate(msgSetting: unknown): void
|
|
||||||
|
|
||||||
onNtFirstViewMsgSyncEnd(): void
|
|
||||||
|
|
||||||
onNtMsgSyncEnd(): void
|
|
||||||
|
|
||||||
onNtMsgSyncStart(): void
|
|
||||||
|
|
||||||
onReadFeedEventUpdate(firstViewDirectMsgNotifyInfo: unknown): void
|
|
||||||
|
|
||||||
onRecvGroupGuildFlag(i2: unknown): void
|
|
||||||
|
|
||||||
onRecvMsg(...arrayList: unknown[]): void
|
|
||||||
|
|
||||||
onRecvMsgSvrRspTransInfo(j2: unknown, contact: unknown, i2: unknown, i3: unknown, str: unknown, bArr: unknown): void
|
|
||||||
|
|
||||||
onRecvOnlineFileMsg(arrayList: unknown): void
|
|
||||||
|
|
||||||
onRecvS2CMsg(arrayList: unknown): void
|
|
||||||
|
|
||||||
onRecvSysMsg(arrayList: unknown): void
|
|
||||||
|
|
||||||
onRecvUDCFlag(i2: unknown): void
|
|
||||||
|
|
||||||
onRichMediaDownloadComplete(fileTransNotifyInfo: OnRichMediaDownloadCompleteParams): void
|
|
||||||
|
|
||||||
onRichMediaProgerssUpdate(fileTransNotifyInfo: unknown): void
|
|
||||||
|
|
||||||
onRichMediaUploadComplete(fileTransNotifyInfo: unknown): void
|
|
||||||
|
|
||||||
onSearchGroupFileInfoUpdate(searchGroupFileResult:
|
|
||||||
{
|
|
||||||
result: {
|
|
||||||
retCode: number,
|
|
||||||
retMsg: string,
|
|
||||||
clientWording: string
|
|
||||||
},
|
|
||||||
syncCookie: string,
|
|
||||||
totalMatchCount: number,
|
|
||||||
ownerMatchCount: number,
|
|
||||||
isEnd: boolean,
|
|
||||||
reqId: number,
|
|
||||||
item: Array<{
|
|
||||||
groupCode: string,
|
|
||||||
groupName: string,
|
|
||||||
uploaderUin: string,
|
|
||||||
uploaderName: string,
|
|
||||||
matchUin: string,
|
|
||||||
matchWords: Array<unknown>,
|
|
||||||
fileNameHits: Array<{
|
|
||||||
start: number,
|
|
||||||
end: number
|
|
||||||
}>,
|
|
||||||
fileModelId: string,
|
|
||||||
fileId: string,
|
|
||||||
fileName: string,
|
|
||||||
fileSize: string,
|
|
||||||
busId: number,
|
|
||||||
uploadTime: number,
|
|
||||||
modifyTime: number,
|
|
||||||
deadTime: number,
|
|
||||||
downloadTimes: number,
|
|
||||||
localPath: string
|
|
||||||
}>
|
|
||||||
}): void
|
|
||||||
|
|
||||||
onSendMsgError(j2: unknown, contact: unknown, i2: unknown, str: unknown): void
|
|
||||||
|
|
||||||
onSysMsgNotification(i2: unknown, j2: unknown, j3: unknown, arrayList: unknown): void
|
|
||||||
|
|
||||||
onTempChatInfoUpdate(tempChatInfo: TempOnRecvParams): void
|
|
||||||
|
|
||||||
onUnreadCntAfterFirstView(hashMap: unknown): void
|
|
||||||
|
|
||||||
onUnreadCntUpdate(hashMap: unknown): void
|
|
||||||
|
|
||||||
onUserChannelTabStatusChanged(z: unknown): void
|
|
||||||
|
|
||||||
onUserOnlineStatusChanged(z: unknown): void
|
|
||||||
|
|
||||||
onUserTabStatusChanged(arrayList: unknown): void
|
|
||||||
|
|
||||||
onlineStatusBigIconDownloadPush(i2: unknown, j2: unknown, str: unknown): void
|
|
||||||
|
|
||||||
onlineStatusSmallIconDownloadPush(i2: unknown, j2: unknown, str: unknown): void
|
|
||||||
|
|
||||||
// 第一次发现于Linux
|
|
||||||
onUserSecQualityChanged(...args: unknown[]): void
|
|
||||||
|
|
||||||
onMsgWithRichLinkInfoUpdate(...args: unknown[]): void
|
|
||||||
|
|
||||||
onRedTouchChanged(...args: unknown[]): void
|
|
||||||
|
|
||||||
// 第一次发现于Win 9.9.9 23159
|
|
||||||
onBroadcastHelperProgerssUpdate(...args: unknown[]): void
|
|
||||||
}
|
|
@@ -1,15 +0,0 @@
|
|||||||
import { User, UserDetailInfoListenerArg } from '@/ntqqapi/types'
|
|
||||||
|
|
||||||
export interface IProfileListener {
|
|
||||||
onProfileSimpleChanged(...args: unknown[]): void
|
|
||||||
|
|
||||||
onUserDetailInfoChanged(arg: UserDetailInfoListenerArg): void
|
|
||||||
|
|
||||||
onProfileDetailInfoChanged(profile: User): void
|
|
||||||
|
|
||||||
onStatusUpdate(...args: unknown[]): void
|
|
||||||
|
|
||||||
onSelfStatusChanged(...args: unknown[]): void
|
|
||||||
|
|
||||||
onStrangerRemarkChanged(...args: unknown[]): void
|
|
||||||
}
|
|
@@ -1,3 +0,0 @@
|
|||||||
export * from './NodeIKernelProfileListener'
|
|
||||||
export * from './NodeIKernelGroupListener'
|
|
||||||
export * from './NodeIKernelMsgListener'
|
|
@@ -123,11 +123,15 @@ export function invoke<
|
|||||||
return new Promise<R>((resolve, reject) => {
|
return new Promise<R>((resolve, reject) => {
|
||||||
const apiArgs = [method, ...args]
|
const apiArgs = [method, ...args]
|
||||||
const callbackId = randomUUID()
|
const callbackId = randomUUID()
|
||||||
let success = false
|
const timeoutId = setTimeout(() => {
|
||||||
|
log(`ntqq api timeout ${channel}, ${eventName}, ${method}`, apiArgs)
|
||||||
|
reject(`ntqq api timeout ${channel}, ${eventName}, ${method}, ${apiArgs}`)
|
||||||
|
}, timeout)
|
||||||
|
|
||||||
if (!options.cbCmd) {
|
if (!options.cbCmd) {
|
||||||
// QQ后端会返回结果,并且可以根据uuid识别
|
// QQ后端会返回结果,并且可以根据uuid识别
|
||||||
hookApiCallbacks[callbackId] = res => {
|
hookApiCallbacks[callbackId] = res => {
|
||||||
success = true
|
clearTimeout(timeoutId)
|
||||||
resolve(res)
|
resolve(res)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -139,13 +143,13 @@ export function invoke<
|
|||||||
if (options.cmdCB) {
|
if (options.cmdCB) {
|
||||||
if (options.cmdCB(payload, result)) {
|
if (options.cmdCB(payload, result)) {
|
||||||
removeReceiveHook(hookId)
|
removeReceiveHook(hookId)
|
||||||
success = true
|
clearTimeout(timeoutId)
|
||||||
resolve(payload)
|
resolve(payload)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
removeReceiveHook(hookId)
|
removeReceiveHook(hookId)
|
||||||
success = true
|
clearTimeout(timeoutId)
|
||||||
resolve(payload)
|
resolve(payload)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -158,16 +162,11 @@ export function invoke<
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
log('ntqq api call failed,', method, res)
|
log('ntqq api call failed,', method, res)
|
||||||
|
clearTimeout(timeoutId)
|
||||||
reject(`ntqq api call failed, ${method}, ${res.errMsg}`)
|
reject(`ntqq api call failed, ${method}, ${res.errMsg}`)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
setTimeout(() => {
|
|
||||||
if (!success) {
|
|
||||||
log(`ntqq api timeout ${channel}, ${eventName}, ${method}`, apiArgs)
|
|
||||||
reject(`ntqq api timeout ${channel}, ${eventName}, ${method}, ${apiArgs}`)
|
|
||||||
}
|
|
||||||
}, timeout)
|
|
||||||
|
|
||||||
ipcMain.emit(
|
ipcMain.emit(
|
||||||
channel,
|
channel,
|
||||||
@@ -181,4 +180,4 @@ export function invoke<
|
|||||||
apiArgs,
|
apiArgs,
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
469
src/ntqqapi/proto/compiled.d.ts
vendored
Normal file
469
src/ntqqapi/proto/compiled.d.ts
vendored
Normal file
@@ -0,0 +1,469 @@
|
|||||||
|
import * as $protobuf from "protobufjs";
|
||||||
|
import Long = require("long");
|
||||||
|
/** Namespace SysMsg. */
|
||||||
|
export namespace SysMsg {
|
||||||
|
|
||||||
|
/** Properties of a SystemMessage. */
|
||||||
|
interface ISystemMessage {
|
||||||
|
|
||||||
|
/** SystemMessage header */
|
||||||
|
header?: (SysMsg.ISystemMessageHeader[]|null);
|
||||||
|
|
||||||
|
/** SystemMessage msgSpec */
|
||||||
|
msgSpec?: (SysMsg.ISystemMessageMsgSpec[]|null);
|
||||||
|
|
||||||
|
/** SystemMessage bodyWrapper */
|
||||||
|
bodyWrapper?: (SysMsg.ISystemMessageBodyWrapper|null);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Represents a SystemMessage. */
|
||||||
|
class SystemMessage implements ISystemMessage {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructs a new SystemMessage.
|
||||||
|
* @param [properties] Properties to set
|
||||||
|
*/
|
||||||
|
constructor(properties?: SysMsg.ISystemMessage);
|
||||||
|
|
||||||
|
/** SystemMessage header. */
|
||||||
|
public header: SysMsg.ISystemMessageHeader[];
|
||||||
|
|
||||||
|
/** SystemMessage msgSpec. */
|
||||||
|
public msgSpec: SysMsg.ISystemMessageMsgSpec[];
|
||||||
|
|
||||||
|
/** SystemMessage bodyWrapper. */
|
||||||
|
public bodyWrapper?: (SysMsg.ISystemMessageBodyWrapper|null);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Decodes a SystemMessage message from the specified reader or buffer.
|
||||||
|
* @param reader Reader or buffer to decode from
|
||||||
|
* @param [length] Message length if known beforehand
|
||||||
|
* @returns SystemMessage
|
||||||
|
* @throws {Error} If the payload is not a reader or valid buffer
|
||||||
|
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
||||||
|
*/
|
||||||
|
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): SysMsg.SystemMessage;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Decodes a SystemMessage message from the specified reader or buffer, length delimited.
|
||||||
|
* @param reader Reader or buffer to decode from
|
||||||
|
* @returns SystemMessage
|
||||||
|
* @throws {Error} If the payload is not a reader or valid buffer
|
||||||
|
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
||||||
|
*/
|
||||||
|
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): SysMsg.SystemMessage;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the default type url for SystemMessage
|
||||||
|
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
||||||
|
* @returns The default type url
|
||||||
|
*/
|
||||||
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Properties of a SystemMessageHeader. */
|
||||||
|
interface ISystemMessageHeader {
|
||||||
|
|
||||||
|
/** SystemMessageHeader peerNumber */
|
||||||
|
peerNumber?: (number|null);
|
||||||
|
|
||||||
|
/** SystemMessageHeader peerString */
|
||||||
|
peerString?: (string|null);
|
||||||
|
|
||||||
|
/** SystemMessageHeader uin */
|
||||||
|
uin?: (number|null);
|
||||||
|
|
||||||
|
/** SystemMessageHeader uid */
|
||||||
|
uid?: (string|null);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Represents a SystemMessageHeader. */
|
||||||
|
class SystemMessageHeader implements ISystemMessageHeader {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructs a new SystemMessageHeader.
|
||||||
|
* @param [properties] Properties to set
|
||||||
|
*/
|
||||||
|
constructor(properties?: SysMsg.ISystemMessageHeader);
|
||||||
|
|
||||||
|
/** SystemMessageHeader peerNumber. */
|
||||||
|
public peerNumber: number;
|
||||||
|
|
||||||
|
/** SystemMessageHeader peerString. */
|
||||||
|
public peerString: string;
|
||||||
|
|
||||||
|
/** SystemMessageHeader uin. */
|
||||||
|
public uin: number;
|
||||||
|
|
||||||
|
/** SystemMessageHeader uid. */
|
||||||
|
public uid?: (string|null);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Decodes a SystemMessageHeader message from the specified reader or buffer.
|
||||||
|
* @param reader Reader or buffer to decode from
|
||||||
|
* @param [length] Message length if known beforehand
|
||||||
|
* @returns SystemMessageHeader
|
||||||
|
* @throws {Error} If the payload is not a reader or valid buffer
|
||||||
|
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
||||||
|
*/
|
||||||
|
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): SysMsg.SystemMessageHeader;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Decodes a SystemMessageHeader message from the specified reader or buffer, length delimited.
|
||||||
|
* @param reader Reader or buffer to decode from
|
||||||
|
* @returns SystemMessageHeader
|
||||||
|
* @throws {Error} If the payload is not a reader or valid buffer
|
||||||
|
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
||||||
|
*/
|
||||||
|
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): SysMsg.SystemMessageHeader;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the default type url for SystemMessageHeader
|
||||||
|
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
||||||
|
* @returns The default type url
|
||||||
|
*/
|
||||||
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Properties of a SystemMessageMsgSpec. */
|
||||||
|
interface ISystemMessageMsgSpec {
|
||||||
|
|
||||||
|
/** SystemMessageMsgSpec msgType */
|
||||||
|
msgType?: (number|null);
|
||||||
|
|
||||||
|
/** SystemMessageMsgSpec subType */
|
||||||
|
subType?: (number|null);
|
||||||
|
|
||||||
|
/** SystemMessageMsgSpec subSubType */
|
||||||
|
subSubType?: (number|null);
|
||||||
|
|
||||||
|
/** SystemMessageMsgSpec msgSeq */
|
||||||
|
msgSeq?: (number|null);
|
||||||
|
|
||||||
|
/** SystemMessageMsgSpec time */
|
||||||
|
time?: (number|null);
|
||||||
|
|
||||||
|
/** SystemMessageMsgSpec other */
|
||||||
|
other?: (number|null);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Represents a SystemMessageMsgSpec. */
|
||||||
|
class SystemMessageMsgSpec implements ISystemMessageMsgSpec {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructs a new SystemMessageMsgSpec.
|
||||||
|
* @param [properties] Properties to set
|
||||||
|
*/
|
||||||
|
constructor(properties?: SysMsg.ISystemMessageMsgSpec);
|
||||||
|
|
||||||
|
/** SystemMessageMsgSpec msgType. */
|
||||||
|
public msgType: number;
|
||||||
|
|
||||||
|
/** SystemMessageMsgSpec subType. */
|
||||||
|
public subType: number;
|
||||||
|
|
||||||
|
/** SystemMessageMsgSpec subSubType. */
|
||||||
|
public subSubType: number;
|
||||||
|
|
||||||
|
/** SystemMessageMsgSpec msgSeq. */
|
||||||
|
public msgSeq: number;
|
||||||
|
|
||||||
|
/** SystemMessageMsgSpec time. */
|
||||||
|
public time: number;
|
||||||
|
|
||||||
|
/** SystemMessageMsgSpec other. */
|
||||||
|
public other: number;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Decodes a SystemMessageMsgSpec message from the specified reader or buffer.
|
||||||
|
* @param reader Reader or buffer to decode from
|
||||||
|
* @param [length] Message length if known beforehand
|
||||||
|
* @returns SystemMessageMsgSpec
|
||||||
|
* @throws {Error} If the payload is not a reader or valid buffer
|
||||||
|
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
||||||
|
*/
|
||||||
|
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): SysMsg.SystemMessageMsgSpec;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Decodes a SystemMessageMsgSpec message from the specified reader or buffer, length delimited.
|
||||||
|
* @param reader Reader or buffer to decode from
|
||||||
|
* @returns SystemMessageMsgSpec
|
||||||
|
* @throws {Error} If the payload is not a reader or valid buffer
|
||||||
|
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
||||||
|
*/
|
||||||
|
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): SysMsg.SystemMessageMsgSpec;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the default type url for SystemMessageMsgSpec
|
||||||
|
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
||||||
|
* @returns The default type url
|
||||||
|
*/
|
||||||
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Properties of a SystemMessageBodyWrapper. */
|
||||||
|
interface ISystemMessageBodyWrapper {
|
||||||
|
|
||||||
|
/** SystemMessageBodyWrapper body */
|
||||||
|
body?: (Uint8Array|null);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Represents a SystemMessageBodyWrapper. */
|
||||||
|
class SystemMessageBodyWrapper implements ISystemMessageBodyWrapper {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructs a new SystemMessageBodyWrapper.
|
||||||
|
* @param [properties] Properties to set
|
||||||
|
*/
|
||||||
|
constructor(properties?: SysMsg.ISystemMessageBodyWrapper);
|
||||||
|
|
||||||
|
/** SystemMessageBodyWrapper body. */
|
||||||
|
public body: Uint8Array;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Decodes a SystemMessageBodyWrapper message from the specified reader or buffer.
|
||||||
|
* @param reader Reader or buffer to decode from
|
||||||
|
* @param [length] Message length if known beforehand
|
||||||
|
* @returns SystemMessageBodyWrapper
|
||||||
|
* @throws {Error} If the payload is not a reader or valid buffer
|
||||||
|
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
||||||
|
*/
|
||||||
|
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): SysMsg.SystemMessageBodyWrapper;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Decodes a SystemMessageBodyWrapper message from the specified reader or buffer, length delimited.
|
||||||
|
* @param reader Reader or buffer to decode from
|
||||||
|
* @returns SystemMessageBodyWrapper
|
||||||
|
* @throws {Error} If the payload is not a reader or valid buffer
|
||||||
|
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
||||||
|
*/
|
||||||
|
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): SysMsg.SystemMessageBodyWrapper;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the default type url for SystemMessageBodyWrapper
|
||||||
|
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
||||||
|
* @returns The default type url
|
||||||
|
*/
|
||||||
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Properties of a LikeDetail. */
|
||||||
|
interface ILikeDetail {
|
||||||
|
|
||||||
|
/** LikeDetail txt */
|
||||||
|
txt?: (string|null);
|
||||||
|
|
||||||
|
/** LikeDetail uin */
|
||||||
|
uin?: (number|null);
|
||||||
|
|
||||||
|
/** LikeDetail nickname */
|
||||||
|
nickname?: (string|null);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Represents a LikeDetail. */
|
||||||
|
class LikeDetail implements ILikeDetail {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructs a new LikeDetail.
|
||||||
|
* @param [properties] Properties to set
|
||||||
|
*/
|
||||||
|
constructor(properties?: SysMsg.ILikeDetail);
|
||||||
|
|
||||||
|
/** LikeDetail txt. */
|
||||||
|
public txt: string;
|
||||||
|
|
||||||
|
/** LikeDetail uin. */
|
||||||
|
public uin: number;
|
||||||
|
|
||||||
|
/** LikeDetail nickname. */
|
||||||
|
public nickname: string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Decodes a LikeDetail message from the specified reader or buffer.
|
||||||
|
* @param reader Reader or buffer to decode from
|
||||||
|
* @param [length] Message length if known beforehand
|
||||||
|
* @returns LikeDetail
|
||||||
|
* @throws {Error} If the payload is not a reader or valid buffer
|
||||||
|
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
||||||
|
*/
|
||||||
|
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): SysMsg.LikeDetail;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Decodes a LikeDetail message from the specified reader or buffer, length delimited.
|
||||||
|
* @param reader Reader or buffer to decode from
|
||||||
|
* @returns LikeDetail
|
||||||
|
* @throws {Error} If the payload is not a reader or valid buffer
|
||||||
|
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
||||||
|
*/
|
||||||
|
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): SysMsg.LikeDetail;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the default type url for LikeDetail
|
||||||
|
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
||||||
|
* @returns The default type url
|
||||||
|
*/
|
||||||
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Properties of a LikeMsg. */
|
||||||
|
interface ILikeMsg {
|
||||||
|
|
||||||
|
/** LikeMsg count */
|
||||||
|
count?: (number|null);
|
||||||
|
|
||||||
|
/** LikeMsg time */
|
||||||
|
time?: (number|null);
|
||||||
|
|
||||||
|
/** LikeMsg detail */
|
||||||
|
detail?: (SysMsg.ILikeDetail|null);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Represents a LikeMsg. */
|
||||||
|
class LikeMsg implements ILikeMsg {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructs a new LikeMsg.
|
||||||
|
* @param [properties] Properties to set
|
||||||
|
*/
|
||||||
|
constructor(properties?: SysMsg.ILikeMsg);
|
||||||
|
|
||||||
|
/** LikeMsg count. */
|
||||||
|
public count: number;
|
||||||
|
|
||||||
|
/** LikeMsg time. */
|
||||||
|
public time: number;
|
||||||
|
|
||||||
|
/** LikeMsg detail. */
|
||||||
|
public detail?: (SysMsg.ILikeDetail|null);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Decodes a LikeMsg message from the specified reader or buffer.
|
||||||
|
* @param reader Reader or buffer to decode from
|
||||||
|
* @param [length] Message length if known beforehand
|
||||||
|
* @returns LikeMsg
|
||||||
|
* @throws {Error} If the payload is not a reader or valid buffer
|
||||||
|
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
||||||
|
*/
|
||||||
|
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): SysMsg.LikeMsg;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Decodes a LikeMsg message from the specified reader or buffer, length delimited.
|
||||||
|
* @param reader Reader or buffer to decode from
|
||||||
|
* @returns LikeMsg
|
||||||
|
* @throws {Error} If the payload is not a reader or valid buffer
|
||||||
|
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
||||||
|
*/
|
||||||
|
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): SysMsg.LikeMsg;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the default type url for LikeMsg
|
||||||
|
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
||||||
|
* @returns The default type url
|
||||||
|
*/
|
||||||
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Properties of a ProfileLikeSubTip. */
|
||||||
|
interface IProfileLikeSubTip {
|
||||||
|
|
||||||
|
/** ProfileLikeSubTip msg */
|
||||||
|
msg?: (SysMsg.ILikeMsg|null);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Represents a ProfileLikeSubTip. */
|
||||||
|
class ProfileLikeSubTip implements IProfileLikeSubTip {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructs a new ProfileLikeSubTip.
|
||||||
|
* @param [properties] Properties to set
|
||||||
|
*/
|
||||||
|
constructor(properties?: SysMsg.IProfileLikeSubTip);
|
||||||
|
|
||||||
|
/** ProfileLikeSubTip msg. */
|
||||||
|
public msg?: (SysMsg.ILikeMsg|null);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Decodes a ProfileLikeSubTip message from the specified reader or buffer.
|
||||||
|
* @param reader Reader or buffer to decode from
|
||||||
|
* @param [length] Message length if known beforehand
|
||||||
|
* @returns ProfileLikeSubTip
|
||||||
|
* @throws {Error} If the payload is not a reader or valid buffer
|
||||||
|
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
||||||
|
*/
|
||||||
|
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): SysMsg.ProfileLikeSubTip;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Decodes a ProfileLikeSubTip message from the specified reader or buffer, length delimited.
|
||||||
|
* @param reader Reader or buffer to decode from
|
||||||
|
* @returns ProfileLikeSubTip
|
||||||
|
* @throws {Error} If the payload is not a reader or valid buffer
|
||||||
|
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
||||||
|
*/
|
||||||
|
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): SysMsg.ProfileLikeSubTip;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the default type url for ProfileLikeSubTip
|
||||||
|
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
||||||
|
* @returns The default type url
|
||||||
|
*/
|
||||||
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Properties of a ProfileLikeTip. */
|
||||||
|
interface IProfileLikeTip {
|
||||||
|
|
||||||
|
/** ProfileLikeTip msgType */
|
||||||
|
msgType?: (number|null);
|
||||||
|
|
||||||
|
/** ProfileLikeTip subType */
|
||||||
|
subType?: (number|null);
|
||||||
|
|
||||||
|
/** ProfileLikeTip content */
|
||||||
|
content?: (SysMsg.IProfileLikeSubTip|null);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Represents a ProfileLikeTip. */
|
||||||
|
class ProfileLikeTip implements IProfileLikeTip {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructs a new ProfileLikeTip.
|
||||||
|
* @param [properties] Properties to set
|
||||||
|
*/
|
||||||
|
constructor(properties?: SysMsg.IProfileLikeTip);
|
||||||
|
|
||||||
|
/** ProfileLikeTip msgType. */
|
||||||
|
public msgType: number;
|
||||||
|
|
||||||
|
/** ProfileLikeTip subType. */
|
||||||
|
public subType: number;
|
||||||
|
|
||||||
|
/** ProfileLikeTip content. */
|
||||||
|
public content?: (SysMsg.IProfileLikeSubTip|null);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Decodes a ProfileLikeTip message from the specified reader or buffer.
|
||||||
|
* @param reader Reader or buffer to decode from
|
||||||
|
* @param [length] Message length if known beforehand
|
||||||
|
* @returns ProfileLikeTip
|
||||||
|
* @throws {Error} If the payload is not a reader or valid buffer
|
||||||
|
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
||||||
|
*/
|
||||||
|
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): SysMsg.ProfileLikeTip;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Decodes a ProfileLikeTip message from the specified reader or buffer, length delimited.
|
||||||
|
* @param reader Reader or buffer to decode from
|
||||||
|
* @returns ProfileLikeTip
|
||||||
|
* @throws {Error} If the payload is not a reader or valid buffer
|
||||||
|
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
||||||
|
*/
|
||||||
|
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): SysMsg.ProfileLikeTip;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the default type url for ProfileLikeTip
|
||||||
|
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
||||||
|
* @returns The default type url
|
||||||
|
*/
|
||||||
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
||||||
|
}
|
||||||
|
}
|
1013
src/ntqqapi/proto/compiled.js
Normal file
1013
src/ntqqapi/proto/compiled.js
Normal file
File diff suppressed because it is too large
Load Diff
24
src/ntqqapi/proto/profileLikeTip.proto
Normal file
24
src/ntqqapi/proto/profileLikeTip.proto
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
syntax = "proto3";
|
||||||
|
package SysMsg;
|
||||||
|
|
||||||
|
message LikeDetail {
|
||||||
|
string txt = 1;
|
||||||
|
uint32 uin = 3;
|
||||||
|
string nickname = 5;
|
||||||
|
}
|
||||||
|
|
||||||
|
message LikeMsg {
|
||||||
|
uint32 count = 1;
|
||||||
|
uint32 time = 2;
|
||||||
|
LikeDetail detail = 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
message ProfileLikeSubTip {
|
||||||
|
LikeMsg msg = 14;
|
||||||
|
}
|
||||||
|
|
||||||
|
message ProfileLikeTip {
|
||||||
|
uint32 msgType = 1;
|
||||||
|
uint32 subType = 2;
|
||||||
|
ProfileLikeSubTip content = 203;
|
||||||
|
}
|
30
src/ntqqapi/proto/systemMessage.proto
Normal file
30
src/ntqqapi/proto/systemMessage.proto
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
syntax = "proto3";
|
||||||
|
package SysMsg;
|
||||||
|
|
||||||
|
message SystemMessage {
|
||||||
|
repeated SystemMessageHeader header = 1;
|
||||||
|
repeated SystemMessageMsgSpec msgSpec = 2;
|
||||||
|
SystemMessageBodyWrapper bodyWrapper = 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
message SystemMessageHeader {
|
||||||
|
uint32 peerNumber = 1;
|
||||||
|
string peerString = 2;
|
||||||
|
uint32 uin = 5;
|
||||||
|
optional string uid = 6;
|
||||||
|
}
|
||||||
|
|
||||||
|
message SystemMessageMsgSpec {
|
||||||
|
uint32 msgType = 1;
|
||||||
|
uint32 subType = 2;
|
||||||
|
uint32 subSubType = 3;
|
||||||
|
uint32 msgSeq = 5;
|
||||||
|
uint32 time = 6;
|
||||||
|
//uint64 msgId = 12;
|
||||||
|
uint32 other = 13;
|
||||||
|
}
|
||||||
|
|
||||||
|
message SystemMessageBodyWrapper {
|
||||||
|
bytes body = 2;
|
||||||
|
// Find the first [08], or ignore the first 7 bytes?
|
||||||
|
}
|
@@ -119,7 +119,7 @@ export interface NodeIKernelBuddyService {
|
|||||||
|
|
||||||
reportDoubtBuddyReqUnread(): void
|
reportDoubtBuddyReqUnread(): void
|
||||||
|
|
||||||
getBuddyRecommendContactArkJson(uid: string, phoneNumber: string): Promise<unknown>
|
getBuddyRecommendContactArkJson(uid: string, phoneNumber: string): Promise<GeneralCallResult & { arkMsg: string }>
|
||||||
|
|
||||||
isNull(): boolean
|
isNull(): boolean
|
||||||
}
|
}
|
||||||
|
@@ -52,7 +52,7 @@ export interface NodeIKernelGroupService {
|
|||||||
//26702(其实更早 但是我不知道)
|
//26702(其实更早 但是我不知道)
|
||||||
getGroupLatestEssenceList(groupCode: string): Promise<unknown>
|
getGroupLatestEssenceList(groupCode: string): Promise<unknown>
|
||||||
|
|
||||||
//26702(其实更早 但是我不知道)
|
//26702(其实更早 但是我不知道)
|
||||||
shareDigest(Req: {
|
shareDigest(Req: {
|
||||||
appId: string,
|
appId: string,
|
||||||
appType: number,
|
appType: number,
|
||||||
@@ -104,11 +104,20 @@ export interface NodeIKernelGroupService {
|
|||||||
|
|
||||||
createMemberListScene(groupCode: string, scene: string): string
|
createMemberListScene(groupCode: string, scene: string): string
|
||||||
|
|
||||||
destroyMemberListScene(SceneId: string): void
|
destroyMemberListScene(sceneId: string): void
|
||||||
//About Arg (a) name: lastId 根据手Q来看为object {index:?(number),uid:string}
|
|
||||||
getNextMemberList(sceneId: string, a: undefined, num: number): Promise<{
|
getNextMemberList(sceneId: string, a: undefined, num: number): Promise<{
|
||||||
errCode: number, errMsg: string,
|
errCode: number
|
||||||
result: { ids: string[], infos: Map<string, GroupMember>, finish: boolean, hasRobot: boolean }
|
errMsg: string
|
||||||
|
result: {
|
||||||
|
ids: {
|
||||||
|
uid: string
|
||||||
|
index: number
|
||||||
|
}[]
|
||||||
|
infos: Map<string, GroupMember>
|
||||||
|
finish: boolean
|
||||||
|
hasRobot: boolean
|
||||||
|
}
|
||||||
}>
|
}>
|
||||||
|
|
||||||
getPrevMemberList(): unknown
|
getPrevMemberList(): unknown
|
||||||
@@ -232,7 +241,7 @@ export interface NodeIKernelGroupService {
|
|||||||
|
|
||||||
setMemberShutUp(groupCode: string, memberTimes: { uid: string, timeStamp: number }[]): Promise<void>
|
setMemberShutUp(groupCode: string, memberTimes: { uid: string, timeStamp: number }[]): Promise<void>
|
||||||
|
|
||||||
getGroupRecommendContactArkJson(groupCode: string): unknown
|
getGroupRecommendContactArkJson(groupCode: string): Promise<GeneralCallResult & { arkJson: string }>
|
||||||
|
|
||||||
getJoinGroupLink(groupCode: string): unknown
|
getJoinGroupLink(groupCode: string): unknown
|
||||||
|
|
||||||
@@ -244,6 +253,7 @@ export interface NodeIKernelGroupService {
|
|||||||
msgRandom: number,
|
msgRandom: number,
|
||||||
msgSeq: number
|
msgSeq: number
|
||||||
}): Promise<unknown>
|
}): Promise<unknown>
|
||||||
|
|
||||||
//需要提前判断是否存在 高版本新增
|
//需要提前判断是否存在 高版本新增
|
||||||
removeGroupEssence(param: {
|
removeGroupEssence(param: {
|
||||||
groupCode: string
|
groupCode: string
|
||||||
@@ -252,4 +262,4 @@ export interface NodeIKernelGroupService {
|
|||||||
}): Promise<unknown>
|
}): Promise<unknown>
|
||||||
|
|
||||||
isNull(): boolean
|
isNull(): boolean
|
||||||
}
|
}
|
||||||
|
@@ -214,7 +214,7 @@ export interface NodeIKernelMsgService {
|
|||||||
getMsgByClientSeqAndTime(peer: Peer, clientSeq: string, time: string): unknown
|
getMsgByClientSeqAndTime(peer: Peer, clientSeq: string, time: string): unknown
|
||||||
|
|
||||||
getSourceOfReplyMsgByClientSeqAndTime(peer: Peer, clientSeq: string, time: string): unknown
|
getSourceOfReplyMsgByClientSeqAndTime(peer: Peer, clientSeq: string, time: string): unknown
|
||||||
//cnt clientSeq?并不是吧
|
|
||||||
getMsgsByTypeFilter(peer: Peer, msgId: string, cnt: unknown, queryOrder: boolean, typeFilter: { type: number, subtype: Array<number> }): unknown
|
getMsgsByTypeFilter(peer: Peer, msgId: string, cnt: unknown, queryOrder: boolean, typeFilter: { type: number, subtype: Array<number> }): unknown
|
||||||
|
|
||||||
getMsgsByTypeFilters(peer: Peer, msgId: string, cnt: unknown, queryOrder: boolean, typeFilters: Array<{ type: number, subtype: Array<number> }>): unknown
|
getMsgsByTypeFilters(peer: Peer, msgId: string, cnt: unknown, queryOrder: boolean, typeFilters: Array<{ type: number, subtype: Array<number> }>): unknown
|
||||||
@@ -223,31 +223,8 @@ export interface NodeIKernelMsgService {
|
|||||||
|
|
||||||
queryMsgsWithFilter(...args: unknown[]): unknown
|
queryMsgsWithFilter(...args: unknown[]): unknown
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated 该函数已被标记为废弃,请使用新的替代方法。
|
|
||||||
* 使用过滤条件查询消息列表的版本2接口。
|
|
||||||
*
|
|
||||||
* 该函数通过一系列过滤条件来查询特定聊天中的消息列表。这些条件包括消息类型、发送者、时间范围等。
|
|
||||||
* 函数返回一个Promise,解析为查询结果的未知类型对象。
|
|
||||||
*
|
|
||||||
* @param MsgId 消息ID,用于特定消息的查询。
|
|
||||||
* @param MsgTime 消息时间,用于指定消息的时间范围。
|
|
||||||
* @param param 查询参数对象,包含详细的过滤条件和分页信息。
|
|
||||||
* @param param.chatInfo 聊天信息,包括聊天类型和对方用户ID。
|
|
||||||
* @param param.filterMsgType 需要过滤的消息类型数组,留空表示不过滤。
|
|
||||||
* @param param.filterSendersUid 需要过滤的发送者用户ID数组。
|
|
||||||
* @param param.filterMsgFromTime 查询消息的起始时间。
|
|
||||||
* @param param.filterMsgToTime 查询消息的结束时间。
|
|
||||||
* @param param.pageLimit 每页的消息数量限制。
|
|
||||||
* @param param.isReverseOrder 是否按时间顺序倒序返回消息。
|
|
||||||
* @param param.isIncludeCurrent 是否包含当前页码。
|
|
||||||
* @returns 返回一个Promise,解析为查询结果的未知类型对象。
|
|
||||||
*/
|
|
||||||
queryMsgsWithFilterVer2(MsgId: string, MsgTime: string, param: QueryMsgsParams): Promise<unknown>
|
|
||||||
|
|
||||||
// this.chatType = i2
|
// this.chatType = i2
|
||||||
// this.peerUid = str
|
// this.peerUid = str
|
||||||
|
|
||||||
// this.chatInfo = new ChatInfo()
|
// this.chatInfo = new ChatInfo()
|
||||||
// this.filterMsgType = new ArrayList<>()
|
// this.filterMsgType = new ArrayList<>()
|
||||||
// this.filterSendersUid = new ArrayList<>()
|
// this.filterSendersUid = new ArrayList<>()
|
||||||
@@ -495,16 +472,15 @@ export interface NodeIKernelMsgService {
|
|||||||
setMsgEmojiLikes(...args: unknown[]): unknown
|
setMsgEmojiLikes(...args: unknown[]): unknown
|
||||||
|
|
||||||
getMsgEmojiLikesList(peer: Peer, msgSeq: string, emojiId: string, emojiType: string, cookie: string, bForward: boolean, number: number): Promise<{
|
getMsgEmojiLikesList(peer: Peer, msgSeq: string, emojiId: string, emojiType: string, cookie: string, bForward: boolean, number: number): Promise<{
|
||||||
result: number,
|
result: number
|
||||||
errMsg: string,
|
errMsg: string
|
||||||
emojiLikesList:
|
emojiLikesList: {
|
||||||
Array<{
|
tinyId: string
|
||||||
tinyId: string,
|
nickName: string
|
||||||
nickName: string,
|
|
||||||
headUrl: string
|
headUrl: string
|
||||||
}>,
|
}[]
|
||||||
cookie: string,
|
cookie: string
|
||||||
isLastPage: boolean,
|
isLastPage: boolean
|
||||||
isFirstPage: boolean
|
isFirstPage: boolean
|
||||||
}>
|
}>
|
||||||
|
|
||||||
@@ -686,9 +662,8 @@ export interface NodeIKernelMsgService {
|
|||||||
|
|
||||||
dataMigrationStopOperation(...args: unknown[]): unknown
|
dataMigrationStopOperation(...args: unknown[]): unknown
|
||||||
|
|
||||||
//新的希望
|
|
||||||
dataMigrationImportMsgPbRecord(DataMigrationMsgInfo: Array<{
|
dataMigrationImportMsgPbRecord(DataMigrationMsgInfo: Array<{
|
||||||
extensionData: string//"Hex"
|
extensionData: string //"Hex"
|
||||||
extraData: string //""
|
extraData: string //""
|
||||||
chatType: number
|
chatType: number
|
||||||
chatUin: string
|
chatUin: string
|
||||||
@@ -740,4 +715,4 @@ export interface NodeIKernelMsgService {
|
|||||||
|
|
||||||
getGroupMsgStorageTime(): unknown//这是嘛啊
|
getGroupMsgStorageTime(): unknown//这是嘛啊
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -62,8 +62,9 @@ export interface GroupMember {
|
|||||||
sex?: Sex
|
sex?: Sex
|
||||||
qqLevel?: QQLevel
|
qqLevel?: QQLevel
|
||||||
isChangeRole: boolean
|
isChangeRole: boolean
|
||||||
joinTime: string
|
joinTime: number
|
||||||
lastSpeakTime: string
|
lastSpeakTime: number
|
||||||
|
memberLevel: number
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface PublishGroupBulletinReq {
|
export interface PublishGroupBulletinReq {
|
||||||
@@ -76,4 +77,4 @@ export interface PublishGroupBulletinReq {
|
|||||||
oldFeedsId: ''
|
oldFeedsId: ''
|
||||||
pinned: number
|
pinned: number
|
||||||
confirmRequired: number
|
confirmRequired: number
|
||||||
}
|
}
|
||||||
|
@@ -6,6 +6,7 @@ export interface GetFileListParam {
|
|||||||
startIndex: number
|
startIndex: number
|
||||||
sortOrder: number
|
sortOrder: number
|
||||||
showOnlinedocFolder: number
|
showOnlinedocFolder: number
|
||||||
|
folderId?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum ElementType {
|
export enum ElementType {
|
||||||
@@ -102,7 +103,7 @@ export interface SendPicElement {
|
|||||||
export interface SendReplyElement {
|
export interface SendReplyElement {
|
||||||
elementType: ElementType.REPLY
|
elementType: ElementType.REPLY
|
||||||
elementId: ''
|
elementId: ''
|
||||||
replyElement: ReplyElement
|
replyElement: Partial<ReplyElement>
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface SendFaceElement {
|
export interface SendFaceElement {
|
||||||
@@ -129,6 +130,12 @@ export interface ReplyElement {
|
|||||||
replayMsgId: string
|
replayMsgId: string
|
||||||
senderUin: string
|
senderUin: string
|
||||||
senderUinStr: string
|
senderUinStr: string
|
||||||
|
sourceMsgIdInRecords: string
|
||||||
|
senderUid: string
|
||||||
|
senderUidStr: string
|
||||||
|
sourceMsgIsIncPic: boolean // 原消息是否有图片
|
||||||
|
sourceMsgText: string
|
||||||
|
replyMsgTime: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface FileElement {
|
export interface FileElement {
|
||||||
@@ -282,14 +289,28 @@ export interface PicElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export enum GrayTipElementSubType {
|
export enum GrayTipElementSubType {
|
||||||
RECALL = 1,
|
REVOKE = 1,
|
||||||
INVITE_NEW_MEMBER = 12,
|
PROCLAMATION = 2,
|
||||||
MEMBER_NEW_TITLE = 17,
|
EMOJIREPLY = 3,
|
||||||
|
GROUP = 4,
|
||||||
|
BUDDY = 5,
|
||||||
|
FEED = 6,
|
||||||
|
ESSENCE = 7,
|
||||||
|
GROUPNOTIFY = 8,
|
||||||
|
BUDDYNOTIFY = 9,
|
||||||
|
FILE = 10,
|
||||||
|
FEEDCHANNELMSG = 11,
|
||||||
|
XMLMSG = 12,
|
||||||
|
LOCALMSG = 13,
|
||||||
|
BLOCK = 14,
|
||||||
|
AIOOP = 15,
|
||||||
|
WALLET = 16,
|
||||||
|
JSON = 17,
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface GrayTipElement {
|
export interface GrayTipElement {
|
||||||
subElementType: GrayTipElementSubType
|
subElementType: GrayTipElementSubType
|
||||||
revokeElement: {
|
revokeElement?: {
|
||||||
operatorRole: string
|
operatorRole: string
|
||||||
operatorUid: string
|
operatorUid: string
|
||||||
operatorNick: string
|
operatorNick: string
|
||||||
@@ -299,14 +320,14 @@ export interface GrayTipElement {
|
|||||||
isSelfOperate?: boolean
|
isSelfOperate?: boolean
|
||||||
wording: string // 自定义的撤回提示语
|
wording: string // 自定义的撤回提示语
|
||||||
}
|
}
|
||||||
aioOpGrayTipElement: TipAioOpGrayTipElement
|
aioOpGrayTipElement?: TipAioOpGrayTipElement
|
||||||
groupElement: TipGroupElement
|
groupElement?: TipGroupElement
|
||||||
xmlElement: {
|
xmlElement?: {
|
||||||
templId: string
|
templId: string
|
||||||
content: string
|
content: string
|
||||||
}
|
}
|
||||||
jsonGrayTipElement: {
|
jsonGrayTipElement?: {
|
||||||
busiId: number
|
busiId: string
|
||||||
jsonStr: string
|
jsonStr: string
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -471,36 +492,7 @@ export interface RawMessage {
|
|||||||
sendStatus?: number // 消息状态,别人发的2是已撤回,自己发的2是已发送
|
sendStatus?: number // 消息状态,别人发的2是已撤回,自己发的2是已发送
|
||||||
recallTime: string // 撤回时间, "0"是没有撤回
|
recallTime: string // 撤回时间, "0"是没有撤回
|
||||||
records: RawMessage[]
|
records: RawMessage[]
|
||||||
elements: {
|
elements: MessageElement[]
|
||||||
elementId: string
|
|
||||||
elementType: ElementType
|
|
||||||
replyElement: {
|
|
||||||
sourceMsgIdInRecords: string
|
|
||||||
senderUid: string // 原消息发送者QQ号
|
|
||||||
sourceMsgIsIncPic: boolean // 原消息是否有图片
|
|
||||||
sourceMsgText: string
|
|
||||||
replayMsgSeq: string // 源消息的msgSeq,可以通过这个找到源消息的msgId
|
|
||||||
senderUidStr: string
|
|
||||||
replyMsgTime: string
|
|
||||||
}
|
|
||||||
textElement: {
|
|
||||||
atType: AtType
|
|
||||||
atUid: string // QQ号
|
|
||||||
content: string
|
|
||||||
atNtUid: string // uid号
|
|
||||||
}
|
|
||||||
picElement: PicElement
|
|
||||||
pttElement: PttElement
|
|
||||||
arkElement: ArkElement
|
|
||||||
grayTipElement: GrayTipElement
|
|
||||||
faceElement: FaceElement
|
|
||||||
videoElement: VideoElement
|
|
||||||
fileElement: FileElement
|
|
||||||
marketFaceElement: MarketFaceElement
|
|
||||||
inlineKeyboardElement: InlineKeyboardElement
|
|
||||||
markdownElement: MarkdownElement
|
|
||||||
multiForwardMsgElement: MultiForwardMsgElement
|
|
||||||
}[]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Peer {
|
export interface Peer {
|
||||||
@@ -515,7 +507,7 @@ export interface MessageElement {
|
|||||||
extBufForUI: string //"0x"
|
extBufForUI: string //"0x"
|
||||||
textElement?: TextElement
|
textElement?: TextElement
|
||||||
faceElement?: FaceElement
|
faceElement?: FaceElement
|
||||||
marketFaceElement?: MarkdownElement
|
marketFaceElement?: MarketFaceElement
|
||||||
replyElement?: ReplyElement
|
replyElement?: ReplyElement
|
||||||
picElement?: PicElement
|
picElement?: PicElement
|
||||||
pttElement?: PttElement
|
pttElement?: PttElement
|
||||||
@@ -541,4 +533,78 @@ export interface MessageElement {
|
|||||||
taskTopMsgElement?: unknown
|
taskTopMsgElement?: unknown
|
||||||
recommendedMsgElement?: unknown
|
recommendedMsgElement?: unknown
|
||||||
actionBarElement?: unknown
|
actionBarElement?: unknown
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface OnRichMediaDownloadCompleteParams {
|
||||||
|
fileModelId: string
|
||||||
|
msgElementId: string
|
||||||
|
msgId: string
|
||||||
|
fileId: string
|
||||||
|
fileProgress: string // '0'
|
||||||
|
fileSpeed: string // '0'
|
||||||
|
fileErrCode: string // '0'
|
||||||
|
fileErrMsg: string
|
||||||
|
fileDownType: number // 暂时未知
|
||||||
|
thumbSize: number
|
||||||
|
filePath: string
|
||||||
|
totalSize: string
|
||||||
|
trasferStatus: number
|
||||||
|
step: number
|
||||||
|
commonFileInfo: unknown
|
||||||
|
fileSrvErrCode: string
|
||||||
|
clientMsg: string
|
||||||
|
businessId: number
|
||||||
|
userTotalSpacePerDay: unknown
|
||||||
|
userUsedSpacePerDay: unknown
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface OnGroupFileInfoUpdateParams {
|
||||||
|
retCode: number
|
||||||
|
retMsg: string
|
||||||
|
clientWording: string
|
||||||
|
isEnd: boolean
|
||||||
|
item: {
|
||||||
|
peerId: string
|
||||||
|
type: number
|
||||||
|
folderInfo?: {
|
||||||
|
folderId: string
|
||||||
|
parentFolderId: string
|
||||||
|
folderName: string
|
||||||
|
createTime: number
|
||||||
|
modifyTime: number
|
||||||
|
createUin: string
|
||||||
|
creatorName: string
|
||||||
|
totalFileCount: number
|
||||||
|
modifyUin: string
|
||||||
|
modifyName: string
|
||||||
|
usedSpace: string
|
||||||
|
}
|
||||||
|
fileInfo?: {
|
||||||
|
fileModelId: string
|
||||||
|
fileId: string
|
||||||
|
fileName: string
|
||||||
|
fileSize: string
|
||||||
|
busId: number
|
||||||
|
uploadedSize: string
|
||||||
|
uploadTime: number
|
||||||
|
deadTime: number
|
||||||
|
modifyTime: number
|
||||||
|
downloadTimes: number
|
||||||
|
sha: string
|
||||||
|
sha3: string
|
||||||
|
md5: string
|
||||||
|
uploaderLocalPath: string
|
||||||
|
uploaderName: string
|
||||||
|
uploaderUin: string
|
||||||
|
parentFolderId: string
|
||||||
|
localPath: string
|
||||||
|
transStatus: number
|
||||||
|
transType: number
|
||||||
|
elementId: string
|
||||||
|
isFolder: boolean
|
||||||
|
}
|
||||||
|
}[]
|
||||||
|
allFileCount: number
|
||||||
|
nextIndex: number
|
||||||
|
reqId: number
|
||||||
|
}
|
||||||
|
@@ -33,30 +33,8 @@ export interface WrapperApi {
|
|||||||
NodeIQQNTWrapperSession?: NodeIQQNTWrapperSession
|
NodeIQQNTWrapperSession?: NodeIQQNTWrapperSession
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface WrapperConstructor {
|
|
||||||
[key: string]: unknown
|
|
||||||
}
|
|
||||||
|
|
||||||
const wrapperApi: WrapperApi = {}
|
const wrapperApi: WrapperApi = {}
|
||||||
|
|
||||||
export const wrapperConstructor: WrapperConstructor = {}
|
|
||||||
|
|
||||||
const constructor = [
|
|
||||||
'NodeIKernelBuddyListener',
|
|
||||||
'NodeIKernelGroupListener',
|
|
||||||
'NodeQQNTWrapperUtil',
|
|
||||||
'NodeIKernelMsgListener',
|
|
||||||
'NodeIQQNTWrapperEngine',
|
|
||||||
'NodeIGlobalAdapter',
|
|
||||||
'NodeIDependsAdapter',
|
|
||||||
'NodeIDispatcherAdapter',
|
|
||||||
'NodeIKernelSessionListener',
|
|
||||||
'NodeIKernelLoginService',
|
|
||||||
'NodeIKernelLoginListener',
|
|
||||||
'NodeIKernelProfileService',
|
|
||||||
'NodeIKernelProfileListener',
|
|
||||||
]
|
|
||||||
|
|
||||||
Process.dlopenOrig = Process.dlopen
|
Process.dlopenOrig = Process.dlopen
|
||||||
|
|
||||||
Process.dlopen = function (module: Dict, filename: string, flags = constants.dlopen.RTLD_LAZY) {
|
Process.dlopen = function (module: Dict, filename: string, flags = constants.dlopen.RTLD_LAZY) {
|
||||||
@@ -69,13 +47,10 @@ Process.dlopen = function (module: Dict, filename: string, flags = constants.dlo
|
|||||||
return ret
|
return ret
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
if (constructor.includes(export_name)) {
|
|
||||||
wrapperConstructor[export_name] = module.exports[export_name]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return dlopenRet
|
return dlopenRet
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getSession() {
|
export function getSession() {
|
||||||
return wrapperApi['NodeIQQNTWrapperSession']
|
return wrapperApi['NodeIQQNTWrapperSession']
|
||||||
}
|
}
|
||||||
|
@@ -1,44 +1,43 @@
|
|||||||
import { ActionName, BaseCheckResult } from './types'
|
import { ActionName } from './types'
|
||||||
import { OB11Response } from './OB11Response'
|
import { OB11Response } from './OB11Response'
|
||||||
import { OB11Return } from '../types'
|
import { OB11Return } from '../types'
|
||||||
import { Context } from 'cordis'
|
import { Context, Schema } from 'cordis'
|
||||||
import type Adapter from '../adapter'
|
import type Adapter from '../adapter'
|
||||||
|
|
||||||
abstract class BaseAction<PayloadType, ReturnDataType> {
|
abstract class BaseAction<PayloadType, ReturnDataType> {
|
||||||
abstract actionName: ActionName
|
abstract actionName: ActionName
|
||||||
protected ctx: Context
|
protected ctx: Context
|
||||||
|
payloadSchema?: Schema<PayloadType>
|
||||||
|
|
||||||
constructor(protected adapter: Adapter) {
|
constructor(protected adapter: Adapter) {
|
||||||
this.ctx = adapter.ctx
|
this.ctx = adapter.ctx
|
||||||
}
|
}
|
||||||
|
|
||||||
protected async check(payload: PayloadType): Promise<BaseCheckResult> {
|
|
||||||
return {
|
|
||||||
valid: true,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public async handle(payload: PayloadType): Promise<OB11Return<ReturnDataType | null>> {
|
public async handle(payload: PayloadType): Promise<OB11Return<ReturnDataType | null>> {
|
||||||
const result = await this.check(payload)
|
let params: PayloadType
|
||||||
if (!result.valid) {
|
try {
|
||||||
return OB11Response.error(result.message, 400)
|
params = this.payloadSchema ? new this.payloadSchema(payload) : payload
|
||||||
|
} catch (e) {
|
||||||
|
return OB11Response.error((e as Error).message, 400)
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
const resData = await this._handle(payload)
|
const resData = await this._handle(params)
|
||||||
return OB11Response.ok(resData)
|
return OB11Response.ok(resData)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.ctx.logger.error('发生错误', e)
|
this.ctx.logger.error('发生错误', e)
|
||||||
return OB11Response.error(e?.toString() || (e as Error)?.stack?.toString() || '未知错误,可能操作超时', 200)
|
return OB11Response.error((e as Error)?.toString() || (e as Error)?.stack?.toString() || '未知错误,可能操作超时', 200)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public async websocketHandle(payload: PayloadType, echo: unknown): Promise<OB11Return<ReturnDataType | null>> {
|
public async websocketHandle(payload: PayloadType, echo: unknown): Promise<OB11Return<ReturnDataType | null>> {
|
||||||
const result = await this.check(payload)
|
let params: PayloadType
|
||||||
if (!result.valid) {
|
try {
|
||||||
return OB11Response.error(result.message, 1400)
|
params = this.payloadSchema ? new this.payloadSchema(payload) : payload
|
||||||
|
} catch (e) {
|
||||||
|
return OB11Response.error((e as Error).message, 1400)
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
const resData = await this._handle(payload)
|
const resData = await this._handle(params)
|
||||||
return OB11Response.ok(resData, echo)
|
return OB11Response.ok(resData, echo)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.ctx.logger.error('发生错误', e)
|
this.ctx.logger.error('发生错误', e)
|
||||||
@@ -46,9 +45,7 @@ abstract class BaseAction<PayloadType, ReturnDataType> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected async _handle(payload: PayloadType): Promise<ReturnDataType> {
|
protected abstract _handle(payload: PayloadType): Promise<ReturnDataType>
|
||||||
throw `pleas override ${this.actionName} _handle`
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default BaseAction
|
export { BaseAction, Schema }
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
import fsPromise from 'node:fs/promises'
|
import { readFile } from 'node:fs/promises'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { Peer, ElementType } from '@/ntqqapi/types'
|
import { Peer, ElementType } from '@/ntqqapi/types'
|
||||||
import { MessageUnique } from '@/common/utils/messageUnique'
|
import { MessageUnique } from '@/common/utils/messageUnique'
|
||||||
@@ -17,13 +17,16 @@ export interface GetFileResponse {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export abstract class GetFileBase extends BaseAction<GetFilePayload, GetFileResponse> {
|
export abstract class GetFileBase extends BaseAction<GetFilePayload, GetFileResponse> {
|
||||||
// forked from https://github.com/NapNeko/NapCatQQ/blob/6f6b258f22d7563f15d84e7172c4d4cbb547f47e/src/onebot11/action/file/GetFile.ts#L44
|
payloadSchema = Schema.object({
|
||||||
|
file: Schema.string().required()
|
||||||
|
})
|
||||||
|
|
||||||
protected async _handle(payload: GetFilePayload): Promise<GetFileResponse> {
|
protected async _handle(payload: GetFilePayload): Promise<GetFileResponse> {
|
||||||
const { enableLocalFile2Url } = this.adapter.config
|
const { enableLocalFile2Url } = this.adapter.config
|
||||||
|
|
||||||
let fileCache = await MessageUnique.getFileCacheById(String(payload.file))
|
let fileCache = await MessageUnique.getFileCacheById(payload.file)
|
||||||
if (!fileCache?.length) {
|
if (!fileCache?.length) {
|
||||||
fileCache = await MessageUnique.getFileCacheByName(String(payload.file))
|
fileCache = await MessageUnique.getFileCacheByName(payload.file)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fileCache?.length) {
|
if (fileCache?.length) {
|
||||||
@@ -56,13 +59,13 @@ export abstract class GetFileBase extends BaseAction<GetFilePayload, GetFileResp
|
|||||||
if (!findEle) {
|
if (!findEle) {
|
||||||
throw new Error('element not found')
|
throw new Error('element not found')
|
||||||
}
|
}
|
||||||
res.url = await this.ctx.ntFileApi.getImageUrl(findEle.picElement)
|
res.url = await this.ctx.ntFileApi.getImageUrl(findEle.picElement!)
|
||||||
} else if (fileCache[0].elementType === ElementType.VIDEO) {
|
} else if (fileCache[0].elementType === ElementType.VIDEO) {
|
||||||
res.url = await this.ctx.ntFileApi.getVideoUrl(peer, fileCache[0].msgId, fileCache[0].elementId)
|
res.url = await this.ctx.ntFileApi.getVideoUrl(peer, fileCache[0].msgId, fileCache[0].elementId)
|
||||||
}
|
}
|
||||||
if (enableLocalFile2Url && downloadPath && (res.file === res.url || res.url === undefined)) {
|
if (enableLocalFile2Url && downloadPath && (res.file === res.url || res.url === undefined)) {
|
||||||
try {
|
try {
|
||||||
res.base64 = await fsPromise.readFile(downloadPath, 'base64')
|
res.base64 = await readFile(downloadPath, 'base64')
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
throw new Error('文件下载失败. ' + e)
|
throw new Error('文件下载失败. ' + e)
|
||||||
}
|
}
|
||||||
@@ -76,11 +79,12 @@ export abstract class GetFileBase extends BaseAction<GetFilePayload, GetFileResp
|
|||||||
|
|
||||||
export default class GetFile extends GetFileBase {
|
export default class GetFile extends GetFileBase {
|
||||||
actionName = ActionName.GetFile
|
actionName = ActionName.GetFile
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
file: Schema.string(),
|
||||||
|
file_id: Schema.string().required()
|
||||||
|
})
|
||||||
|
|
||||||
protected async _handle(payload: { file_id: string; file: string }): Promise<GetFileResponse> {
|
protected async _handle(payload: { file_id: string, file: string }): Promise<GetFileResponse> {
|
||||||
if (!payload.file_id) {
|
|
||||||
throw new Error('file_id 不能为空')
|
|
||||||
}
|
|
||||||
payload.file = payload.file_id
|
payload.file = payload.file_id
|
||||||
return super._handle(payload)
|
return super._handle(payload)
|
||||||
}
|
}
|
||||||
|
@@ -3,11 +3,4 @@ import { ActionName } from '../types'
|
|||||||
|
|
||||||
export default class GetImage extends GetFileBase {
|
export default class GetImage extends GetFileBase {
|
||||||
actionName = ActionName.GetImage
|
actionName = ActionName.GetImage
|
||||||
|
|
||||||
protected async _handle(payload: { file: string }) {
|
|
||||||
if (!payload.file) {
|
|
||||||
throw new Error('参数 file 不能为空')
|
|
||||||
}
|
|
||||||
return super._handle(payload)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@@ -1,8 +1,9 @@
|
|||||||
|
import path from 'node:path'
|
||||||
import { GetFileBase, GetFilePayload, GetFileResponse } from './GetFile'
|
import { GetFileBase, GetFilePayload, GetFileResponse } from './GetFile'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { decodeSilk } from '@/common/utils/audio'
|
import { decodeSilk } from '@/common/utils/audio'
|
||||||
import path from 'node:path'
|
import { Schema } from '../BaseAction'
|
||||||
import fs from 'node:fs'
|
import { stat, readFile } from 'node:fs/promises'
|
||||||
|
|
||||||
interface Payload extends GetFilePayload {
|
interface Payload extends GetFilePayload {
|
||||||
out_format: 'mp3' | 'amr' | 'wma' | 'm4a' | 'spx' | 'ogg' | 'wav' | 'flac'
|
out_format: 'mp3' | 'amr' | 'wma' | 'm4a' | 'spx' | 'ogg' | 'wav' | 'flac'
|
||||||
@@ -10,14 +11,18 @@ interface Payload extends GetFilePayload {
|
|||||||
|
|
||||||
export default class GetRecord extends GetFileBase {
|
export default class GetRecord extends GetFileBase {
|
||||||
actionName = ActionName.GetRecord
|
actionName = ActionName.GetRecord
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
file: Schema.string().required(),
|
||||||
|
out_format: Schema.string().default('mp3')
|
||||||
|
})
|
||||||
|
|
||||||
protected async _handle(payload: Payload): Promise<GetFileResponse> {
|
protected async _handle(payload: Payload): Promise<GetFileResponse> {
|
||||||
const res = await super._handle(payload)
|
const res = await super._handle(payload)
|
||||||
res.file = await decodeSilk(this.ctx, res.file!, payload.out_format)
|
res.file = await decodeSilk(this.ctx, res.file!, payload.out_format)
|
||||||
res.file_name = path.basename(res.file)
|
res.file_name = path.basename(res.file)
|
||||||
res.file_size = fs.statSync(res.file).size.toString()
|
res.file_size = (await stat(res.file)).size.toString()
|
||||||
if (this.adapter.config.enableLocalFile2Url) {
|
if (this.adapter.config.enableLocalFile2Url) {
|
||||||
res.base64 = fs.readFileSync(res.file, 'base64')
|
res.base64 = await readFile(res.file, 'base64')
|
||||||
}
|
}
|
||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
@@ -9,9 +9,13 @@ interface Payload {
|
|||||||
|
|
||||||
export class CreateGroupFileFolder extends BaseAction<Payload, null> {
|
export class CreateGroupFileFolder extends BaseAction<Payload, null> {
|
||||||
actionName = ActionName.GoCQHTTP_CreateGroupFileFolder
|
actionName = ActionName.GoCQHTTP_CreateGroupFileFolder
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
group_id: Schema.union([Number, String]).required(),
|
||||||
|
name: Schema.string().required(),
|
||||||
|
})
|
||||||
|
|
||||||
async _handle(payload: Payload) {
|
async _handle(payload: Payload) {
|
||||||
await this.ctx.ntGroupApi.createGroupFileFolder(payload.group_id.toString(), payload.name)
|
await this.ctx.ntGroupApi.createGroupFileFolder(payload.group_id.toString(), payload.name)
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { MessageUnique } from '@/common/utils/messageUnique'
|
import { MessageUnique } from '@/common/utils/messageUnique'
|
||||||
|
|
||||||
@@ -8,11 +8,11 @@ interface Payload {
|
|||||||
|
|
||||||
export class DelEssenceMsg extends BaseAction<Payload, unknown> {
|
export class DelEssenceMsg extends BaseAction<Payload, unknown> {
|
||||||
actionName = ActionName.GoCQHTTP_DelEssenceMsg
|
actionName = ActionName.GoCQHTTP_DelEssenceMsg
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
message_id: Schema.union([Number, String]).required()
|
||||||
|
})
|
||||||
|
|
||||||
protected async _handle(payload: Payload) {
|
protected async _handle(payload: Payload) {
|
||||||
if (!payload.message_id) {
|
|
||||||
throw Error('message_id不能为空')
|
|
||||||
}
|
|
||||||
const msg = await MessageUnique.getMsgIdAndPeerByShortId(+payload.message_id)
|
const msg = await MessageUnique.getMsgIdAndPeerByShortId(+payload.message_id)
|
||||||
if (!msg) {
|
if (!msg) {
|
||||||
throw new Error('msg not found')
|
throw new Error('msg not found')
|
||||||
|
@@ -1,17 +1,22 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
group_id: string | number
|
group_id: string | number
|
||||||
file_id: string
|
file_id: string
|
||||||
busid?: 102
|
busid: number
|
||||||
}
|
}
|
||||||
|
|
||||||
export class DelGroupFile extends BaseAction<Payload, null> {
|
export class DelGroupFile extends BaseAction<Payload, null> {
|
||||||
actionName = ActionName.GoCQHTTP_DelGroupFile
|
actionName = ActionName.GoCQHTTP_DelGroupFile
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
group_id: Schema.union([Number, String]).required(),
|
||||||
|
file_id: Schema.string().required(),
|
||||||
|
busid: Schema.number().default(102)
|
||||||
|
})
|
||||||
|
|
||||||
async _handle(payload: Payload) {
|
async _handle(payload: Payload) {
|
||||||
await this.ctx.ntGroupApi.deleteGroupFile(payload.group_id.toString(), [payload.file_id])
|
await this.ctx.ntGroupApi.deleteGroupFile(payload.group_id.toString(), [payload.file_id], [payload.busid])
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
@@ -8,9 +8,13 @@ interface Payload {
|
|||||||
|
|
||||||
export class DelGroupFolder extends BaseAction<Payload, null> {
|
export class DelGroupFolder extends BaseAction<Payload, null> {
|
||||||
actionName = ActionName.GoCQHTTP_DelGroupFolder
|
actionName = ActionName.GoCQHTTP_DelGroupFolder
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
group_id: Schema.union([Number, String]).required(),
|
||||||
|
folder_id: Schema.string().required()
|
||||||
|
})
|
||||||
|
|
||||||
async _handle(payload: Payload) {
|
async _handle(payload: Payload) {
|
||||||
await this.ctx.ntGroupApi.deleteGroupFileFolder(payload.group_id.toString(), payload.folder_id)
|
await this.ctx.ntGroupApi.deleteGroupFileFolder(payload.group_id.toString(), payload.folder_id)
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
import BaseAction from '../BaseAction'
|
|
||||||
import fs from 'fs'
|
import fs from 'fs'
|
||||||
import fsPromise from 'fs/promises'
|
import fsPromise from 'fs/promises'
|
||||||
import path from 'node:path'
|
import path from 'node:path'
|
||||||
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { calculateFileMD5, fetchFile } from '@/common/utils'
|
import { calculateFileMD5, fetchFile } from '@/common/utils'
|
||||||
import { TEMP_DIR } from '@/common/globalVars'
|
import { TEMP_DIR } from '@/common/globalVars'
|
||||||
@@ -22,6 +22,11 @@ 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({
|
||||||
|
url: String,
|
||||||
|
base64: String,
|
||||||
|
headers: Schema.union([String, Schema.array(String)])
|
||||||
|
})
|
||||||
|
|
||||||
protected async _handle(payload: Payload): Promise<FileResponse> {
|
protected async _handle(payload: Payload): Promise<FileResponse> {
|
||||||
const isRandomName = !payload.name
|
const isRandomName = !payload.name
|
||||||
|
@@ -1,8 +1,9 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
import { OB11ForwardMessage } from '../../types'
|
import { OB11ForwardMessage } from '../../types'
|
||||||
import { OB11Entities } from '../../entities'
|
import { OB11Entities } from '../../entities'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { MessageUnique } from '@/common/utils/messageUnique'
|
import { MessageUnique } from '@/common/utils/messageUnique'
|
||||||
|
import { filterNullable } from '@/common/utils/misc'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
message_id: string // long msg id,gocq
|
message_id: string // long msg id,gocq
|
||||||
@@ -15,6 +16,11 @@ interface Response {
|
|||||||
|
|
||||||
export class GetForwardMsg extends BaseAction<Payload, Response> {
|
export class GetForwardMsg extends BaseAction<Payload, Response> {
|
||||||
actionName = ActionName.GoCQHTTP_GetForwardMsg
|
actionName = ActionName.GoCQHTTP_GetForwardMsg
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
message_id: String,
|
||||||
|
id: String
|
||||||
|
})
|
||||||
|
|
||||||
protected async _handle(payload: Payload) {
|
protected async _handle(payload: Payload) {
|
||||||
const msgId = payload.id || payload.message_id
|
const msgId = payload.id || payload.message_id
|
||||||
if (!msgId) {
|
if (!msgId) {
|
||||||
@@ -33,19 +39,21 @@ export class GetForwardMsg extends BaseAction<Payload, Response> {
|
|||||||
const messages = await Promise.all(
|
const messages = await Promise.all(
|
||||||
msgList.map(async (msg) => {
|
msgList.map(async (msg) => {
|
||||||
const resMsg = await OB11Entities.message(this.ctx, msg)
|
const resMsg = await OB11Entities.message(this.ctx, msg)
|
||||||
|
if (!resMsg) return
|
||||||
resMsg.message_id = MessageUnique.createMsg({
|
resMsg.message_id = MessageUnique.createMsg({
|
||||||
chatType: msg.chatType,
|
chatType: msg.chatType,
|
||||||
peerUid: msg.peerUid,
|
peerUid: msg.peerUid,
|
||||||
}, msg.msgId)
|
}, msg.msgId)
|
||||||
return resMsg
|
return resMsg
|
||||||
}),
|
})
|
||||||
)
|
)
|
||||||
const forwardMessages = messages.map(v => {
|
const forwardMessages = filterNullable(messages)
|
||||||
const msg = v as Partial<OB11ForwardMessage>
|
.map(v => {
|
||||||
msg.content = msg.message
|
const msg = v as Partial<OB11ForwardMessage>
|
||||||
delete msg.message
|
msg.content = msg.message
|
||||||
return msg as OB11ForwardMessage
|
delete msg.message
|
||||||
})
|
return msg as OB11ForwardMessage
|
||||||
|
})
|
||||||
return { messages: forwardMessages }
|
return { messages: forwardMessages }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
@@ -13,6 +13,9 @@ interface Response {
|
|||||||
|
|
||||||
export class GetGroupAtAllRemain extends BaseAction<Payload, Response> {
|
export class GetGroupAtAllRemain extends BaseAction<Payload, Response> {
|
||||||
actionName = ActionName.GoCQHTTP_GetGroupAtAllRemain
|
actionName = ActionName.GoCQHTTP_GetGroupAtAllRemain
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
group_id: Schema.union([Number, String]).required()
|
||||||
|
})
|
||||||
|
|
||||||
async _handle(payload: Payload) {
|
async _handle(payload: Payload) {
|
||||||
const data = await this.ctx.ntGroupApi.getGroupRemainAtTimes(payload.group_id.toString())
|
const data = await this.ctx.ntGroupApi.getGroupRemainAtTimes(payload.group_id.toString())
|
||||||
@@ -22,4 +25,4 @@ export class GetGroupAtAllRemain extends BaseAction<Payload, Response> {
|
|||||||
remain_at_all_count_for_uin: data.atInfo.RemainAtAllCountForUin
|
remain_at_all_count_for_uin: data.atInfo.RemainAtAllCountForUin
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
54
src/onebot11/action/go-cqhttp/GetGroupFilesByFolder.ts
Normal file
54
src/onebot11/action/go-cqhttp/GetGroupFilesByFolder.ts
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
|
import { ActionName } from '../types'
|
||||||
|
import { OB11GroupFile, OB11GroupFileFolder } from '@/onebot11/types'
|
||||||
|
|
||||||
|
interface Payload {
|
||||||
|
group_id: string | number
|
||||||
|
folder_id: string
|
||||||
|
file_count: string | number
|
||||||
|
}
|
||||||
|
|
||||||
|
interface Response {
|
||||||
|
files: OB11GroupFile[]
|
||||||
|
folders: OB11GroupFileFolder[]
|
||||||
|
}
|
||||||
|
|
||||||
|
export class GetGroupFilesByFolder extends BaseAction<Payload, Response> {
|
||||||
|
actionName = ActionName.GoCQHTTP_GetGroupFilesByFolder
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
group_id: Schema.union([Number, String]).required(),
|
||||||
|
folder_id: Schema.string().required(),
|
||||||
|
file_count: Schema.union([Number, String]).default(50)
|
||||||
|
})
|
||||||
|
|
||||||
|
async _handle(payload: Payload) {
|
||||||
|
const data = await this.ctx.ntGroupApi.getGroupFileList(payload.group_id.toString(), {
|
||||||
|
sortType: 1,
|
||||||
|
fileCount: +payload.file_count,
|
||||||
|
startIndex: 0,
|
||||||
|
sortOrder: 2,
|
||||||
|
showOnlinedocFolder: 0,
|
||||||
|
folderId: payload.folder_id
|
||||||
|
})
|
||||||
|
return {
|
||||||
|
files: data.filter(item => item.fileInfo)
|
||||||
|
.map(item => {
|
||||||
|
const file = item.fileInfo!
|
||||||
|
return {
|
||||||
|
group_id: +item.peerId,
|
||||||
|
file_id: file.fileId,
|
||||||
|
file_name: file.fileName,
|
||||||
|
busid: file.busId,
|
||||||
|
file_size: +file.fileSize,
|
||||||
|
upload_time: file.uploadTime,
|
||||||
|
dead_time: file.deadTime,
|
||||||
|
modify_time: file.modifyTime,
|
||||||
|
download_times: file.downloadTimes,
|
||||||
|
uploader: +file.uploaderUin,
|
||||||
|
uploader_name: file.uploaderName
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
folders: []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@@ -1,16 +1,17 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
import { OB11Message } from '../../types'
|
import { OB11Message } from '../../types'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { ChatType } from '@/ntqqapi/types'
|
import { ChatType } from '@/ntqqapi/types'
|
||||||
import { OB11Entities } from '../../entities'
|
import { OB11Entities } from '../../entities'
|
||||||
import { RawMessage } from '@/ntqqapi/types'
|
import { RawMessage } from '@/ntqqapi/types'
|
||||||
import { MessageUnique } from '@/common/utils/messageUnique'
|
import { MessageUnique } from '@/common/utils/messageUnique'
|
||||||
|
import { filterNullable } from '@/common/utils/misc'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
group_id: number | string
|
group_id: number | string
|
||||||
message_seq?: number | string
|
message_seq?: number | string
|
||||||
count?: number | string
|
count: number | string
|
||||||
reverseOrder?: boolean
|
reverseOrder: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
interface Response {
|
interface Response {
|
||||||
@@ -19,10 +20,15 @@ interface Response {
|
|||||||
|
|
||||||
export class GetGroupMsgHistory extends BaseAction<Payload, Response> {
|
export class GetGroupMsgHistory extends BaseAction<Payload, Response> {
|
||||||
actionName = ActionName.GoCQHTTP_GetGroupMsgHistory
|
actionName = ActionName.GoCQHTTP_GetGroupMsgHistory
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
group_id: Schema.union([Number, String]).required(),
|
||||||
|
message_seq: Schema.union([Number, String]),
|
||||||
|
count: Schema.union([Number, String]).default(20),
|
||||||
|
reverseOrder: Schema.boolean().default(false),
|
||||||
|
})
|
||||||
|
|
||||||
protected async _handle(payload: Payload): Promise<Response> {
|
protected async _handle(payload: Payload): Promise<Response> {
|
||||||
const count = payload.count || 20
|
const { count, reverseOrder } = payload
|
||||||
const isReverseOrder = payload.reverseOrder || true
|
|
||||||
const peer = { chatType: ChatType.group, peerUid: payload.group_id.toString() }
|
const peer = { chatType: ChatType.group, peerUid: payload.group_id.toString() }
|
||||||
let msgList: RawMessage[] | undefined
|
let msgList: RawMessage[] | undefined
|
||||||
// 包含 message_seq 0
|
// 包含 message_seq 0
|
||||||
@@ -34,13 +40,13 @@ export class GetGroupMsgHistory extends BaseAction<Payload, Response> {
|
|||||||
msgList = (await this.ctx.ntMsgApi.getMsgHistory(peer, startMsgId, +count)).msgList
|
msgList = (await this.ctx.ntMsgApi.getMsgHistory(peer, startMsgId, +count)).msgList
|
||||||
}
|
}
|
||||||
if (!msgList?.length) throw new Error('未找到消息')
|
if (!msgList?.length) throw new Error('未找到消息')
|
||||||
if (isReverseOrder) msgList.reverse()
|
if (reverseOrder) msgList.reverse()
|
||||||
await Promise.all(
|
await Promise.all(
|
||||||
msgList.map(async msg => {
|
msgList.map(async msg => {
|
||||||
msg.msgShortId = MessageUnique.createMsg({ chatType: msg.chatType, peerUid: msg.peerUid }, msg.msgId)
|
msg.msgShortId = MessageUnique.createMsg({ chatType: msg.chatType, peerUid: msg.peerUid }, msg.msgId)
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
const ob11MsgList = await Promise.all(msgList.map((msg) => OB11Entities.message(this.ctx, msg)))
|
const ob11MsgList = await Promise.all(msgList.map((msg) => OB11Entities.message(this.ctx, msg)))
|
||||||
return { messages: ob11MsgList }
|
return { messages: filterNullable(ob11MsgList) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { OB11GroupFile, OB11GroupFileFolder } from '../../types'
|
import { OB11GroupFile, OB11GroupFileFolder } from '../../types'
|
||||||
|
|
||||||
@@ -14,18 +14,19 @@ interface Response {
|
|||||||
|
|
||||||
export class GetGroupRootFiles extends BaseAction<Payload, Response> {
|
export class GetGroupRootFiles extends BaseAction<Payload, Response> {
|
||||||
actionName = ActionName.GoCQHTTP_GetGroupRootFiles
|
actionName = ActionName.GoCQHTTP_GetGroupRootFiles
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
group_id: Schema.union([Number, String]).required(),
|
||||||
|
file_count: Schema.union([Number, String]).default(50),
|
||||||
|
})
|
||||||
|
|
||||||
async _handle(payload: Payload) {
|
async _handle(payload: Payload) {
|
||||||
const data = await this.ctx.ntGroupApi.getGroupFileList(payload.group_id.toString(), {
|
const data = await this.ctx.ntGroupApi.getGroupFileList(payload.group_id.toString(), {
|
||||||
sortType: 1,
|
sortType: 1,
|
||||||
fileCount: +(payload.file_count ?? 50),
|
fileCount: +payload.file_count,
|
||||||
startIndex: 0,
|
startIndex: 0,
|
||||||
sortOrder: 2,
|
sortOrder: 2,
|
||||||
showOnlinedocFolder: 0,
|
showOnlinedocFolder: 0,
|
||||||
})
|
})
|
||||||
|
|
||||||
this.ctx.logger.info(data)
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
files: data.filter(item => item.fileInfo)
|
files: data.filter(item => item.fileInfo)
|
||||||
.map(item => {
|
.map(item => {
|
||||||
@@ -59,4 +60,4 @@ export class GetGroupRootFiles extends BaseAction<Payload, Response> {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { GroupNotifyStatus } from '@/ntqqapi/types'
|
import { GroupNotifyStatus } from '@/ntqqapi/types'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
@@ -56,4 +56,4 @@ export class GetGroupSystemMsg extends BaseAction<void, Response> {
|
|||||||
}
|
}
|
||||||
return data
|
return data
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
import { OB11User } from '../../types'
|
import { OB11User } from '../../types'
|
||||||
import { OB11Entities } from '../../entities'
|
import { OB11Entities } from '../../entities'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
@@ -12,6 +12,9 @@ interface Payload {
|
|||||||
|
|
||||||
export class GetStrangerInfo extends BaseAction<Payload, OB11User> {
|
export class GetStrangerInfo extends BaseAction<Payload, OB11User> {
|
||||||
actionName = ActionName.GoCQHTTP_GetStrangerInfo
|
actionName = ActionName.GoCQHTTP_GetStrangerInfo
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
user_id: Schema.union([Number, String]).required()
|
||||||
|
})
|
||||||
|
|
||||||
protected async _handle(payload: Payload): Promise<OB11User> {
|
protected async _handle(payload: Payload): Promise<OB11User> {
|
||||||
if (!(getBuildVersion() >= 26702)) {
|
if (!(getBuildVersion() >= 26702)) {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { MessageUnique } from '@/common/utils/messageUnique'
|
import { MessageUnique } from '@/common/utils/messageUnique'
|
||||||
|
|
||||||
@@ -8,11 +8,11 @@ interface Payload {
|
|||||||
|
|
||||||
export class MarkMsgAsRead extends BaseAction<Payload, null> {
|
export class MarkMsgAsRead extends BaseAction<Payload, null> {
|
||||||
actionName = ActionName.GoCQHTTP_MarkMsgAsRead
|
actionName = ActionName.GoCQHTTP_MarkMsgAsRead
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
message_id: Schema.union([Number, String]).required()
|
||||||
|
})
|
||||||
|
|
||||||
protected async _handle(payload: Payload) {
|
protected async _handle(payload: Payload) {
|
||||||
if (!payload.message_id) {
|
|
||||||
throw new Error('参数 message_id 不能为空')
|
|
||||||
}
|
|
||||||
const msg = await MessageUnique.getMsgIdAndPeerByShortId(+payload.message_id)
|
const msg = await MessageUnique.getMsgIdAndPeerByShortId(+payload.message_id)
|
||||||
if (!msg) {
|
if (!msg) {
|
||||||
throw new Error('msg not found')
|
throw new Error('msg not found')
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { handleQuickOperation, QuickOperation, QuickOperationEvent } from '../../helper/quickOperation'
|
import { handleQuickOperation, QuickOperation, QuickOperationEvent } from '../../helper/quickOperation'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
@@ -9,8 +9,9 @@ interface Payload {
|
|||||||
|
|
||||||
export class HandleQuickOperation extends BaseAction<Payload, null> {
|
export class HandleQuickOperation extends BaseAction<Payload, null> {
|
||||||
actionName = ActionName.GoCQHTTP_HandleQuickOperation
|
actionName = ActionName.GoCQHTTP_HandleQuickOperation
|
||||||
|
|
||||||
protected async _handle(payload: Payload): Promise<null> {
|
protected async _handle(payload: Payload): Promise<null> {
|
||||||
handleQuickOperation(this.ctx, payload.context, payload.operation).catch(e => this.ctx.logger.error(e))
|
handleQuickOperation(this.ctx, payload.context, payload.operation).catch(e => this.ctx.logger.error(e))
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,21 +1,180 @@
|
|||||||
import SendMsg from '../msg/SendMsg'
|
import { unlink } from 'node:fs/promises'
|
||||||
import { OB11PostSendMsg } from '../../types'
|
import { OB11MessageNode } from '../../types'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { convertMessage2List } from '../../helper/createMessage'
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
|
import { Peer } from '@/ntqqapi/types/msg'
|
||||||
|
import { ChatType, ElementType, RawMessage, SendMessageElement } from '@/ntqqapi/types'
|
||||||
|
import { MessageUnique } from '@/common/utils/messageUnique'
|
||||||
|
import { selfInfo } from '@/common/globalVars'
|
||||||
|
import { convertMessage2List, createSendElements, sendMsg, createPeer, CreatePeerMode } from '../../helper/createMessage'
|
||||||
|
|
||||||
export class SendForwardMsg extends SendMsg {
|
interface Payload {
|
||||||
|
user_id?: string | number
|
||||||
|
group_id?: string | number
|
||||||
|
messages: OB11MessageNode[]
|
||||||
|
message_type?: 'group' | 'private'
|
||||||
|
}
|
||||||
|
|
||||||
|
interface Response {
|
||||||
|
message_id: number
|
||||||
|
forward_id?: string
|
||||||
|
}
|
||||||
|
|
||||||
|
export class SendForwardMsg extends BaseAction<Payload, Response> {
|
||||||
actionName = ActionName.GoCQHTTP_SendForwardMsg
|
actionName = ActionName.GoCQHTTP_SendForwardMsg
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
user_id: Schema.union([Number, String]),
|
||||||
|
group_id: Schema.union([Number, String]),
|
||||||
|
messages: Schema.array(Schema.any()).required(),
|
||||||
|
message_type: Schema.union(['group', 'private'])
|
||||||
|
})
|
||||||
|
|
||||||
protected async check(payload: OB11PostSendMsg) {
|
protected async _handle(payload: Payload) {
|
||||||
if (payload.messages) payload.message = convertMessage2List(payload.messages)
|
let contextMode = CreatePeerMode.Normal
|
||||||
return super.check(payload)
|
if (payload.message_type === 'group') {
|
||||||
|
contextMode = CreatePeerMode.Group
|
||||||
|
} else if (payload.message_type === 'private') {
|
||||||
|
contextMode = CreatePeerMode.Private
|
||||||
|
}
|
||||||
|
const peer = await createPeer(this.ctx, payload, contextMode)
|
||||||
|
const returnMsg = await this.handleForwardNode(peer, payload.messages)
|
||||||
|
return { message_id: returnMsg.msgShortId! }
|
||||||
|
}
|
||||||
|
|
||||||
|
private async cloneMsg(msg: RawMessage): Promise<RawMessage | undefined> {
|
||||||
|
this.ctx.logger.info('克隆的目标消息', msg)
|
||||||
|
const sendElements: SendMessageElement[] = []
|
||||||
|
for (const ele of msg.elements) {
|
||||||
|
sendElements.push(ele as SendMessageElement)
|
||||||
|
}
|
||||||
|
if (sendElements.length === 0) {
|
||||||
|
this.ctx.logger.warn('需要clone的消息无法解析,将会忽略掉', msg)
|
||||||
|
}
|
||||||
|
this.ctx.logger.info('克隆消息', sendElements)
|
||||||
|
try {
|
||||||
|
const peer = {
|
||||||
|
chatType: ChatType.friend,
|
||||||
|
peerUid: selfInfo.uid
|
||||||
|
}
|
||||||
|
const nodeMsg = await this.ctx.ntMsgApi.sendMsg(peer, sendElements)
|
||||||
|
await this.ctx.sleep(400)
|
||||||
|
return nodeMsg
|
||||||
|
} catch (e) {
|
||||||
|
this.ctx.logger.warn(e, '克隆转发消息失败,将忽略本条消息', msg)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 返回一个合并转发的消息id
|
||||||
|
private async handleForwardNode(destPeer: Peer, messageNodes: OB11MessageNode[]) {
|
||||||
|
const selfPeer = {
|
||||||
|
chatType: ChatType.friend,
|
||||||
|
peerUid: selfInfo.uid,
|
||||||
|
}
|
||||||
|
let nodeMsgIds: string[] = []
|
||||||
|
// 先判断一遍是不是id和自定义混用
|
||||||
|
for (const messageNode of messageNodes) {
|
||||||
|
// 一个node表示一个人的消息
|
||||||
|
const nodeId = messageNode.data.id
|
||||||
|
// 有nodeId表示一个子转发消息卡片
|
||||||
|
if (nodeId) {
|
||||||
|
const nodeMsg = await MessageUnique.getMsgIdAndPeerByShortId(+nodeId) || await MessageUnique.getPeerByMsgId(nodeId)
|
||||||
|
if (!nodeMsg) {
|
||||||
|
this.ctx.logger.warn('转发消息失败,未找到消息', nodeId)
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
nodeMsgIds.push(nodeMsg.MsgId)
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
// 自定义的消息
|
||||||
|
// 提取消息段,发给自己生成消息id
|
||||||
|
try {
|
||||||
|
const { sendElements, deleteAfterSentFiles } = await createSendElements(
|
||||||
|
this.ctx,
|
||||||
|
convertMessage2List(messageNode.data.content),
|
||||||
|
destPeer
|
||||||
|
)
|
||||||
|
this.ctx.logger.info('开始生成转发节点', sendElements)
|
||||||
|
const sendElementsSplit: SendMessageElement[][] = []
|
||||||
|
let splitIndex = 0
|
||||||
|
for (const ele of sendElements) {
|
||||||
|
if (!sendElementsSplit[splitIndex]) {
|
||||||
|
sendElementsSplit[splitIndex] = []
|
||||||
|
}
|
||||||
|
|
||||||
|
if (ele.elementType === ElementType.FILE || ele.elementType === ElementType.VIDEO) {
|
||||||
|
if (sendElementsSplit[splitIndex].length > 0) {
|
||||||
|
splitIndex++
|
||||||
|
}
|
||||||
|
sendElementsSplit[splitIndex] = [ele]
|
||||||
|
splitIndex++
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
sendElementsSplit[splitIndex].push(ele)
|
||||||
|
}
|
||||||
|
this.ctx.logger.info(sendElementsSplit)
|
||||||
|
}
|
||||||
|
// log("分割后的转发节点", sendElementsSplit)
|
||||||
|
for (const eles of sendElementsSplit) {
|
||||||
|
const nodeMsg = await sendMsg(this.ctx, selfPeer, eles, [])
|
||||||
|
if (!nodeMsg) {
|
||||||
|
this.ctx.logger.warn('转发节点生成失败', eles)
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
nodeMsgIds.push(nodeMsg.msgId)
|
||||||
|
await this.ctx.sleep(400)
|
||||||
|
}
|
||||||
|
deleteAfterSentFiles.map(path => unlink(path))
|
||||||
|
} catch (e) {
|
||||||
|
this.ctx.logger.error('生成转发消息节点失败', e)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 检查srcPeer是否一致,不一致则需要克隆成自己的消息, 让所有srcPeer都变成自己的,使其保持一致才能够转发
|
||||||
|
const nodeMsgArray: RawMessage[] = []
|
||||||
|
let srcPeer: Peer | null = null
|
||||||
|
let needSendSelf = false
|
||||||
|
for (const msgId of nodeMsgIds) {
|
||||||
|
const nodeMsgPeer = await MessageUnique.getPeerByMsgId(msgId)
|
||||||
|
if (nodeMsgPeer) {
|
||||||
|
const nodeMsg = (await this.ctx.ntMsgApi.getMsgsByMsgId(nodeMsgPeer.Peer, [msgId])).msgList[0]
|
||||||
|
srcPeer = srcPeer ?? { chatType: nodeMsg.chatType, peerUid: nodeMsg.peerUid }
|
||||||
|
if (srcPeer.peerUid !== nodeMsg.peerUid) {
|
||||||
|
needSendSelf = true
|
||||||
|
}
|
||||||
|
nodeMsgArray.push(nodeMsg)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
nodeMsgIds = nodeMsgArray.map((msg) => msg.msgId)
|
||||||
|
if (needSendSelf) {
|
||||||
|
for (const msg of nodeMsgArray) {
|
||||||
|
if (msg.peerUid === selfPeer.peerUid) continue
|
||||||
|
await this.cloneMsg(msg)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (nodeMsgIds.length === 0) {
|
||||||
|
throw Error('转发消息失败,节点为空')
|
||||||
|
}
|
||||||
|
const returnMsg = await this.ctx.ntMsgApi.multiForwardMsg(srcPeer!, destPeer, nodeMsgIds)
|
||||||
|
returnMsg.msgShortId = MessageUnique.createMsg(destPeer, returnMsg.msgId)
|
||||||
|
return returnMsg
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export class SendPrivateForwardMsg extends SendForwardMsg {
|
export class SendPrivateForwardMsg extends SendForwardMsg {
|
||||||
actionName = ActionName.GoCQHTTP_SendPrivateForwardMsg
|
actionName = ActionName.GoCQHTTP_SendPrivateForwardMsg
|
||||||
|
|
||||||
|
protected _handle(payload: Payload) {
|
||||||
|
payload.message_type = 'private'
|
||||||
|
return super._handle(payload)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export class SendGroupForwardMsg extends SendForwardMsg {
|
export class SendGroupForwardMsg extends SendForwardMsg {
|
||||||
actionName = ActionName.GoCQHTTP_SendGroupForwardMsg
|
actionName = ActionName.GoCQHTTP_SendGroupForwardMsg
|
||||||
|
|
||||||
|
protected _handle(payload: Payload) {
|
||||||
|
payload.message_type = 'group'
|
||||||
|
return super._handle(payload)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { unlink } from 'fs/promises'
|
import { unlink } from 'fs/promises'
|
||||||
import { checkFileReceived, uri2local } from '@/common/utils/file'
|
import { checkFileReceived, uri2local } from '@/common/utils/file'
|
||||||
@@ -7,20 +7,24 @@ interface Payload {
|
|||||||
group_id: number | string
|
group_id: number | string
|
||||||
content: string
|
content: string
|
||||||
image?: string
|
image?: string
|
||||||
pinned?: number | string //扩展
|
pinned: number | string //扩展
|
||||||
confirm_required?: number | string //扩展
|
confirm_required: number | string //扩展
|
||||||
}
|
}
|
||||||
|
|
||||||
export class SendGroupNotice extends BaseAction<Payload, null> {
|
export class SendGroupNotice extends BaseAction<Payload, null> {
|
||||||
actionName = ActionName.GoCQHTTP_SendGroupNotice
|
actionName = ActionName.GoCQHTTP_SendGroupNotice
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
group_id: Schema.union([Number, String]).required(),
|
||||||
|
content: Schema.string().required(),
|
||||||
|
image: Schema.string(),
|
||||||
|
pinned: Schema.union([Number, String]).default(0),
|
||||||
|
confirm_required: Schema.union([Number, String]).default(1)
|
||||||
|
})
|
||||||
|
|
||||||
async _handle(payload: Payload) {
|
async _handle(payload: Payload) {
|
||||||
if(!payload.content){
|
|
||||||
throw new Error('参数 content 不能为空')
|
|
||||||
}
|
|
||||||
const groupCode = payload.group_id.toString()
|
const groupCode = payload.group_id.toString()
|
||||||
const pinned = Number(payload.pinned ?? 0)
|
const pinned = +payload.pinned
|
||||||
const confirmRequired = Number(payload.confirm_required ?? 1)
|
const confirmRequired = +payload.confirm_required
|
||||||
|
|
||||||
let picInfo: { id: string, width: number, height: number } | undefined
|
let picInfo: { id: string, width: number, height: number } | undefined
|
||||||
if (payload.image) {
|
if (payload.image) {
|
||||||
@@ -51,4 +55,4 @@ export class SendGroupNotice extends BaseAction<Payload, null> {
|
|||||||
}
|
}
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { MessageUnique } from '@/common/utils/messageUnique'
|
import { MessageUnique } from '@/common/utils/messageUnique'
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { SendElementEntities } from '@/ntqqapi/entities'
|
import { SendElementEntities } from '@/ntqqapi/entities'
|
||||||
import { uri2local } from '@/common/utils'
|
import { uri2local } from '@/common/utils'
|
||||||
@@ -20,9 +20,9 @@ export class UploadGroupFile extends BaseAction<UploadGroupFilePayload, null> {
|
|||||||
if (!success) {
|
if (!success) {
|
||||||
throw new Error(errMsg)
|
throw new Error(errMsg)
|
||||||
}
|
}
|
||||||
const sendFileEle = await SendElementEntities.file(this.ctx, path, payload.name || fileName, payload.folder_id)
|
const file = await SendElementEntities.file(this.ctx, path, payload.name || fileName, payload.folder ?? payload.folder_id)
|
||||||
const peer = await createPeer(this.ctx, payload, CreatePeerMode.Group)
|
const peer = await createPeer(this.ctx, payload, CreatePeerMode.Group)
|
||||||
await sendMsg(this.ctx, peer, [sendFileEle], [])
|
await sendMsg(this.ctx, peer, [file], [])
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
import { GroupEssenceMsgRet } from '@/ntqqapi/api'
|
import { GroupEssenceMsgRet } from '@/ntqqapi/api'
|
||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
interface PayloadType {
|
interface PayloadType {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
import { WebHonorType } from '@/ntqqapi/api'
|
import { WebHonorType } from '@/ntqqapi/api'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
group_id: number
|
group_id: number
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
import { OB11Group } from '../../types'
|
import { OB11Group } from '../../types'
|
||||||
import { OB11Entities } from '../../entities'
|
import { OB11Entities } from '../../entities'
|
||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
import { OB11Group } from '../../types'
|
import { OB11Group } from '../../types'
|
||||||
import { OB11Entities } from '../../entities'
|
import { OB11Entities } from '../../entities'
|
||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { OB11GroupMember } from '../../types'
|
import { OB11GroupMember } from '../../types'
|
||||||
import { OB11Entities } from '../../entities'
|
import { OB11Entities } from '../../entities'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
import { OB11GroupMember } from '../../types'
|
import { OB11GroupMember } from '../../types'
|
||||||
import { OB11Entities } from '../../entities'
|
import { OB11Entities } from '../../entities'
|
||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { selfInfo } from '@/common/globalVars'
|
import { selfInfo } from '@/common/globalVars'
|
||||||
|
|
||||||
@@ -13,11 +13,16 @@ class GetGroupMemberList extends BaseAction<Payload, OB11GroupMember[]> {
|
|||||||
actionName = ActionName.GetGroupMemberList
|
actionName = ActionName.GetGroupMemberList
|
||||||
|
|
||||||
protected async _handle(payload: Payload) {
|
protected async _handle(payload: Payload) {
|
||||||
const groupMembers = await this.ctx.ntGroupApi.getGroupMembers(payload.group_id.toString())
|
const groupCode = payload.group_id.toString()
|
||||||
|
let groupMembers = await this.ctx.ntGroupApi.getGroupMembers(groupCode)
|
||||||
|
if (groupMembers.size === 0) {
|
||||||
|
await this.ctx.sleep(100)
|
||||||
|
groupMembers = await this.ctx.ntGroupApi.getGroupMembers(groupCode)
|
||||||
|
}
|
||||||
const groupMembersArr = Array.from(groupMembers.values())
|
const groupMembersArr = Array.from(groupMembers.values())
|
||||||
|
|
||||||
let _groupMembers = groupMembersArr.map(item => {
|
const _groupMembers = groupMembersArr.map(item => {
|
||||||
return OB11Entities.groupMember(payload.group_id.toString(), item)
|
return OB11Entities.groupMember(groupCode, item)
|
||||||
})
|
})
|
||||||
|
|
||||||
const MemberMap: Map<number, OB11GroupMember> = new Map<number, OB11GroupMember>()
|
const MemberMap: Map<number, OB11GroupMember> = new Map<number, OB11GroupMember>()
|
||||||
@@ -25,8 +30,8 @@ class GetGroupMemberList extends BaseAction<Payload, OB11GroupMember[]> {
|
|||||||
|
|
||||||
for (let i = 0, len = _groupMembers.length; i < len; i++) {
|
for (let i = 0, len = _groupMembers.length; i < len; i++) {
|
||||||
// 保证基础数据有这个 同时避免群管插件过于依赖这个杀了
|
// 保证基础数据有这个 同时避免群管插件过于依赖这个杀了
|
||||||
_groupMembers[i].join_time = date
|
_groupMembers[i].join_time ||= date
|
||||||
_groupMembers[i].last_sent_time = date
|
_groupMembers[i].last_sent_time ||= date
|
||||||
MemberMap.set(_groupMembers[i].user_id, _groupMembers[i])
|
MemberMap.set(_groupMembers[i].user_id, _groupMembers[i])
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -34,24 +39,24 @@ class GetGroupMemberList extends BaseAction<Payload, OB11GroupMember[]> {
|
|||||||
const isPrivilege = selfRole === 3 || selfRole === 4
|
const isPrivilege = selfRole === 3 || selfRole === 4
|
||||||
|
|
||||||
if (isPrivilege) {
|
if (isPrivilege) {
|
||||||
const webGroupMembers = await this.ctx.ntWebApi.getGroupMembers(payload.group_id.toString())
|
const webGroupMembers = await this.ctx.ntWebApi.getGroupMembers(groupCode)
|
||||||
for (let i = 0, len = webGroupMembers.length; i < len; i++) {
|
for (let i = 0, len = webGroupMembers.length; i < len; i++) {
|
||||||
if (!webGroupMembers[i]?.uin) {
|
if (!webGroupMembers[i]?.uin) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
const MemberData = MemberMap.get(webGroupMembers[i]?.uin)
|
const MemberData = MemberMap.get(webGroupMembers[i]?.uin)
|
||||||
if (MemberData) {
|
if (MemberData) {
|
||||||
MemberData.join_time = webGroupMembers[i]?.join_time
|
if (MemberData.join_time === date) {
|
||||||
MemberData.last_sent_time = webGroupMembers[i]?.last_speak_time
|
MemberData.join_time = webGroupMembers[i]?.join_time
|
||||||
|
MemberData.last_sent_time = webGroupMembers[i]?.last_speak_time
|
||||||
|
}
|
||||||
MemberData.qage = webGroupMembers[i]?.qage
|
MemberData.qage = webGroupMembers[i]?.qage
|
||||||
MemberData.level = webGroupMembers[i]?.lv.level.toString()
|
|
||||||
MemberMap.set(webGroupMembers[i]?.uin, MemberData)
|
MemberMap.set(webGroupMembers[i]?.uin, MemberData)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_groupMembers = Array.from(MemberMap.values())
|
return Array.from(MemberMap.values())
|
||||||
return _groupMembers
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
export default class GetGuildList extends BaseAction<null, null> {
|
export default class GetGuildList extends BaseAction<null, null> {
|
||||||
|
@@ -1,14 +1,13 @@
|
|||||||
import SendMsg from '../msg/SendMsg'
|
import SendMsg from '../msg/SendMsg'
|
||||||
import { ActionName, BaseCheckResult } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { OB11PostSendMsg } from '../../types'
|
import { OB11PostSendMsg } from '../../types'
|
||||||
|
|
||||||
class SendGroupMsg extends SendMsg {
|
class SendGroupMsg extends SendMsg {
|
||||||
actionName = ActionName.SendGroupMsg
|
actionName = ActionName.SendGroupMsg
|
||||||
|
|
||||||
protected async check(payload: OB11PostSendMsg): Promise<BaseCheckResult> {
|
protected _handle(payload: OB11PostSendMsg) {
|
||||||
delete (payload as Partial<OB11PostSendMsg>).user_id
|
|
||||||
payload.message_type = 'group'
|
payload.message_type = 'group'
|
||||||
return super.check(payload)
|
return super._handle(payload)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { GroupRequestOperateTypes } from '@/ntqqapi/types'
|
import { GroupRequestOperateTypes } from '@/ntqqapi/types'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
@@ -14,9 +14,10 @@ export default class SetGroupAddRequest extends BaseAction<Payload, null> {
|
|||||||
protected async _handle(payload: Payload): Promise<null> {
|
protected async _handle(payload: Payload): Promise<null> {
|
||||||
const flag = payload.flag.toString()
|
const flag = payload.flag.toString()
|
||||||
const approve = payload.approve?.toString() !== 'false'
|
const approve = payload.approve?.toString() !== 'false'
|
||||||
await this.ctx.ntGroupApi.handleGroupRequest(flag,
|
await this.ctx.ntGroupApi.handleGroupRequest(
|
||||||
|
flag,
|
||||||
approve ? GroupRequestOperateTypes.approve : GroupRequestOperateTypes.reject,
|
approve ? GroupRequestOperateTypes.approve : GroupRequestOperateTypes.reject,
|
||||||
payload.reason || ''
|
payload.reason
|
||||||
)
|
)
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { GroupMemberRole } from '@/ntqqapi/types'
|
import { GroupMemberRole } from '@/ntqqapi/types'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
|
@@ -10,7 +10,7 @@ import SendGroupMsg from './group/SendGroupMsg'
|
|||||||
import SendPrivateMsg from './msg/SendPrivateMsg'
|
import SendPrivateMsg from './msg/SendPrivateMsg'
|
||||||
import SendMsg from './msg/SendMsg'
|
import SendMsg from './msg/SendMsg'
|
||||||
import DeleteMsg from './msg/DeleteMsg'
|
import DeleteMsg from './msg/DeleteMsg'
|
||||||
import BaseAction from './BaseAction'
|
import { BaseAction } from './BaseAction'
|
||||||
import GetVersionInfo from './system/GetVersionInfo'
|
import GetVersionInfo from './system/GetVersionInfo'
|
||||||
import CanSendRecord from './system/CanSendRecord'
|
import CanSendRecord from './system/CanSendRecord'
|
||||||
import CanSendImage from './system/CanSendImage'
|
import CanSendImage from './system/CanSendImage'
|
||||||
@@ -53,7 +53,7 @@ import { GetGroupHonorInfo } from './group/GetGroupHonorInfo'
|
|||||||
import { HandleQuickOperation } from './go-cqhttp/QuickOperation'
|
import { HandleQuickOperation } from './go-cqhttp/QuickOperation'
|
||||||
import { SetEssenceMsg } from './go-cqhttp/SetEssenceMsg'
|
import { SetEssenceMsg } from './go-cqhttp/SetEssenceMsg'
|
||||||
import { DelEssenceMsg } from './go-cqhttp/DelEssenceMsg'
|
import { DelEssenceMsg } from './go-cqhttp/DelEssenceMsg'
|
||||||
import GetEvent from './llonebot/GetEvent'
|
import { GetEvent } from './llonebot/GetEvent'
|
||||||
import { DelGroupFile } from './go-cqhttp/DelGroupFile'
|
import { DelGroupFile } from './go-cqhttp/DelGroupFile'
|
||||||
import { GetGroupSystemMsg } from './go-cqhttp/GetGroupSystemMsg'
|
import { GetGroupSystemMsg } from './go-cqhttp/GetGroupSystemMsg'
|
||||||
import { CreateGroupFileFolder } from './go-cqhttp/CreateGroupFileFolder'
|
import { CreateGroupFileFolder } from './go-cqhttp/CreateGroupFileFolder'
|
||||||
@@ -63,6 +63,10 @@ import { GetGroupRootFiles } from './go-cqhttp/GetGroupRootFiles'
|
|||||||
import { SetOnlineStatus } from './llonebot/SetOnlineStatus'
|
import { SetOnlineStatus } from './llonebot/SetOnlineStatus'
|
||||||
import { SendGroupNotice } from './go-cqhttp/SendGroupNotice'
|
import { SendGroupNotice } from './go-cqhttp/SendGroupNotice'
|
||||||
import { GetProfileLike } from './llonebot/GetProfileLike'
|
import { GetProfileLike } from './llonebot/GetProfileLike'
|
||||||
|
import { FetchEmojiLike } from './llonebot/FetchEmojiLike'
|
||||||
|
import { FetchCustomFace } from './llonebot/FetchCustomFace'
|
||||||
|
import { GetFriendMsgHistory } from './llonebot/GetFriendMsgHistory'
|
||||||
|
import { GetGroupFilesByFolder } from './go-cqhttp/GetGroupFilesByFolder'
|
||||||
|
|
||||||
export function initActionMap(adapter: Adapter) {
|
export function initActionMap(adapter: Adapter) {
|
||||||
const actionHandlers = [
|
const actionHandlers = [
|
||||||
@@ -76,6 +80,9 @@ export function initActionMap(adapter: Adapter) {
|
|||||||
new GetEvent(adapter),
|
new GetEvent(adapter),
|
||||||
new SetOnlineStatus(adapter),
|
new SetOnlineStatus(adapter),
|
||||||
new GetProfileLike(adapter),
|
new GetProfileLike(adapter),
|
||||||
|
new GetFriendMsgHistory(adapter),
|
||||||
|
new FetchEmojiLike(adapter),
|
||||||
|
new FetchCustomFace(adapter),
|
||||||
// onebot11
|
// onebot11
|
||||||
new SendLike(adapter),
|
new SendLike(adapter),
|
||||||
new GetMsg(adapter),
|
new GetMsg(adapter),
|
||||||
@@ -109,7 +116,7 @@ export function initActionMap(adapter: Adapter) {
|
|||||||
new SetMsgEmojiLike(adapter),
|
new SetMsgEmojiLike(adapter),
|
||||||
new ForwardFriendSingleMsg(adapter),
|
new ForwardFriendSingleMsg(adapter),
|
||||||
new ForwardGroupSingleMsg(adapter),
|
new ForwardGroupSingleMsg(adapter),
|
||||||
//以下为go-cqhttp api
|
// go-cqhttp
|
||||||
new GetGroupEssence(adapter),
|
new GetGroupEssence(adapter),
|
||||||
new GetGroupHonorInfo(adapter),
|
new GetGroupHonorInfo(adapter),
|
||||||
new SendForwardMsg(adapter),
|
new SendForwardMsg(adapter),
|
||||||
@@ -132,9 +139,10 @@ export function initActionMap(adapter: Adapter) {
|
|||||||
new DelGroupFolder(adapter),
|
new DelGroupFolder(adapter),
|
||||||
new GetGroupAtAllRemain(adapter),
|
new GetGroupAtAllRemain(adapter),
|
||||||
new GetGroupRootFiles(adapter),
|
new GetGroupRootFiles(adapter),
|
||||||
new SendGroupNotice(adapter)
|
new SendGroupNotice(adapter),
|
||||||
|
new GetGroupFilesByFolder(adapter),
|
||||||
]
|
]
|
||||||
const actionMap = new Map<string, BaseAction<unknown, unknown>>()
|
const actionMap = new Map<string, BaseAction<any, unknown>>()
|
||||||
for (const action of actionHandlers) {
|
for (const action of actionHandlers) {
|
||||||
actionMap.set(action.actionName, action)
|
actionMap.set(action.actionName, action)
|
||||||
actionMap.set(action.actionName + '_async', action)
|
actionMap.set(action.actionName + '_async', action)
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { Config } from '@/common/types'
|
import { Config } from '@/common/types'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { getConfigUtil } from '@/common/config'
|
import { getConfigUtil } from '@/common/config'
|
||||||
@@ -13,7 +13,7 @@ export class GetConfigAction extends BaseAction<null, Config> {
|
|||||||
|
|
||||||
export class SetConfigAction extends BaseAction<Config, void> {
|
export class SetConfigAction extends BaseAction<Config, void> {
|
||||||
actionName = ActionName.SetConfig
|
actionName = ActionName.SetConfig
|
||||||
|
|
||||||
protected async _handle(payload: Config): Promise<void> {
|
protected async _handle(payload: Config): Promise<void> {
|
||||||
getConfigUtil().setConfig(payload)
|
getConfigUtil().setConfig(payload)
|
||||||
}
|
}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
|
18
src/onebot11/action/llonebot/FetchCustomFace.ts
Normal file
18
src/onebot11/action/llonebot/FetchCustomFace.ts
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
|
interface Payload {
|
||||||
|
count: number | string
|
||||||
|
}
|
||||||
|
|
||||||
|
export class FetchCustomFace extends BaseAction<Payload, string[]> {
|
||||||
|
actionName = ActionName.FetchCustomFace
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
count: Schema.union([Number, String]).default(48)
|
||||||
|
})
|
||||||
|
|
||||||
|
async _handle(payload: Payload) {
|
||||||
|
const ret = await this.ctx.ntMsgApi.fetchFavEmojiList(+payload.count)
|
||||||
|
return ret.emojiInfoList.map(e => e.url)
|
||||||
|
}
|
||||||
|
}
|
28
src/onebot11/action/llonebot/FetchEmojiLike.ts
Normal file
28
src/onebot11/action/llonebot/FetchEmojiLike.ts
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
|
import { ActionName } from '../types'
|
||||||
|
import { MessageUnique } from '@/common/utils/messageUnique'
|
||||||
|
import { Dict } from 'cosmokit'
|
||||||
|
|
||||||
|
interface Payload {
|
||||||
|
emojiId: string
|
||||||
|
emojiType: string
|
||||||
|
message_id: string | number
|
||||||
|
count: string | number
|
||||||
|
}
|
||||||
|
|
||||||
|
export class FetchEmojiLike extends BaseAction<Payload, Dict> {
|
||||||
|
actionName = ActionName.FetchEmojiLike
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
emojiId: Schema.string().required(),
|
||||||
|
emojiType: Schema.string().required(),
|
||||||
|
message_id: Schema.union([Number, String]).required(),
|
||||||
|
count: Schema.union([Number, String]).default(20)
|
||||||
|
})
|
||||||
|
|
||||||
|
async _handle(payload: Payload) {
|
||||||
|
const msgInfo = await MessageUnique.getMsgIdAndPeerByShortId(+payload.message_id)
|
||||||
|
if (!msgInfo) throw new Error('消息不存在')
|
||||||
|
const { msgSeq } = (await this.ctx.ntMsgApi.getMsgsByMsgId(msgInfo.Peer, [msgInfo.MsgId])).msgList[0]
|
||||||
|
return await this.ctx.ntMsgApi.getMsgEmojiLikesList(msgInfo.Peer, msgSeq, payload.emojiId, payload.emojiType, +payload.count)
|
||||||
|
}
|
||||||
|
}
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { getHttpEvent } from '../../helper/eventForHttp'
|
import { getHttpEvent } from '../../helper/eventForHttp'
|
||||||
import { OB11Message } from '../../types'
|
import { OB11Message } from '../../types'
|
||||||
@@ -11,7 +11,7 @@ interface Payload {
|
|||||||
timeout: number
|
timeout: number
|
||||||
}
|
}
|
||||||
|
|
||||||
export default class GetEvent extends BaseAction<Payload, PostEventType[]> {
|
export class GetEvent extends BaseAction<Payload, PostEventType[]> {
|
||||||
actionName = ActionName.GetEvent
|
actionName = ActionName.GetEvent
|
||||||
|
|
||||||
protected async _handle(payload: Payload): Promise<PostEventType[]> {
|
protected async _handle(payload: Payload): Promise<PostEventType[]> {
|
||||||
|
53
src/onebot11/action/llonebot/GetFriendMsgHistory.ts
Normal file
53
src/onebot11/action/llonebot/GetFriendMsgHistory.ts
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
import { BaseAction, Schema } from '../BaseAction'
|
||||||
|
import { OB11Message } from '@/onebot11/types'
|
||||||
|
import { ActionName } from '../types'
|
||||||
|
import { ChatType, RawMessage } from '@/ntqqapi/types'
|
||||||
|
import { MessageUnique } from '@/common/utils/messageUnique'
|
||||||
|
import { OB11Entities } from '@/onebot11/entities'
|
||||||
|
import { filterNullable } from '@/common/utils/misc'
|
||||||
|
|
||||||
|
interface Payload {
|
||||||
|
user_id: number | string
|
||||||
|
message_seq?: number | string
|
||||||
|
message_id?: number | string
|
||||||
|
count: number | string
|
||||||
|
reverseOrder: boolean
|
||||||
|
}
|
||||||
|
|
||||||
|
interface Response {
|
||||||
|
messages: OB11Message[]
|
||||||
|
}
|
||||||
|
|
||||||
|
export class GetFriendMsgHistory extends BaseAction<Payload, Response> {
|
||||||
|
actionName = ActionName.GetFriendMsgHistory
|
||||||
|
payloadSchema = Schema.object({
|
||||||
|
user_id: Schema.union([Number, String]).required(),
|
||||||
|
message_seq: Schema.union([Number, String]),
|
||||||
|
message_id: Schema.union([Number, String]),
|
||||||
|
count: Schema.union([Number, String]).default(20),
|
||||||
|
reverseOrder: Schema.boolean().default(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
async _handle(payload: Payload): Promise<Response> {
|
||||||
|
const startMsgId = payload.message_seq ?? payload.message_id
|
||||||
|
let msgList: RawMessage[]
|
||||||
|
if (startMsgId) {
|
||||||
|
const msgInfo = await MessageUnique.getMsgIdAndPeerByShortId(+startMsgId)
|
||||||
|
if (!msgInfo) throw new Error(`消息${startMsgId}不存在`)
|
||||||
|
msgList = (await this.ctx.ntMsgApi.getMsgHistory(msgInfo.Peer, msgInfo.MsgId, +payload.count)).msgList
|
||||||
|
} else {
|
||||||
|
const uid = await this.ctx.ntUserApi.getUidByUin(payload.user_id.toString())
|
||||||
|
if (!uid) throw new Error(`记录${payload.user_id}不存在`)
|
||||||
|
const isBuddy = await this.ctx.ntFriendApi.isBuddy(uid)
|
||||||
|
const peer = { chatType: isBuddy ? ChatType.friend : ChatType.temp, peerUid: uid }
|
||||||
|
msgList = (await this.ctx.ntMsgApi.getAioFirstViewLatestMsgs(peer, +payload.count)).msgList
|
||||||
|
}
|
||||||
|
if (msgList.length === 0) throw new Error('未找到消息')
|
||||||
|
if (payload.reverseOrder) msgList.reverse()
|
||||||
|
msgList.map(msg => {
|
||||||
|
msg.msgShortId = MessageUnique.createMsg({ chatType: msg.chatType, peerUid: msg.peerUid }, msg.msgId)
|
||||||
|
})
|
||||||
|
const ob11MsgList = await Promise.all(msgList.map(msg => OB11Entities.message(this.ctx, msg)))
|
||||||
|
return { messages: filterNullable(ob11MsgList) }
|
||||||
|
}
|
||||||
|
}
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { GroupNotify, GroupNotifyStatus } from '@/ntqqapi/types'
|
import { GroupNotify, GroupNotifyStatus } from '@/ntqqapi/types'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { selfInfo } from '@/common/globalVars'
|
import { selfInfo } from '@/common/globalVars'
|
||||||
import { Dict } from 'cosmokit'
|
import { Dict } from 'cosmokit'
|
||||||
@@ -14,4 +14,4 @@ export class GetProfileLike extends BaseAction<void, Dict[]> {
|
|||||||
}
|
}
|
||||||
return listdata
|
return listdata
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
@@ -22,4 +22,4 @@ export class SetOnlineStatus extends BaseAction<Payload, null> {
|
|||||||
}
|
}
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import fs from 'node:fs'
|
||||||
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import * as fs from 'node:fs'
|
|
||||||
import { checkFileReceived, uri2local } from '../../../common/utils/file'
|
import { checkFileReceived, uri2local } from '../../../common/utils/file'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { MessageUnique } from '@/common/utils/messageUnique'
|
import { MessageUnique } from '@/common/utils/messageUnique'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ChatType } from '@/ntqqapi/types'
|
import { ChatType } from '@/ntqqapi/types'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { Peer } from '@/ntqqapi/types'
|
import { Peer } from '@/ntqqapi/types'
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { OB11Message } from '../../types'
|
import { OB11Message } from '../../types'
|
||||||
import { OB11Entities } from '../../entities'
|
import { OB11Entities } from '../../entities'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
@@ -15,12 +15,12 @@ class GetMsg extends BaseAction<PayloadType, OB11Message> {
|
|||||||
|
|
||||||
protected async _handle(payload: PayloadType) {
|
protected async _handle(payload: PayloadType) {
|
||||||
if (!payload.message_id) {
|
if (!payload.message_id) {
|
||||||
throw '参数message_id不能为空'
|
throw new Error('参数message_id不能为空')
|
||||||
}
|
}
|
||||||
const msgShortId = MessageUnique.getShortIdByMsgId(payload.message_id.toString())
|
const msgShortId = MessageUnique.getShortIdByMsgId(payload.message_id.toString())
|
||||||
const msgIdWithPeer = await MessageUnique.getMsgIdAndPeerByShortId(msgShortId || +payload.message_id)
|
const msgIdWithPeer = await MessageUnique.getMsgIdAndPeerByShortId(msgShortId || +payload.message_id)
|
||||||
if (!msgIdWithPeer) {
|
if (!msgIdWithPeer) {
|
||||||
throw ('消息不存在')
|
throw new Error('消息不存在')
|
||||||
}
|
}
|
||||||
const peer = {
|
const peer = {
|
||||||
guildId: '',
|
guildId: '',
|
||||||
@@ -29,6 +29,9 @@ class GetMsg extends BaseAction<PayloadType, OB11Message> {
|
|||||||
}
|
}
|
||||||
const msg = this.adapter.getMsgCache(msgIdWithPeer.MsgId) ?? (await this.ctx.ntMsgApi.getMsgsByMsgId(peer, [msgIdWithPeer.MsgId])).msgList[0]
|
const msg = this.adapter.getMsgCache(msgIdWithPeer.MsgId) ?? (await this.ctx.ntMsgApi.getMsgsByMsgId(peer, [msgIdWithPeer.MsgId])).msgList[0]
|
||||||
const retMsg = await OB11Entities.message(this.ctx, msg)
|
const retMsg = await OB11Entities.message(this.ctx, msg)
|
||||||
|
if (!retMsg) {
|
||||||
|
throw new Error('消息为空')
|
||||||
|
}
|
||||||
retMsg.message_id = MessageUnique.createMsg(peer, msg.msgId)!
|
retMsg.message_id = MessageUnique.createMsg(peer, msg.msgId)!
|
||||||
retMsg.message_seq = retMsg.message_id
|
retMsg.message_seq = retMsg.message_id
|
||||||
retMsg.real_id = retMsg.message_id
|
retMsg.real_id = retMsg.message_id
|
||||||
|
@@ -1,25 +1,14 @@
|
|||||||
import {
|
|
||||||
ChatType,
|
|
||||||
ElementType,
|
|
||||||
RawMessage,
|
|
||||||
SendMessageElement,
|
|
||||||
} from '@/ntqqapi/types'
|
|
||||||
import {
|
import {
|
||||||
OB11MessageCustomMusic,
|
OB11MessageCustomMusic,
|
||||||
OB11MessageData,
|
OB11MessageData,
|
||||||
OB11MessageDataType,
|
OB11MessageDataType,
|
||||||
OB11MessageJson,
|
OB11MessageJson,
|
||||||
OB11MessageMusic,
|
OB11MessageMusic,
|
||||||
OB11MessageNode,
|
|
||||||
OB11PostSendMsg,
|
OB11PostSendMsg,
|
||||||
} from '../../types'
|
} from '../../types'
|
||||||
import fs from 'node:fs'
|
import { BaseAction } from '../BaseAction'
|
||||||
import BaseAction from '../BaseAction'
|
import { ActionName } from '../types'
|
||||||
import { ActionName, BaseCheckResult } from '../types'
|
|
||||||
import { CustomMusicSignPostData, IdMusicSignPostData, MusicSign, MusicSignPostData } from '@/common/utils/sign'
|
import { CustomMusicSignPostData, IdMusicSignPostData, MusicSign, MusicSignPostData } from '@/common/utils/sign'
|
||||||
import { Peer } from '@/ntqqapi/types/msg'
|
|
||||||
import { MessageUnique } from '@/common/utils/messageUnique'
|
|
||||||
import { selfInfo } from '@/common/globalVars'
|
|
||||||
import { convertMessage2List, createSendElements, sendMsg, createPeer, CreatePeerMode } from '../../helper/createMessage'
|
import { convertMessage2List, createSendElements, sendMsg, createPeer, CreatePeerMode } from '../../helper/createMessage'
|
||||||
|
|
||||||
interface ReturnData {
|
interface ReturnData {
|
||||||
@@ -29,27 +18,6 @@ interface ReturnData {
|
|||||||
export class SendMsg extends BaseAction<OB11PostSendMsg, ReturnData> {
|
export class SendMsg extends BaseAction<OB11PostSendMsg, ReturnData> {
|
||||||
actionName = ActionName.SendMsg
|
actionName = ActionName.SendMsg
|
||||||
|
|
||||||
protected async check(payload: OB11PostSendMsg): Promise<BaseCheckResult> {
|
|
||||||
const messages = convertMessage2List(payload.message)
|
|
||||||
const fmNum = this.getSpecialMsgNum(messages, OB11MessageDataType.node)
|
|
||||||
if (fmNum && fmNum != messages.length) {
|
|
||||||
return {
|
|
||||||
valid: false,
|
|
||||||
message: '转发消息不能和普通消息混在一起发送,转发需要保证message只有type为node的元素',
|
|
||||||
}
|
|
||||||
}
|
|
||||||
const musicNum = this.getSpecialMsgNum(messages, OB11MessageDataType.music)
|
|
||||||
if (musicNum && messages.length > 1) {
|
|
||||||
return {
|
|
||||||
valid: false,
|
|
||||||
message: '音乐消息不可以和其他消息混在一起发送',
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return {
|
|
||||||
valid: true,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
protected async _handle(payload: OB11PostSendMsg) {
|
protected async _handle(payload: OB11PostSendMsg) {
|
||||||
let contextMode = CreatePeerMode.Normal
|
let contextMode = CreatePeerMode.Normal
|
||||||
if (payload.message_type === 'group') {
|
if (payload.message_type === 'group') {
|
||||||
@@ -63,12 +31,7 @@ export class SendMsg extends BaseAction<OB11PostSendMsg, ReturnData> {
|
|||||||
payload.auto_escape === true || payload.auto_escape === 'true',
|
payload.auto_escape === true || payload.auto_escape === 'true',
|
||||||
)
|
)
|
||||||
if (this.getSpecialMsgNum(messages, OB11MessageDataType.node)) {
|
if (this.getSpecialMsgNum(messages, OB11MessageDataType.node)) {
|
||||||
try {
|
throw new Error('请使用 /send_group_forward_msg 或 /send_private_forward_msg 进行合并转发')
|
||||||
const returnMsg = await this.handleForwardNode(peer, messages as OB11MessageNode[])
|
|
||||||
return { message_id: returnMsg.msgShortId! }
|
|
||||||
} catch (e) {
|
|
||||||
throw '发送转发消息失败 ' + e
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else if (this.getSpecialMsgNum(messages, OB11MessageDataType.music)) {
|
else if (this.getSpecialMsgNum(messages, OB11MessageDataType.music)) {
|
||||||
const music = messages[0] as OB11MessageMusic
|
const music = messages[0] as OB11MessageMusic
|
||||||
@@ -135,140 +98,10 @@ export class SendMsg extends BaseAction<OB11PostSendMsg, ReturnData> {
|
|||||||
|
|
||||||
private getSpecialMsgNum(message: OB11MessageData[], msgType: OB11MessageDataType): number {
|
private getSpecialMsgNum(message: OB11MessageData[], msgType: OB11MessageDataType): number {
|
||||||
if (Array.isArray(message)) {
|
if (Array.isArray(message)) {
|
||||||
return message.filter((msg) => msg.type == msgType).length
|
return message.filter((msg) => msg.type === msgType).length
|
||||||
}
|
}
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
private async cloneMsg(msg: RawMessage): Promise<RawMessage | undefined> {
|
|
||||||
this.ctx.logger.info('克隆的目标消息', msg)
|
|
||||||
const sendElements: SendMessageElement[] = []
|
|
||||||
for (const ele of msg.elements) {
|
|
||||||
sendElements.push(ele as SendMessageElement)
|
|
||||||
}
|
|
||||||
if (sendElements.length === 0) {
|
|
||||||
this.ctx.logger.warn('需要clone的消息无法解析,将会忽略掉', msg)
|
|
||||||
}
|
|
||||||
this.ctx.logger.info('克隆消息', sendElements)
|
|
||||||
try {
|
|
||||||
const peer = {
|
|
||||||
chatType: ChatType.friend,
|
|
||||||
peerUid: selfInfo.uid
|
|
||||||
}
|
|
||||||
const nodeMsg = await this.ctx.ntMsgApi.sendMsg(peer, sendElements)
|
|
||||||
await this.ctx.sleep(400)
|
|
||||||
return nodeMsg
|
|
||||||
} catch (e) {
|
|
||||||
this.ctx.logger.warn(e, '克隆转发消息失败,将忽略本条消息', msg)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// 返回一个合并转发的消息id
|
|
||||||
private async handleForwardNode(destPeer: Peer, messageNodes: OB11MessageNode[]) {
|
|
||||||
const selfPeer = {
|
|
||||||
chatType: ChatType.friend,
|
|
||||||
peerUid: selfInfo.uid,
|
|
||||||
}
|
|
||||||
let nodeMsgIds: string[] = []
|
|
||||||
// 先判断一遍是不是id和自定义混用
|
|
||||||
for (const messageNode of messageNodes) {
|
|
||||||
// 一个node表示一个人的消息
|
|
||||||
const nodeId = messageNode.data.id
|
|
||||||
// 有nodeId表示一个子转发消息卡片
|
|
||||||
if (nodeId) {
|
|
||||||
const nodeMsg = await MessageUnique.getMsgIdAndPeerByShortId(+nodeId) || await MessageUnique.getPeerByMsgId(nodeId)
|
|
||||||
if (!nodeMsg) {
|
|
||||||
this.ctx.logger.warn('转发消息失败,未找到消息', nodeId)
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
nodeMsgIds.push(nodeMsg.MsgId)
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
// 自定义的消息
|
|
||||||
// 提取消息段,发给自己生成消息id
|
|
||||||
try {
|
|
||||||
const { sendElements, deleteAfterSentFiles } = await createSendElements(
|
|
||||||
this.ctx,
|
|
||||||
convertMessage2List(messageNode.data.content),
|
|
||||||
destPeer
|
|
||||||
)
|
|
||||||
this.ctx.logger.info('开始生成转发节点', sendElements)
|
|
||||||
const sendElementsSplit: SendMessageElement[][] = []
|
|
||||||
let splitIndex = 0
|
|
||||||
for (const ele of sendElements) {
|
|
||||||
if (!sendElementsSplit[splitIndex]) {
|
|
||||||
sendElementsSplit[splitIndex] = []
|
|
||||||
}
|
|
||||||
|
|
||||||
if (ele.elementType === ElementType.FILE || ele.elementType === ElementType.VIDEO) {
|
|
||||||
if (sendElementsSplit[splitIndex].length > 0) {
|
|
||||||
splitIndex++
|
|
||||||
}
|
|
||||||
sendElementsSplit[splitIndex] = [ele]
|
|
||||||
splitIndex++
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
sendElementsSplit[splitIndex].push(ele)
|
|
||||||
}
|
|
||||||
this.ctx.logger.info(sendElementsSplit)
|
|
||||||
}
|
|
||||||
// log("分割后的转发节点", sendElementsSplit)
|
|
||||||
for (const eles of sendElementsSplit) {
|
|
||||||
const nodeMsg = await sendMsg(this.ctx, selfPeer, eles, [])
|
|
||||||
if (!nodeMsg) {
|
|
||||||
this.ctx.logger.warn('转发节点生成失败', eles)
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
nodeMsgIds.push(nodeMsg.msgId)
|
|
||||||
await this.ctx.sleep(400)
|
|
||||||
}
|
|
||||||
deleteAfterSentFiles.map((f) => fs.unlink(f, () => {
|
|
||||||
}))
|
|
||||||
} catch (e) {
|
|
||||||
this.ctx.logger.error('生成转发消息节点失败', e)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// 检查srcPeer是否一致,不一致则需要克隆成自己的消息, 让所有srcPeer都变成自己的,使其保持一致才能够转发
|
|
||||||
const nodeMsgArray: RawMessage[] = []
|
|
||||||
let srcPeer: Peer | null = null
|
|
||||||
let needSendSelf = false
|
|
||||||
for (const msgId of nodeMsgIds) {
|
|
||||||
const nodeMsgPeer = await MessageUnique.getPeerByMsgId(msgId)
|
|
||||||
if (nodeMsgPeer) {
|
|
||||||
const nodeMsg = (await this.ctx.ntMsgApi.getMsgsByMsgId(nodeMsgPeer.Peer, [msgId])).msgList[0]
|
|
||||||
srcPeer = srcPeer ?? { chatType: nodeMsg.chatType, peerUid: nodeMsg.peerUid }
|
|
||||||
if (srcPeer.peerUid !== nodeMsg.peerUid) {
|
|
||||||
needSendSelf = true
|
|
||||||
}
|
|
||||||
nodeMsgArray.push(nodeMsg)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
nodeMsgIds = nodeMsgArray.map((msg) => msg.msgId)
|
|
||||||
if (needSendSelf) {
|
|
||||||
for (const msg of nodeMsgArray) {
|
|
||||||
if (msg.peerUid === selfPeer.peerUid) continue
|
|
||||||
await this.cloneMsg(msg)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// elements之间用换行符分隔
|
|
||||||
// let _sendForwardElements: SendMessageElement[] = []
|
|
||||||
// for(let i = 0; i < sendForwardElements.length; i++){
|
|
||||||
// _sendForwardElements.push(sendForwardElements[i])
|
|
||||||
// _sendForwardElements.push(SendMsgElementConstructor.text("\n\n"))
|
|
||||||
// }
|
|
||||||
// const nodeMsg = await NTQQApi.sendMsg(selfPeer, _sendForwardElements, true);
|
|
||||||
// nodeIds.push(nodeMsg.msgId)
|
|
||||||
// await sleep(500);
|
|
||||||
// 开发转发
|
|
||||||
if (nodeMsgIds.length === 0) {
|
|
||||||
throw Error('转发消息失败,节点为空')
|
|
||||||
}
|
|
||||||
const returnMsg = await this.ctx.ntMsgApi.multiForwardMsg(srcPeer!, destPeer, nodeMsgIds)
|
|
||||||
returnMsg.msgShortId = MessageUnique.createMsg(destPeer, returnMsg.msgId)
|
|
||||||
return returnMsg
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default SendMsg
|
export default SendMsg
|
||||||
|
@@ -1,13 +1,13 @@
|
|||||||
import SendMsg from './SendMsg'
|
import SendMsg from './SendMsg'
|
||||||
import { ActionName, BaseCheckResult } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { OB11PostSendMsg } from '../../types'
|
import { OB11PostSendMsg } from '../../types'
|
||||||
|
|
||||||
class SendPrivateMsg extends SendMsg {
|
class SendPrivateMsg extends SendMsg {
|
||||||
actionName = ActionName.SendPrivateMsg
|
actionName = ActionName.SendPrivateMsg
|
||||||
|
|
||||||
protected async check(payload: OB11PostSendMsg): Promise<BaseCheckResult> {
|
protected _handle(payload: OB11PostSendMsg) {
|
||||||
payload.message_type = 'private'
|
payload.message_type = 'private'
|
||||||
return super.check(payload)
|
return super._handle(payload)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { MessageUnique } from '@/common/utils/messageUnique'
|
import { MessageUnique } from '@/common/utils/messageUnique'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
interface ReturnType {
|
interface ReturnType {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import fs from 'node:fs'
|
import fs from 'node:fs'
|
||||||
import Path from 'node:path'
|
import Path from 'node:path'
|
||||||
@@ -82,4 +82,4 @@ function deleteCachePath(pathList: string[]) {
|
|||||||
for (const path of pathList) {
|
for (const path of pathList) {
|
||||||
emptyPath(path)
|
emptyPath(path)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { OB11User } from '../../types'
|
import { OB11User } from '../../types'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { selfInfo } from '@/common/globalVars'
|
import { selfInfo } from '@/common/globalVars'
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import { BaseAction } from '../BaseAction'
|
||||||
import { OB11Status } from '../../types'
|
import { OB11Status } from '../../types'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { selfInfo } from '@/common/globalVars'
|
import { selfInfo } from '@/common/globalVars'
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user