debug
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
<!-- 社交媒体标签 -->
|
||||
<meta property="og:title" content="{$strTitle??''}" />
|
||||
<meta property="og:description" content="{$strDescription??''}" />
|
||||
<meta property="og:url" content="https://{$DomainModel->d_domain}/bookshelf" />
|
||||
<meta property="og:url" content="https://{$DomainModel->d_domain}{$strBookShelfUrlTemp}" />
|
||||
<meta property="og:type" content="article" />
|
||||
<!-- 结构化数据 -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://{$DomainModel->d_domain}/bookshelf",
|
||||
"@context": "https://{$DomainModel->d_domain}{$strBookShelfUrlTemp}",
|
||||
"@type": "article",
|
||||
"headline": "{$strTitle??''}",
|
||||
"description": "{$strDescription??''}",
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
<!-- 社交媒体标签 -->
|
||||
<meta property="og:title" content="{$strTitle??''}" />
|
||||
<meta property="og:description" content="{$strDescription??''}" />
|
||||
<meta property="og:url" content="https://{$DomainModel->d_domain}/history" />
|
||||
<meta property="og:url" content="https://{$DomainModel->d_domain}{$strHistoryUrlTemp}" />
|
||||
<meta property="og:type" content="article" />
|
||||
<!-- 结构化数据 -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://{$DomainModel->d_domain}/history",
|
||||
"@context": "https://{$DomainModel->d_domain}{$strHistoryUrlTemp}",
|
||||
"@type": "article",
|
||||
"headline": "{$strTitle??''}",
|
||||
"description": "{$strDescription??''}",
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
<!-- 社交媒体标签 -->
|
||||
<meta property="og:title" content="{$strTitle??''}" />
|
||||
<meta property="og:description" content="{$strDescription??''}" />
|
||||
<meta property="og:url" content="https://{$DomainModel->d_domain}/user" />
|
||||
<meta property="og:url" content="https://{$DomainModel->d_domain}{$strUserUrlTemp}" />
|
||||
<meta property="og:type" content="article" />
|
||||
<!-- 结构化数据 -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://{$DomainModel->d_domain}/user",
|
||||
"@context": "https://{$DomainModel->d_domain}{$strUserUrlTemp}",
|
||||
"@type": "article",
|
||||
"headline": "{$strTitle??''}",
|
||||
"description": "{$strDescription??''}",
|
||||
@@ -28,12 +28,12 @@
|
||||
<div class="app_accountBlock">
|
||||
<div class="app_accountBlock_headerBg">
|
||||
{$arrGRM[2]|raw}
|
||||
<img src="/template/kuangyu/user/wap/images/user-bg.png" class="background">
|
||||
<img src="/template/kuangyu{$strUserUrlTemp}/wap/images{$strUserUrlTemp}-bg.png" class="background">
|
||||
<div class="app_accountBlock_headerCon">
|
||||
<img src="/template/kuangyu/user/wap/images/user-icon.png">
|
||||
<img src="/template/kuangyu{$strUserUrlTemp}/wap/images{$strUserUrlTemp}-icon.png">
|
||||
</div>
|
||||
<!-- <div class="app_accountBlock_edit">
|
||||
<a href="/user/user/info.html"></a>
|
||||
<a href="{$strUserUrlTemp}{$strUserUrlTemp}/info.html"></a>
|
||||
</div> -->
|
||||
<div class="app_accountBlock_name">
|
||||
<span class="name">123456</span>
|
||||
@@ -52,26 +52,18 @@
|
||||
{$arrGRM[4]|raw}
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/bookshelf.html"><i class="iconfont"></i>我的书架</a>
|
||||
<a href="{$strBookShelfUrlTemp}"><i class="iconfont"></i>我的书架</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/history.html"><i class="iconfont"></i>最近阅读</a>
|
||||
<a href="{$strHistoryUrlTemp}"><i class="iconfont"></i>最近阅读</a>
|
||||
</li>
|
||||
<!-- <li>
|
||||
<a href="/user/comment/index.html"><i class="iconfont"></i>我的评论</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/user/user/info.html"><i class="iconfont"></i>个人信息</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/user/user/password.html"><i class="iconfont"></i>修改密码</a>
|
||||
</li> -->
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- <div class="app_changeUser">
|
||||
<button onclick="javascript:window.location.href='/user/user/logout.html'">退出登录</button>
|
||||
<button onclick="javascript:window.location.href='{$strUserUrlTemp}{$strUserUrlTemp}/logout.html'">退出登录</button>
|
||||
</div> -->
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user