单独显示流媒体平台

This commit is contained in:
jxxghp
2025-07-01 17:14:03 +08:00
parent 1bba7103c8
commit d0aa26441c
3 changed files with 22 additions and 0 deletions

View File

@@ -769,6 +769,8 @@ export interface MetaInfo {
audio_term: string
// 资源类型+特效
edition: string
// 流媒体平台
web_source: string
// 应用的自定义识别词
apply_words: string[]
}