fix: 攻略

This commit is contained in:
bietiaop 2024-08-01 22:08:59 +08:00
parent c04e9ba630
commit ad0e156fd1
2 changed files with 3 additions and 3 deletions

View file

@ -153,8 +153,8 @@ export class Guide extends ZZZPlugin {
} }
}); });
url = val.image_list[max].url; url = val.image_list[max].url;
created_at = val.post.created_at; // created_at = val.post.created_at;
updated_at = val.post.updated_at; // updated_at = val.post.updated_at;
break; break;
} }
} }

View file

@ -1,7 +1,7 @@
import User from '../../genshin/model/user.js'; import User from '../../genshin/model/user.js';
import { getStoken } from './authkey.js'; import { getStoken } from './authkey.js';
export const rulePrefix = '^((#|\\%)?(zzz|ZZZ|绝区零))'; export const rulePrefix = '^((#|%)?(zzz|ZZZ|绝区零))';
/** /**
* 获取米游社用户的 cookie * 获取米游社用户的 cookie