wushaodong 3 年之前
父节点
当前提交
d8687fb61b
共有 5 个文件被更改,包括 82 次插入765 次删除
  1. 79 761
      .idea/workspace.xml
  2. 0 0
      h_news/new_detail.html
  3. 1 1
      h_news/news_detail.html
  4. 1 1
      h_news/news_list.html
  5. 1 2
      index.html

文件差异内容过多而无法显示
+ 79 - 761
.idea/workspace.xml


+ 0 - 0
h_news/new_detail.html


+ 1 - 1
h_news/news_detail.html

@@ -24,7 +24,7 @@
         <div id="face" class="ha-item">
             <div class="img pull-left">
                 <!-- 网站图标 -->
-                <img src="../imgs/app.png" alt="大联考" draggable="false">
+                <a href="../index.html"><img src="../imgs/app.png" alt="" draggable="false"></a>
                 <!--<a href="../index.html"><span>大联考</span></a>-->
             </div>
             <div data-app="download" class="app pull-right">

+ 1 - 1
h_news/news_list.html

@@ -25,7 +25,7 @@
         <div id="face" class="ha-item">
             <div class="img pull-left">
                 <!-- 网站图标 -->
-                 <img src="../imgs/app.png" alt="大联考" draggable="false">
+                 <a href="../index.html"><img src="../imgs/app.png" alt="" draggable="false"></a>
             </div>
             <div data-app="download" class="app pull-right">
                 <a href="http://down.gaokaoapp.net" draggable="false">

+ 1 - 2
index.html

@@ -34,8 +34,7 @@
         <div id="face" class="ha-item">
             <div class="img pull-left">
                 <!-- 网站图标 -->
-                 <img src="./imgs/app.png" alt="大联考" draggable="false">
-                <!--<a href="/"><span>大联考</span></a>-->
+                 <a href="/"><img src="./imgs/app.png" alt="" draggable="false"></a>
             </div>
             <div data-app="download" class="app pull-right">
                 <a href="http://down.gaokaoapp.net" draggable="false">

部分文件因为文件数量过多而无法显示