mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-16 04:35:56 +00:00
fix(event): face element do not set no-unsafe-super
attr
This commit is contained in:
parent
579622df1a
commit
a9781d2098
@ -501,7 +501,8 @@ async function parseElements(
|
||||
id: m.faceElement!.faceIndex,
|
||||
name: `[${(await ctx.chronocat.api['chronocat.internal.qface.get'](`${m.faceElement!.faceIndex}`))!.QDes.slice(1)}]`,
|
||||
platform: ctx.chronocat.platform,
|
||||
'unsafe-super': m.faceElement!.faceType === FaceType.Super,
|
||||
'unsafe-super':
|
||||
m.faceElement!.faceType === FaceType.Super ? true : undefined,
|
||||
'unsafe-result-id': m.faceElement!.resultId,
|
||||
'unsafe-chain-count': m.faceElement!.chainCount,
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user