|
|
@@ -3,17 +3,17 @@
|
|
|
|
|
|
<head>
|
|
|
<%- include('common-meta') %>
|
|
|
- <meta property="og:image" content="<%= imageUrl %>" />
|
|
|
+ <meta property="og:image" content="<%= imageUrl %>" />
|
|
|
|
|
|
- <link rel="stylesheet" href="/stylesheets/styles.css">
|
|
|
- <link rel="stylesheet" href="/stylesheets/header.css">
|
|
|
- <link rel="stylesheet" href="/stylesheets/detail.css">
|
|
|
+ <link rel="stylesheet" href="/stylesheets/styles.css">
|
|
|
+ <link rel="stylesheet" href="/stylesheets/header.css">
|
|
|
+ <link rel="stylesheet" href="/stylesheets/detail.css">
|
|
|
|
|
|
- <script type="text/javascript"
|
|
|
- src="https://platform-api.sharethis.com/js/sharethis.js#property=67e0d66a54a3d000192a4615&product=inline-share-buttons&source=platform"
|
|
|
- async="async"></script>
|
|
|
+ <script type="text/javascript"
|
|
|
+ src="https://platform-api.sharethis.com/js/sharethis.js#property=67e0d66a54a3d000192a4615&product=inline-share-buttons&source=platform"
|
|
|
+ async="async"></script>
|
|
|
|
|
|
- <script type="application/ld+json">
|
|
|
+ <script type="application/ld+json">
|
|
|
{
|
|
|
"@context": "https://schema.org",
|
|
|
"@type": "CreativeWork",
|
|
|
@@ -64,16 +64,19 @@
|
|
|
<body>
|
|
|
<%- include('header') %>
|
|
|
<div class="details">
|
|
|
- <div id="poster" class="poster" data-content-id="<%= detail._id %>"><img src="<%= detail.thumb %>" alt="<%= detail.title %>"></div>
|
|
|
+ <div id="poster" class="poster" data-content-id="<%= detail._id %>"><img src="<%= detail.thumb %>"
|
|
|
+ alt="<%= detail.title %>"></div>
|
|
|
<div class="description">
|
|
|
<div style="display: flex; justify-content: space-between;">
|
|
|
- <h1><%= detail.title %></h1>
|
|
|
+ <h1>
|
|
|
+ <%= detail.title %>
|
|
|
+ </h1>
|
|
|
<div class="sharethis-inline-share-buttons"></div>
|
|
|
</div>
|
|
|
<% if (detail.totalStartCount> 0) { %>
|
|
|
<div style="color:gray;">
|
|
|
<%=detail.totalStartCount%>
|
|
|
- <%= translate.interested[lang] %>
|
|
|
+ <%= translate.interested[lang] %>
|
|
|
</div>
|
|
|
<% } %>
|
|
|
<p>
|
|
|
@@ -185,7 +188,7 @@
|
|
|
else {
|
|
|
// 可以显示一个提示,或者跳转到通用的下载页面
|
|
|
console.log('无法确定操作系统,或者为桌面操作系统');
|
|
|
- window.open('https://pcoloring.com/anc/', '_blank');
|
|
|
+ window.open('https://art.pcoloring.com/app', '_blank');
|
|
|
}
|
|
|
});
|
|
|
|