mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-06-25 02:34:26 +08:00
[🚧 Fix] Infrastructure logic errors
1. [/] 修复了 Header Icon 默认样式为 Hidden, 导致 UI Loader 尝试 Revive 后 Header Icon 消失的异常。 2. [/] 修正了一个 PLS 连接逻辑错误 (未正确处理更新 `installed` 参数的时机)。 3. [/] 修正了冰点上报拦截预览视图中, 未正确判断状态码导致的异常。
This commit is contained in:
@@ -32,6 +32,14 @@
|
||||
}
|
||||
)
|
||||
.then(async (response) => {
|
||||
if (response.status !== 200) {
|
||||
resolve({
|
||||
success: true,
|
||||
data: null,
|
||||
status: response.status
|
||||
})
|
||||
}
|
||||
|
||||
const parsedData = await response.json();
|
||||
|
||||
resolve({
|
||||
|
||||
Reference in New Issue
Block a user