@@ -81,16 +81,16 @@ def get_cdn_headers_for_station(station_id: str) -> dict[str, str]:
8181)
8282# 静态电台配置(与前端 stations.js 同步)
8383STATIC_STATIONS = [
84- {"id" : "hitfm" , "name" : "Hit FM 台北" , "logoText" : "H" , "logoUrl" : "/logos/hitfm.png" , "tags" : ["music" , "TW" ]},
85- {"id" : "hitfm_taichung" , "name" : "Hit FM 台中" , "logoText" : "台中" , "logoUrl" : "/logos/hitfm.png" , "tags" : ["music" , "TW" ]},
86- {"id" : "hitfm_tainan" , "name" : "Hit FM 台南" , "logoText" : "台南" , "logoUrl" : "/logos/hitfm.png" , "tags" : ["music" , "TW" ]},
87- {"id" : "hitfm_yilan" , "name" : "Hit FM 宜兰" , "logoText" : "宜兰" , "logoUrl" : "/logos/hitfm.png" , "tags" : ["music" , "TW" ]},
88- {"id" : "hitfm_huadong" , "name" : "Hit FM 花东" , "logoText" : "花东" , "logoUrl" : "/logos/hitfm.png" , "tags" : ["music" , "TW" ]},
89- {"id" : "pop917" , "name" : "POP Radio 91.7 " , "logoText" : "POP" , "logoUrl" : "/logos/pop917.jpg" , "tags" : ["music" , "TW" ]},
90- {"id" : "qz_fm889" , "name" : "泉州新闻综合 88.9 " , "logoText" : "FM889" , "logoUrl" : "/logos/qz889.png" , "tags" : ["CN" , "福建" , "news" ]},
91- {"id" : "qz_fm904" , "name" : "泉州交通广播 90.4 " , "logoText" : "FM904" , "logoUrl" : "/logos/qz904.png" , "tags" : ["CN" , "福建" , "news" ]},
92- {"id" : "qz_fm1059" , "name" : "泉州刺桐之声 105.9 " , "logoText" : "FM1059" , "logoUrl" : "/logos/qz1059.png" , "tags" : ["CN" , "福建" , "talk" ]},
93- {"id" : "qz_fm923" , "name" : "泉州经济生活 92.3 " , "logoText" : "FM923" , "logoUrl" : "/logos/qz923.png" , "tags" : ["CN" , "福建" , "news" ]},
84+ {"id" : "hitfm" , "name" : "Hit FM 台北" , "logoText" : "H" , "logoUrl" : "/logos/hitfm.png" , "subtitle" : "FM 107.7" , " tags" : ["music" , "TW" ]},
85+ {"id" : "hitfm_taichung" , "name" : "Hit FM 台中" , "logoText" : "台中" , "logoUrl" : "/logos/hitfm.png" , "subtitle" : "FM 91.5" , " tags" : ["music" , "TW" ]},
86+ {"id" : "hitfm_tainan" , "name" : "Hit FM 台南" , "logoText" : "台南" , "logoUrl" : "/logos/hitfm.png" , "subtitle" : "FM 90.1" , " tags" : ["music" , "TW" ]},
87+ {"id" : "hitfm_yilan" , "name" : "Hit FM 宜兰" , "logoText" : "宜兰" , "logoUrl" : "/logos/hitfm.png" , "subtitle" : "FM 97.1" , " tags" : ["music" , "TW" ]},
88+ {"id" : "hitfm_huadong" , "name" : "Hit FM 花东" , "logoText" : "花东" , "logoUrl" : "/logos/hitfm.png" , "subtitle" : "FM 107.7" , " tags" : ["music" , "TW" ]},
89+ {"id" : "pop917" , "name" : "POP Radio" , "logoText" : "POP" , "logoUrl" : "/logos/pop917.jpg" , "subtitle" : "FM 91.7 " , "tags" : ["music" , "TW" ]},
90+ {"id" : "qz_fm889" , "name" : "泉州新闻综合" , "logoText" : "FM889" , "logoUrl" : "/logos/qz889.png" , "subtitle" : "FM 88.9 " , "tags" : ["CN" , "福建" , "news" ]},
91+ {"id" : "qz_fm904" , "name" : "泉州交通广播" , "logoText" : "FM904" , "logoUrl" : "/logos/qz904.png" , "subtitle" : "FM 90.4 " , "tags" : ["CN" , "福建" , "news" ]},
92+ {"id" : "qz_fm1059" , "name" : "泉州刺桐之声" , "logoText" : "FM1059" , "logoUrl" : "/logos/qz1059.png" , "subtitle" : "FM 105.9 " , "tags" : ["CN" , "福建" , "talk" ]},
93+ {"id" : "qz_fm923" , "name" : "泉州经济生活" , "logoText" : "FM923" , "logoUrl" : "/logos/qz923.png" , "subtitle" : "FM 92.3 " , "tags" : ["CN" , "福建" , "news" ]},
9494]
9595
9696# 从 STATIC_STATIONS 的 tags 动态提取各地区电台 ID(不硬编码)
0 commit comments