mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 06:56:44 +08:00
feat: track official versions and import resources
Persist official version-state, extend CAS/ResourceRepository import classification, and add offline catalog and failure regression fixtures. Fixes #13 Fixes #12 Fixes #8
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"data_url": "https://prod-clientpatch.bluearchiveyostar.com/r93_token/TableBundles/TableCatalog.bytes",
|
||||
"hash_url": "https://prod-clientpatch.bluearchiveyostar.com/r93_token/TableBundles/TableCatalog.hash",
|
||||
"data": "ExcelDB.db",
|
||||
"official_hash": "0",
|
||||
"expected_error_contains": "官方 hash 校验失败"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"url": "https://prod-clientpatch.bluearchiveyostar.com/r93_token/TableBundles/Forbidden.bytes",
|
||||
"http_status": 403,
|
||||
"failure_kind": "http_forbidden",
|
||||
"retryable": false,
|
||||
"expected_attempts": 1
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"url": "https://prod-clientpatch.bluearchiveyostar.com/r93_token/TableBundles/Missing.bytes",
|
||||
"http_status": 404,
|
||||
"failure_kind": "http_not_found",
|
||||
"retryable": false,
|
||||
"expected_attempts": 1
|
||||
}
|
||||
Reference in New Issue
Block a user