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">

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.