fix(pricing): 官网套餐入口保留购买意图 - #19
Merged
Merged
Conversation
qqqqqf-q
marked this pull request as ready for review
September 21, 2026 08:10
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.
依赖 Cloud:https://github.com/felinics/Memoh-Cloud/pull/429
Pricing 的 Go/Pro/Premium Get Started 过去统一跳到应用首页,用户选择的套餐丢失。现在分别跳到 Cloud
/plans?plan=go|pro|premium,并允许通过VITE_MEMOH_APP_URL指定本地联调地址;普通入口与下载保持现有行为。验证:vue-tsc -b 通过;Agent 浏览器已检查三档按钮的目标与登录跳转。新增 25 行、删除 5 行(包含 README 15 行)。
上线依赖:先部署 Cloud 购买意图支持,确认生产 storefront code 与官网一致,再发布本改动。Cloud 购买链路仍有待验收事项,因此先以 Draft 提交。
人工 QA
2026-09-17,用户明确确认:从本地 Landing 到 Stripe Sandbox 付款的 happy path 全流程已走通(原话:“happypath 付款全流程走通了”)。对应当前 PR head:
2a540e72b232fa759549419c0cb45d4a57f93193。此确认覆盖本地测试环境的付款主流程;不代表生产配置、取消付款、升级/降级或续费等其他场景已验收。