fix(pwa): 修復 Safari PWA 離線顯示「無法打開網頁」問題 - #90
Closed
s123104 wants to merge 2 commits into
Closed
Conversation
s123104
commented
Jan 8, 2026
Contributor
- navigateFallback 路徑修正:使用動態路徑 ${base}index.html
- HTML 快取策略優化:networkTimeoutSeconds 5s→2s(Safari 友好)
- navigateFallbackDenylist 簡化:排除所有帶副檔名請求
- offline.html 改用相對路徑,避免 base path 問題
- 更新 additionalManifestEntries revision
- navigateFallback 路徑修正:使用動態路徑 ${base}index.html
- HTML 快取策略優化:networkTimeoutSeconds 5s→2s(Safari 友好)
- navigateFallbackDenylist 簡化:排除所有帶副檔名請求
- offline.html 改用相對路徑,避免 base path 問題
- 更新 additionalManifestEntries revision
- postbuild-mirror-dist.js: staticFiles 新增 offline.html - 根因:SW 預快取 offline.html 但檔案未鏡像到 /ratewise/ - 導致:/ratewise/offline.html 404 → SW 安裝失敗 → 無離線能力 - 修復:確保離線備援頁面正確鏡像到子路徑
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9b4d58d3b7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Contributor
📊 PR 檢查結果✅ 品質檢查
📦 建置資訊
🤖 Automated by GitHub Actions |
Contributor
Author
|
@codex 評論 |
Contributor
🔦 Lighthouse CI 報告
📊 查看完整報告 門檻:所有類別 ≥ 85 分(軟性警告,不阻擋 PR) |
|
摘要
測試
|
Contributor
Author
|
已合併至 refactor/pwa-offline-best-practices 分支,並統一合併到 main |
4 tasks
This was referenced Jul 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.