改名為 Antimatter World + 註明出處 + 切斷原作者外部服務 + GitHub Pages 自動發布 - #3501
Closed
darkspring94 wants to merge 1 commit into
Closed
darkspring94 wants to merge 1 commit into
darkspring94 wants to merge 1 commit into
Conversation
- 玩家可見文字改名:分頁標題、README、製作名單頁、關於頁 - README 與關於頁加上 MIT 授權出處聲明,LICENSE 原封不動 - 移除 vue-gtag/Google Analytics 追蹤碼;確認 Firebase 缺設定時會安全降級,不影響本機存檔 - deploy-master.yml:Node 版本改用 lts/*,新增 PR 建置驗證(不發布) - 刪除 deploy-release.yml(推到原作者外部 repo,用不到)與 stale.yml(issue 管理工具) - 新增 PROGRESS.md 記錄改動細節、未改原名清單、合併後手動設定步驟 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Author
|
Opened by mistake (gh defaulted to the fork's upstream) — closing immediately, no action needed from maintainers. |
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.
這次做了什麼
依照 Spring 的 5 項需求,這次只改玩家看得到的品牌名稱、加上出處聲明、切斷指向原作者的外部服務、並設定推到自己 gh-pages 的自動發布流程。完整清單、未改動位置、以及合併後要手動做的 GitHub 設定,請見 PROGRESS.md。
摘要
@antimatter-dimensions/notations)不動;遊戲劇情/成就文字裡的原名這次不動,列在 PROGRESS.mddeploy-master.yml用build:master打包、Node 版本改用lts/*、新增 PR 建置驗證(不發布);刪除會推到原作者外部 repo 的deploy-release.yml;刪除原作者用的stale.ymlTest plan
deploy-master.yml的pull_request觸發會在雲端自動跑npm ci+npm run build:master,請看這個 PR 的 Checks 結果確認建置成功(沒有實際發布,發布步驟只在 push 到 master 時才會跑)gh-pages分支,確認網站能正常開啟🤖 Generated with Claude Code