Skip to content

Commit

Permalink
Update alt names
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed May 9, 2024
1 parent d9a7f42 commit 78c83f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "touhou-tagger",
"version": "1.11.3",
"version": "1.11.4",
"description": "从 THBWiki 自动填写东方 Project CD 曲目信息.",
"main": "dist/core/index.js",
"bin": {
Expand Down
3 changes: 3 additions & 0 deletions src/core/metadata/alt-names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const altNames = new Map<string, string>([
['hazecat', 'Hazecat'],
['Kirin', 'きりん'],
['KUMI(ヲタみん)', 'KUMI'],
['Mai(SynthV)', 'Mai'],
['Mei Ayakura', '綾倉盟'],
['Miokio米歌', 'Miokio米欧'],
['米欧', 'Miokio米欧'],
Expand Down Expand Up @@ -66,4 +67,6 @@ export const altNames = new Map<string, string>([
export const albumArtistsAltNames = new Map<string, string>([
['Coloured Glaze(琉光溢彩)', 'Coloured Glaze'],
['Psysia(同人社团)', 'Psysia'],
['AD:Peak', 'AD: Peak'],
['无名目录', 'Nameless Catalogue'],
])

0 comments on commit 78c83f5

Please sign in to comment.