mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 20:14:16 +08:00
44 lines
861 B
JSON
44 lines
861 B
JSON
{
|
|
"id": "ext_gn_ths",
|
|
"label": "扩展概念",
|
|
"mode": "snapshot",
|
|
"fields": [
|
|
{
|
|
"name": "symbol",
|
|
"dtype": "string",
|
|
"label": "标的代码"
|
|
},
|
|
{
|
|
"name": "code",
|
|
"dtype": "string",
|
|
"label": "代码"
|
|
},
|
|
{
|
|
"name": "股票代码",
|
|
"dtype": "string",
|
|
"label": "股票代码"
|
|
},
|
|
{
|
|
"name": "股票简称",
|
|
"dtype": "string",
|
|
"label": "股票简称"
|
|
},
|
|
{
|
|
"name": "所属概念",
|
|
"dtype": "string",
|
|
"label": "所属概念"
|
|
}
|
|
],
|
|
"description": "ths概念、日更",
|
|
"symbol_map": {
|
|
"type": "mapped",
|
|
"col": "股票代码"
|
|
},
|
|
"code_map": {
|
|
"type": "computed",
|
|
"from": "symbol",
|
|
"method": "strip_exchange"
|
|
},
|
|
"created_at": "2026-06-19T19:56:33.098883",
|
|
"updated_at": "2026-06-19T19:56:33.098883"
|
|
} |