diff options
| author | Mistivia <i@mistivia.com> | 2025-03-16 20:20:16 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-03-16 20:20:24 +0800 |
| commit | ed2619b17bad9cf6b9a2e21f49c4edc0349cfe3d (patch) | |
| tree | 9c3c1d43a4acdb5cb33ace7c3f9f6f1ba992da2e /src/card_db.js | |
| parent | fcaa119823d6937e29616e3da65131d295d12666 (diff) | |
add tcg banlist
Diffstat (limited to 'src/card_db.js')
| -rw-r--r-- | src/card_db.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/card_db.js b/src/card_db.js index c37f487..373fbc0 100644 --- a/src/card_db.js +++ b/src/card_db.js @@ -1,4 +1,5 @@ import ocgBanList from "./ocg_banlist.json"; +import tcgBanList from "./tcg_banlist.json"; import cnocgBanList from './cnocg_banlist.json'; import mdBanList from './md_banlist.json'; @@ -13,6 +14,7 @@ let banList = { ocg: ocgBanList, cnocg: cnocgBanList, md: mdBanList, + tcg: tcgBanList, }; function cardLimit(id, env) { |
