Skip to content

Commit 78c83f5

Browse files
committed
Update alt names
1 parent d9a7f42 commit 78c83f5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "touhou-tagger",
3-
"version": "1.11.3",
3+
"version": "1.11.4",
44
"description": "从 THBWiki 自动填写东方 Project CD 曲目信息.",
55
"main": "dist/core/index.js",
66
"bin": {

src/core/metadata/alt-names.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const altNames = new Map<string, string>([
1919
['hazecat', 'Hazecat'],
2020
['Kirin', 'きりん'],
2121
['KUMI(ヲタみん)', 'KUMI'],
22+
['Mai(SynthV)', 'Mai'],
2223
['Mei Ayakura', '綾倉盟'],
2324
['Miokio米歌', 'Miokio米欧'],
2425
['米欧', 'Miokio米欧'],
@@ -66,4 +67,6 @@ export const altNames = new Map<string, string>([
6667
export const albumArtistsAltNames = new Map<string, string>([
6768
['Coloured Glaze(琉光溢彩)', 'Coloured Glaze'],
6869
['Psysia(同人社团)', 'Psysia'],
70+
['AD:Peak', 'AD: Peak'],
71+
['无名目录', 'Nameless Catalogue'],
6972
])

0 commit comments

Comments
 (0)