guoziyun há 1 ano atrás
pai
commit
09a892f05c
1 ficheiros alterados com 1 adições e 9 exclusões
  1. 1 9
      views/detail.ejs

+ 1 - 9
views/detail.ejs

@@ -48,15 +48,7 @@
                 "@type": "Person",
                 "name": "<%= detail.user.username %>"
             },
-            "datePublished": "<%= detail.publishTime %>",
-            "interactionStatistic": {
-                "@type": "InteractionCounter",
-                "interactionType": {
-                "@type": "SocialMediaPosting",
-                "name": "Likes"
-                },
-                "userInteractionCount": 125
-            }
+            "datePublished": "<%= detail.publishTime %>"
         }
     </script>
 </head>