update FM

This commit is contained in:
qist
2023-12-07 19:52:29 +08:00
parent 9c8e239fc1
commit d616b5bd21
108 changed files with 2121 additions and 9387 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ let d=[];
for(const it in json.comment){
if (json.comment.hasOwnProperty(it)){
log("yyets search it>>>>>>>>>>>>>>>" + JSON.stringify(json.comment[it]));
if (/(www.aliyundrive.com|pan.quark.cn)/.test(json.comment[it].comment)){
if (/(www.aliyundrive.com|pan.quark.cn|www.alipan.com)/.test(json.comment[it].comment)){
let its = json.comment[it].comment.split("\\n");
let i=0;
while(i<its.length){