Skip to content

feat: replace Nasdaq Basic with US LV1 as default free quote plan#1120

Merged
huacnlee merged 1 commit into
mainfrom
endless/prod-task-29
Jun 29, 2026
Merged

feat: replace Nasdaq Basic with US LV1 as default free quote plan#1120
huacnlee merged 1 commit into
mainfrom
endless/prod-task-29

Conversation

@endless-bot

@endless-bot endless-bot commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator
  • Updated Pricing.vue to remove Nasdaq Basic and reflect US LV1 as the free tier included with all new registrations
  • Replaced all references to "Nasdaq Basic" with "US LV1" across EN, zh-CN, and zh-HK documentation (getting-started, quote overview, candlestick, history-candlestick, quote, and QA pages)
  • Updated quote-permissions.yaml to align permission rules with the new US LV1 default entitlement
  • Changes span 20 files across 3 locales to ensure consistent messaging site-wide

之前注册就送的是 Nasdaq Basic,而我们现在调整为注册就用 US LV1 了,我们现在不需要写 Nasdaq Basic 了。US

Generated by Endless task #29.

Co-authored-by: Huacnlee Li Huashun <huacnlee@longbridge-inc.com>
@endless-bot endless-bot changed the title 检查整个项目更新 Pricing 关于行情授权的规则。 之前注册就送的是 Nasdaq Basic,而我们现在调整为注册就用 US LV1 了,我们现在不需要写 Nasdaq Basic 了。US feat: replace Nasdaq Basic with US LV1 as default free quote plan Jun 29, 2026
@huacnlee huacnlee merged commit 58b5134 into main Jun 29, 2026
2 checks passed
@huacnlee huacnlee deleted the endless/prod-task-29 branch June 29, 2026 05:41
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants