diff --git a/docs/css/style.css b/docs/css/style.css index b4c89c7..ddc3b5a 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -23,6 +23,10 @@ /* global */ +html { + scroll-behavior: smooth; +} + body { background: #F9F9F9; color: #222; @@ -37,6 +41,7 @@ body { /* text-transform: lowercase; */ width: 30em; overflow-x: hidden; + scroll-behavior: smooth; } a { diff --git a/docs/index.html b/docs/index.html index c8f9f97..3e535c7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -47,7 +47,7 @@
  • @@ -83,7 +83,6 @@
  • 百度百科
  • 回形针手册
  • 萌娘百科
  • -
  • 摄影笔记
  • 中国哲学书电子化计划
  • @@ -91,12 +90,12 @@
    -

    博客 / 论坛 / 社区

    +

    博客 / 论坛 / 社区 / 社交 / 通讯

    - @@ -734,94 +752,14 @@
  • Minecraft
  • +
  • + 创作 / 制作 + +
  • 工具
  • @@ -1119,6 +1141,7 @@
  • Iconfont - 阿里巴巴矢量图标库
  • jQuery 之家
  • OfficePLUS
  • +
  • Pexels
  • @@ -1130,15 +1153,6 @@
  • -
  • - 系统 - -
  • 字体
      @@ -1159,6 +1173,7 @@ diff --git a/docs/js/script.js b/docs/js/script.js index 6d542b7..f122924 100644 --- a/docs/js/script.js +++ b/docs/js/script.js @@ -21,13 +21,13 @@ function loadList() { ListCount = ListCount + 1; ListID = "#list_" + ListCount; $(ListID).slinky(SlinkyOption); - document.title = "已加载 " + ListCount + " 个列表"; + // document.title = "已加载 " + ListCount + " 个列表"; // 加载完毕 if (ListCount == ListCountMax) { clearInterval(I_LoadList); setTarget(); displayList(); - document.title = 'Frost 网址导航'; + // document.title = 'Frost 网址导航'; } } diff --git a/docs/js/script.min.js b/docs/js/script.min.js index b1025fc..d6a80b5 100644 --- a/docs/js/script.min.js +++ b/docs/js/script.min.js @@ -1,5 +1,5 @@ var SlinkyOption={title:true,speed:200};var ListID="#list_" -var ListCount=0;var ListCountMax=17;function loadList(){ListCount=ListCount+1;ListID="#list_"+ListCount;$(ListID).slinky(SlinkyOption);document.title="已加载 "+ListCount+" 个列表";if(ListCount==ListCountMax){clearInterval(I_LoadList);setTarget();displayList();document.title='Frost 网址导航';}} +var ListCount=0;var ListCountMax=17;function loadList(){ListCount=ListCount+1;ListID="#list_"+ListCount;$(ListID).slinky(SlinkyOption);if(ListCount==ListCountMax){clearInterval(I_LoadList);setTarget();displayList();}} function setTarget(){var aList=document.getElementsByTagName("a");for(var i=0;i