CMD-STOCK 命令行查看股票行情小工具 配置 // index.js 文件 // 设置查看的股票编码 const STOCKS = ['sh000001', 'sh000002', 'sh000003'] // 设置刷新频率(ms) const INTERVAL = 3000 示例