Add 冰眼/蛇矛 aliases, correct Tiny fears to Hydra's Breath, and fix production match detail POST 405. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
313 B
JavaScript
9 lines
313 B
JavaScript
/* Local defaults; production export overwrites via export_relations_site.py. */
|
|
var SITE_VERSION = "0.6.57";
|
|
var SITE_ORIGIN = "";
|
|
var ABILITY_VIDEO_BASE = "";
|
|
var STATIC_ASSET_BASE = "";
|
|
/* Player pages JSON (OSS players/); empty → STATIC_ASSET_BASE, then local /api/players. */
|
|
var PLAYERS_ASSET_BASE = "";
|
|
|