File tree Expand file tree Collapse file tree 27 files changed +744
-50
lines changed
Expand file tree Collapse file tree 27 files changed +744
-50
lines changed Original file line number Diff line number Diff line change @@ -492,6 +492,9 @@ <h1 class="description center-align post-title">revunity</h1>
492492 < hr class ="clearfix ">
493493
494494
495+ <!-- 是否加载使用自带的 prismjs. -->
496+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/prism/prism.min.css ">
497+
495498
496499
497500
@@ -1019,6 +1022,9 @@ <h4 class="reward-title">你的赏识是我前进的动力</h4>
10191022< script type ="text/javascript " src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/codeBlock/codeBlockFuction.js "> </ script >
10201023
10211024
1025+ <!-- 是否加载使用自带的 prismjs. -->
1026+ < script type ="text/javascript " src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/prism/prism.min.js "> </ script >
1027+
10221028
10231029<!-- 代码语言 -->
10241030
@@ -1376,6 +1382,15 @@ <h4 class="reward-title">你的赏识是我前进的动力</h4>
13761382
13771383
13781384
1385+
1386+ < script type ="text/javascript ">
1387+ // 只在桌面版网页启用特效
1388+ var windowWidth = $ ( window ) . width ( ) ;
1389+ if ( windowWidth > 768 ) {
1390+ document . write ( '<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/sakura.js"><\/script>' ) ;
1391+ }
1392+ </ script >
1393+
13791394
13801395 <!-- 雪花特效 -->
13811396
@@ -1404,8 +1419,6 @@ <h4 class="reward-title">你的赏识是我前进的动力</h4>
14041419</ script >
14051420
14061421
1407- < script src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/clicklove.js " async ="async "> </ script >
1408-
14091422
14101423 < script async src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/busuanzi.pure.mini.js "> </ script >
14111424
Original file line number Diff line number Diff line change @@ -499,6 +499,9 @@ <h1 class="description center-align post-title">angstromctf rev</h1>
499499 < hr class ="clearfix ">
500500
501501
502+ <!-- 是否加载使用自带的 prismjs. -->
503+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/prism/prism.min.css ">
504+
502505
503506
504507
@@ -1003,6 +1006,9 @@ <h4 class="reward-title">你的赏识是我前进的动力</h4>
10031006< script type ="text/javascript " src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/codeBlock/codeBlockFuction.js "> </ script >
10041007
10051008
1009+ <!-- 是否加载使用自带的 prismjs. -->
1010+ < script type ="text/javascript " src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/prism/prism.min.js "> </ script >
1011+
10061012
10071013<!-- 代码语言 -->
10081014
@@ -1360,6 +1366,15 @@ <h4 class="reward-title">你的赏识是我前进的动力</h4>
13601366
13611367
13621368
1369+
1370+ < script type ="text/javascript ">
1371+ // 只在桌面版网页启用特效
1372+ var windowWidth = $ ( window ) . width ( ) ;
1373+ if ( windowWidth > 768 ) {
1374+ document . write ( '<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/sakura.js"><\/script>' ) ;
1375+ }
1376+ </ script >
1377+
13631378
13641379 <!-- 雪花特效 -->
13651380
@@ -1388,8 +1403,6 @@ <h4 class="reward-title">你的赏识是我前进的动力</h4>
13881403</ script >
13891404
13901405
1391- < script src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/clicklove.js " async ="async "> </ script >
1392-
13931406
13941407 < script async src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/busuanzi.pure.mini.js "> </ script >
13951408
Original file line number Diff line number Diff line change @@ -506,6 +506,9 @@ <h1 class="description center-align post-title">python_bytecode</h1>
506506 < hr class ="clearfix ">
507507
508508
509+ <!-- 是否加载使用自带的 prismjs. -->
510+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/prism/prism.min.css ">
511+
509512
510513
511514
@@ -992,6 +995,9 @@ <h4 class="reward-title">你的赏识是我前进的动力</h4>
992995< script type ="text/javascript " src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/codeBlock/codeBlockFuction.js "> </ script >
993996
994997
998+ <!-- 是否加载使用自带的 prismjs. -->
999+ < script type ="text/javascript " src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/prism/prism.min.js "> </ script >
1000+
9951001
9961002<!-- 代码语言 -->
9971003
@@ -1349,6 +1355,15 @@ <h4 class="reward-title">你的赏识是我前进的动力</h4>
13491355
13501356
13511357
1358+
1359+ < script type ="text/javascript ">
1360+ // 只在桌面版网页启用特效
1361+ var windowWidth = $ ( window ) . width ( ) ;
1362+ if ( windowWidth > 768 ) {
1363+ document . write ( '<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/sakura.js"><\/script>' ) ;
1364+ }
1365+ </ script >
1366+
13521367
13531368 <!-- 雪花特效 -->
13541369
@@ -1377,8 +1392,6 @@ <h4 class="reward-title">你的赏识是我前进的动力</h4>
13771392</ script >
13781393
13791394
1380- < script src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/clicklove.js " async ="async "> </ script >
1381-
13821395
13831396 < script async src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/busuanzi.pure.mini.js "> </ script >
13841397
Original file line number Diff line number Diff line change 924924
925925
926926
927+
928+ < script type ="text/javascript ">
929+ // 只在桌面版网页启用特效
930+ var windowWidth = $ ( window ) . width ( ) ;
931+ if ( windowWidth > 768 ) {
932+ document . write ( '<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/sakura.js"><\/script>' ) ;
933+ }
934+ </ script >
935+
927936
928937 <!-- 雪花特效 -->
929938
952961</ script >
953962
954963
955- < script src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/clicklove.js " async ="async "> </ script >
956-
957964
958965 < script async src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/busuanzi.pure.mini.js "> </ script >
959966
Original file line number Diff line number Diff line change 780780
781781
782782
783+
784+ < script type ="text/javascript ">
785+ // 只在桌面版网页启用特效
786+ var windowWidth = $ ( window ) . width ( ) ;
787+ if ( windowWidth > 768 ) {
788+ document . write ( '<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/sakura.js"><\/script>' ) ;
789+ }
790+ </ script >
791+
783792
784793 <!-- 雪花特效 -->
785794
808817</ script >
809818
810819
811- < script src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/clicklove.js " async ="async "> </ script >
812-
813820
814821 < script async src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/busuanzi.pure.mini.js "> </ script >
815822
Original file line number Diff line number Diff line change 783783
784784
785785
786+
787+ < script type ="text/javascript ">
788+ // 只在桌面版网页启用特效
789+ var windowWidth = $ ( window ) . width ( ) ;
790+ if ( windowWidth > 768 ) {
791+ document . write ( '<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/sakura.js"><\/script>' ) ;
792+ }
793+ </ script >
794+
786795
787796 <!-- 雪花特效 -->
788797
811820</ script >
812821
813822
814- < script src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/clicklove.js " async ="async "> </ script >
815-
816823
817824 < script async src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/busuanzi.pure.mini.js "> </ script >
818825
Original file line number Diff line number Diff line change 788788
789789
790790
791+
792+ < script type ="text/javascript ">
793+ // 只在桌面版网页启用特效
794+ var windowWidth = $ ( window ) . width ( ) ;
795+ if ( windowWidth > 768 ) {
796+ document . write ( '<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/sakura.js"><\/script>' ) ;
797+ }
798+ </ script >
799+
791800
792801 <!-- 雪花特效 -->
793802
816825</ script >
817826
818827
819- < script src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/clicklove.js " async ="async "> </ script >
820-
821828
822829 < script async src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/busuanzi.pure.mini.js "> </ script >
823830
Original file line number Diff line number Diff line change 929929
930930
931931
932+
933+ < script type ="text/javascript ">
934+ // 只在桌面版网页启用特效
935+ var windowWidth = $ ( window ) . width ( ) ;
936+ if ( windowWidth > 768 ) {
937+ document . write ( '<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/sakura.js"><\/script>' ) ;
938+ }
939+ </ script >
940+
932941
933942 <!-- 雪花特效 -->
934943
957966</ script >
958967
959968
960- < script src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/clicklove.js " async ="async "> </ script >
961-
962969
963970 < script async src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/busuanzi.pure.mini.js "> </ script >
964971
Original file line number Diff line number Diff line change 929929
930930
931931
932+
933+ < script type ="text/javascript ">
934+ // 只在桌面版网页启用特效
935+ var windowWidth = $ ( window ) . width ( ) ;
936+ if ( windowWidth > 768 ) {
937+ document . write ( '<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/sakura.js"><\/script>' ) ;
938+ }
939+ </ script >
940+
932941
933942 <!-- 雪花特效 -->
934943
957966</ script >
958967
959968
960- < script src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/clicklove.js " async ="async "> </ script >
961-
962969
963970 < script async src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/busuanzi.pure.mini.js "> </ script >
964971
Original file line number Diff line number Diff line change 632632
633633
634634
635+
636+ < script type ="text/javascript ">
637+ // 只在桌面版网页启用特效
638+ var windowWidth = $ ( window ) . width ( ) ;
639+ if ( windowWidth > 768 ) {
640+ document . write ( '<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/sakura.js"><\/script>' ) ;
641+ }
642+ </ script >
643+
635644
636645 <!-- 雪花特效 -->
637646
660669</ script >
661670
662671
663- < script src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/clicklove.js " async ="async "> </ script >
664-
665672
666673 < script async src ="https://cdn.jsdelivr.net/gh/qxz-coder/qxz-coder.github.io/libs/others/busuanzi.pure.mini.js "> </ script >
667674
You can’t perform that action at this time.
0 commit comments