dskcode 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +289 -152
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
- **TOML 配置** — 多层级配置(全局 + 项目 + 环境变量 + CLI flag)
|
|
22
22
|
- **中文优先** — 界面提示、帮助信息、文档均为中文
|
|
23
23
|
- **股票行情** — `dskcode stock` 交互式 A 股行情终端,键盘选择 + 详情折线图 + 每 10 秒自动刷新
|
|
24
|
-
|
|
24
|
+
|
|
25
25
|

|
|
26
26
|
|
|
27
27
|

|