Files
袁章洪 8c4723e812 docs(cli): add v0.22.0 CLI docs — short-trades, compare, top-movers, screener, rank; update short-positions and shareholder
- short-positions: add HK support and --trades flag (all 3 locales)
- shareholder: add --top and --object-id flags (all 3 locales)
- short-trades: new command — daily short sale volume for US and HK
- compare: new command — cross-stock valuation comparison in fundamentals
- top-movers: new command — volatility-based movers with news context
- screener: new command — stock screener with strategies and custom filters
- rank: new command — LB popularity rankings with composite heat score

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-05-22 15:55:33 +08:00
..
2025-07-18 16:36:28 +08:00

vitepress 常用语法

  • // [!code focus] 可以使得代码块聚焦某一行
  • ts{2-3,5} 使得第 2-3 行和第 5 行显示高亮
  • 在某一行上添加 // [!code --]// [!code ++] 注释将创建该行的差异,同时保留代码块的颜色
    • // [!code warning]// [!code error] 错误和警告
  • ::: code-group 实现代码组
  • :::tabs key:language 实现记忆组切换