mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🦄 reactor: 重构tieba
解析
This commit is contained in:
parent
b4a0593a6c
commit
7d4839c10b
@ -1906,7 +1906,7 @@ export class tools extends plugin {
|
||||
const top = postList[0];
|
||||
const { title, content } = top;
|
||||
let sendContent = `${this.identifyPrefix}识别:贴吧,${ title }`
|
||||
if (content.length > 0) {
|
||||
if (content && content.length > 0) {
|
||||
sendContent = [sendContent]
|
||||
for (let contentElement of content) {
|
||||
if (contentElement?.cdn_src !== undefined) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user