mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
Merge branch 'main' of https://github.com/ZZZure/ZZZ-Plugin
This commit is contained in:
commit
802b86a77e
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ export class Guide extends ZZZPlugin {
|
|||
let posts = lodash.flatten(lodash.map(msyRes, item => item.data.posts));
|
||||
let url;
|
||||
for (let val of posts) {
|
||||
if (val.post.subject.includes(name)) {
|
||||
if (val.post.subject.replace(/【[^】]*本[^】]*】/g, '').includes(name)) {
|
||||
let max = 0;
|
||||
val.image_list.forEach((v, i) => {
|
||||
if (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue