Compare commits

...

2 Commits

Author SHA1 Message Date
fish 9f57af4d37 将项目文件整理到 refer 目录 2026-07-03 22:26:00 +08:00
fish 49880e785f 精简左侧菜单仅保留看板和数据 2026-07-03 22:20:36 +08:00
1223 changed files with 102 additions and 34 deletions
View File
View File
View File
View File
View File
Binary file not shown.
+95
View File
@@ -0,0 +1,95 @@
{
"schema_version": 4,
"label": "Expert",
"capabilities": {
"quote.by_symbol": {
"rpm": 300,
"batch": 500,
"subscribe": null
},
"quote.batch": {
"rpm": 300,
"batch": 500,
"subscribe": null
},
"quote.pool": {
"rpm": 120,
"batch": null,
"subscribe": null
},
"kline.daily.by_symbol": {
"rpm": 300,
"batch": 1,
"subscribe": null
},
"kline.daily.batch": {
"rpm": 120,
"batch": 200,
"subscribe": null
},
"kline.minute.by_symbol": {
"rpm": 120,
"batch": 1,
"subscribe": null
},
"kline.minute.batch": {
"rpm": 60,
"batch": 200,
"subscribe": null
},
"intraday": {
"rpm": 120,
"batch": 1,
"subscribe": null
},
"intraday.batch": {
"rpm": 60,
"batch": 200,
"subscribe": null
},
"depth5": {
"rpm": 120,
"batch": 1,
"subscribe": null
},
"depth5.batch": {
"rpm": 60,
"batch": 200,
"subscribe": null
},
"financial": {
"rpm": 120,
"batch": 100,
"subscribe": null
},
"adj_factor": {
"rpm": 120,
"batch": 200,
"subscribe": null
},
"websocket": {
"rpm": null,
"batch": null,
"subscribe": 100
}
},
"probe_log": [
"✓ quote.by_symbol",
"✓ quote.batch",
"✓ quote.pool",
"✓ kline.daily.by_symbol",
"✓ kline.daily.batch",
"✓ kline.minute.by_symbol",
"✓ kline.minute.batch",
"✓ intraday",
"✓ intraday.batch",
"✓ depth5",
"✓ depth5.batch",
"✓ financial",
"✓ adj_factor",
"✓ websocket (inferred from expert tier)"
],
"missing_caps": [],
"extras_caps": [],
"invalid_key": false
}

Some files were not shown because too many files have changed in this diff Show More