diff options
Diffstat (limited to 'frontend/src/types/constants.ts')
| -rw-r--r-- | frontend/src/types/constants.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/src/types/constants.ts b/frontend/src/types/constants.ts new file mode 100644 index 0000000..3f2c97b --- /dev/null +++ b/frontend/src/types/constants.ts @@ -0,0 +1,5 @@ +export const EamuseImportInfo: Record<string, { scorePage: string }> = { + dancerush: { + scorePage: "https://p.eagate.573.jp/game/dan/1st/playdata/entrance.html#music_data", + }, +}; |
