v0.5.59: item counter evidence for fears, catch up Web features to site version.
Ship OpenDota counter-stats reordering for feared items, finalize SITE_VERSION/docs for rankings/streamers/trends/matches/mechanics and draft archetypes, and ignore regenerable Web data caches. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+12
-2
@@ -1,4 +1,4 @@
|
||||
"""Sync relations preview static images to Aliyun OSS (keyzoo inject).
|
||||
"""Sync Climperor web site static images to Aliyun OSS (keyzoo inject).
|
||||
|
||||
Builds the same portrait/item/ability/... tree as export_relations_site and
|
||||
uploads under oss://<bucket>/{attr,item,portrait,...}/.
|
||||
@@ -32,7 +32,17 @@ from serve_relations import build_payload
|
||||
|
||||
ENDPOINT = "https://oss-cn-shanghai.aliyuncs.com"
|
||||
REGION = "cn-shanghai"
|
||||
ASSET_DIRS = ("attr", "item", "item-cat", "ability", "ui-icon", "portrait")
|
||||
ASSET_DIRS = (
|
||||
"attr",
|
||||
"rank",
|
||||
"item",
|
||||
"item-cat",
|
||||
"ability",
|
||||
"ui-icon",
|
||||
"portrait",
|
||||
"streamer-avatar",
|
||||
"streamer-video",
|
||||
)
|
||||
|
||||
|
||||
def _creds() -> tuple[str, str]:
|
||||
|
||||
Reference in New Issue
Block a user