feat: replace Nasdaq Basic with US LV1 as default free quote plan#1120
Merged
Conversation
之前注册就送的是 Nasdaq Basic,而我们现在调整为注册就用 US LV1 了,我们现在不需要写 Nasdaq Basic 了。US Generated by Endless task #29. Co-authored-by: Huacnlee Li Huashun <huacnlee@longbridge-inc.com>
huacnlee
added a commit
that referenced
this pull request
Jun 29, 2026
## 背景 PR #1120(Nasdaq Basic → US LV1 全量替换)合并并部署后发现:文档中所有 `<QuotePermission>` 组件的 badge 仍显示 **"Basic" / "基础行情"**,而非预期的 "Free"。 根因:`quote-permissions.yaml` 的 `levels.basic.label` 字段控制 badge 文字,PR #1120 更新了各命令的 `description`,但遗漏了这个 `label` 字段。 ## 修改 | 文件 | 字段 | Before | After | |---|---|---|---| | `quote-permissions.yaml` | `levels.basic.label.en` | `Basic` | `Free` | | `quote-permissions.yaml` | `levels.basic.label.zh-CN` | `基础行情` | `免费` | | `quote-permissions.yaml` | `levels.basic.label.zh-HK` | `基礎行情` | `免費` | ## 影响范围 所有使用 `<QuotePermission command="..." />` 或 `<QuotePermission level="basic" />` 的文档页面(CLI market-data、quote subscribe、watchlist 等),badge 从 "Basic" 变为 "Free",与 Pricing 页面 US LV1 "Free" 标签一致。 ## 验证 ```bash bun run dev # 访问任意 CLI 行情命令文档,如 /docs/cli/market-data/quote # 确认 QuotePermission badge 显示 "Free" 而非 "Basic" ``` 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Huacnlee Li Huashun <huacnlee@longbridge-inc.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Jason Lee <huacnlee@gmail.com>
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.
Pricing.vueto remove Nasdaq Basic and reflect US LV1 as the free tier included with all new registrationsquote-permissions.yamlto align permission rules with the new US LV1 default entitlement