zhouna 4 년 전
부모
커밋
1ece0fc40a
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/js/staticInfo.js

+ 3 - 3
src/js/staticInfo.js

@@ -68,11 +68,11 @@ function renderContent(list, contentWrapClassName){
           '">' + item.title + '</a></li><li class="anchor-line"></li>';
         str = '<div class="infoBox"><div class="title"> <h2 class="titleH2" id="' + contentWrapClassName+i +
           '">'
-        if (getUrlArgObject('type') == 8) {
+        /*if (getUrlArgObject('type') == 8) {
           str += '【' + item.title + '】'
-        } else {
+        } else {*/
           str += item.title
-        }
+        /*}*/
         str += '</h2></div>' +
           '<div class="contentWrapper"><pre>' + item.content + '</pre><div></div>';
           str = `<div class="infoWrapper">${str}</div>`