update plugins/genshin/apps/takeBirthdayPhoto.js.

Signed-off-by: 曉K <3399280843@qq.com>
This commit is contained in:
曉K 2023-08-31 21:24:49 +00:00 committed by Gitee
parent 17add1661a
commit fdd26f04ff
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export class takeBirthdayPhoto extends plugin {
priority: 5000,
rule: [
{
reg: '#?(留影|时)(叙|徐|李|雨)?(佳|假|星)?(期|琪|其|埼|琪|空)?$',
reg: '#?(留影(叙佳期)?|((领)?((角色)?生日)(卡)?))$',
fnc: 'birthdaystar'
}
]