diff --git a/src/api/types.ts b/src/api/types.ts
index 93288d74..c8b59797 100644
--- a/src/api/types.ts
+++ b/src/api/types.ts
@@ -625,6 +625,9 @@ export interface MetaInfo {
// 原字符串
org_string?: string
+ // 原标题(未经识别词转换)
+ title?: string
+
// 副标题
subtitle?: string
@@ -726,6 +729,9 @@ export interface MetaInfo {
// 资源类型+特效
edition: string
+
+ // 应用的自定义识别词
+ apply_words: string[]
}
// 上下文信息
diff --git a/src/components/cards/MediaInfoCard.vue b/src/components/cards/MediaInfoCard.vue
index 97ca3fb3..6d274eee 100644
--- a/src/components/cards/MediaInfoCard.vue
+++ b/src/components/cards/MediaInfoCard.vue
@@ -143,5 +143,33 @@ function openTmdbPage(type: string, tmdbId: number) {
识别失败,无法识别到有效信息!
+
+
+
+ 识别词应用详情
+
+
+
+ {{ context?.meta_info.org_string }}
+
+
+ {{ val }}
+
+
+
+
diff --git a/src/views/system/NameTestView.vue b/src/views/system/NameTestView.vue
index f320eb24..6560179c 100644
--- a/src/views/system/NameTestView.vue
+++ b/src/views/system/NameTestView.vue
@@ -89,30 +89,4 @@ async function nameTest() {
-
-
-
-
- 识别词应用详情
-
-
-
-
- {{ nameTestResult.meta_info.org_string }}
-
-
- {{ val }}
-
-
-
-