Explorar o código

视频列表页增加description字段

guoziyun hai 1 mes
pai
achega
b1fd907322
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      views/v2/video-coloring-pages.ejs

+ 1 - 0
views/v2/video-coloring-pages.ejs

@@ -430,6 +430,7 @@
     "@context": "https://schema.org",
     "@type": "VideoObject",
     "name": "<%- item.seoTitle %>",
+    "description": "<%- item.seoDescription %>",
     "thumbnailUrl": "<%= item.poster %>",
     "uploadDate": "<%= new Date(item.timeCreate).toISOString() %>",
     "contentUrl": "<%= item.url %>",