From ad0e156fd195cf988f867a09c30958e457c795f7 Mon Sep 17 00:00:00 2001 From: bietiaop <1527109126@qq.com> Date: Thu, 1 Aug 2024 22:08:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=BB=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/guide.js | 4 ++-- lib/common.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/guide.js b/apps/guide.js index d9892e8..14f4270 100644 --- a/apps/guide.js +++ b/apps/guide.js @@ -153,8 +153,8 @@ export class Guide extends ZZZPlugin { } }); url = val.image_list[max].url; - created_at = val.post.created_at; - updated_at = val.post.updated_at; + // created_at = val.post.created_at; + // updated_at = val.post.updated_at; break; } } diff --git a/lib/common.js b/lib/common.js index 745cd85..cbf6804 100644 --- a/lib/common.js +++ b/lib/common.js @@ -1,7 +1,7 @@ import User from '../../genshin/model/user.js'; import { getStoken } from './authkey.js'; -export const rulePrefix = '^((#|\\%)?(zzz|ZZZ|绝区零))'; +export const rulePrefix = '^((#|%)?(zzz|ZZZ|绝区零))'; /** * 获取米游社用户的 cookie