diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-11-11 16:45:33 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-11-11 16:45:33 -0800 |
| commit | 5aa04d60b1602dbb6166c5459a2f1c1792e634c0 (patch) | |
| tree | 2e8439d355356764a9daa1f3773baf5ce7dd9f67 /frontend/src/pages/Import.tsx | |
| parent | 9608610b0fef717c8f2d87ab518a077f4e0763cb (diff) | |
move import script paths according to import method
Diffstat (limited to 'frontend/src/pages/Import.tsx')
| -rw-r--r-- | frontend/src/pages/Import.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/src/pages/Import.tsx b/frontend/src/pages/Import.tsx index 5b48c5d..4e3707c 100644 --- a/frontend/src/pages/Import.tsx +++ b/frontend/src/pages/Import.tsx @@ -319,7 +319,7 @@ const Import = () => { importPage="https://p.eagate.573.jp/payment/p/ex_select_course.html" scripts={[{ name: "e-amusement Recently Played Score Export Userscript (Last 20 Played)", - url: "https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/dancerush/dancerush_play_history.user.js" + url: "https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/dancerush/eamuse/dancerush_play_history.user.js" }]} /> )} @@ -332,7 +332,7 @@ const Import = () => { importPage="https://p.eagate.573.jp/game/around/1st/top/index.html#play_hist" scripts={[{ name: "e-amusement Recently Played Score Export Userscript (Last 20 Played)", - url: "https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/dancearound/dancearound_play_history.user.js" + url: "https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/dancearound/eamuse/dancearound_play_history.user.js" }]} /> )} @@ -365,7 +365,7 @@ const Import = () => { importPage="https://projectflower.eu/game/nostalgia/54827307" scripts={[{ name: "Flower Play History (Exports only the page you are on)", - url: "https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/nostalgia/nostalgia_flower_scraper.user.js" + url: "https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/nostalgia/flower/nostalgia_flower_scraper.user.js" }]} /> )} @@ -378,7 +378,7 @@ const Import = () => { importPage="https://projectflower.eu/game/rb/profile/21363050" scripts={[{ name: "Flower Play History (Exports only the page you are on)", - url: "https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/reflecbeat/reflecbeat_flower_scraper.user.js" + url: "https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/reflecbeat/flower/reflecbeat_flower_scraper.user.js" }]} /> )} |
