Add PC post-match player pages with opt-in public OSS sync.
Generate /players/{account_id}[/{match_id}] locally after POST_GAME via OpenDota; publish to OSS only when public_share is enabled.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -21,6 +21,8 @@ RELATIONS_JSON = SHARED_DATA / "relations.json"
|
||||
PC_DIR = ROOT / "pc"
|
||||
PC_CONFIG = PC_DIR / "config.json"
|
||||
TEMPLATES_CDN = PC_DIR / "templates" / "cdn"
|
||||
# Post-match player pages (profile + match JSON; gitignored; local/OSS).
|
||||
PC_PLAYER_PAGES = PC_DIR / "player_pages"
|
||||
|
||||
# Web subproject locations. DATA keeps its historical name: every web-side
|
||||
# JSON cache lives here (hero_stats, patches, streamers, ...).
|
||||
|
||||
Reference in New Issue
Block a user