chore: update genlog script

This commit is contained in:
Il Harper 2024-03-31 17:09:19 +08:00
parent ac6206bf1c
commit d1df72b3b4
No known key found for this signature in database
GPG Key ID: 4B71FCA698E7E8EC

View File

@ -32,6 +32,7 @@ const componentMap = {
'engine-chronocat-event':
'https://github.com/chrononeko/chronocat/tree/master/packages/engine-chronocat-event',
'engine-poke': 'https://github.com/chrononeko/engine-poke/tree/master',
crychiccat: 'https://github.com/chrononeko/crychiccat/tree/master',
} as const
type Component = keyof typeof componentMap