File tree Expand file tree Collapse file tree 3 files changed +9
-37
lines changed Expand file tree Collapse file tree 3 files changed +9
-37
lines changed Original file line number Diff line number Diff line change 5
5
< link rel ="icon " type ="image/png " href ="/favicon.png " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
7
< title > 爬虫技术挑战平台</ title >
8
+ < script >
9
+ var _hmt = _hmt || [ ] ;
10
+ ( function ( ) {
11
+ var hm = document . createElement ( "script" ) ;
12
+ hm . src = "https://hm.baidu.com/hm.js?b4fcc22834ded2c9864e661e6a5a634d" ;
13
+ var s = document . getElementsByTagName ( "script" ) [ 0 ] ;
14
+ s . parentNode . insertBefore ( hm , s ) ;
15
+ } ) ( ) ;
16
+ </ script >
8
17
</ head >
9
18
< body >
10
19
< div id ="root "> </ div >
Original file line number Diff line number Diff line change @@ -10,15 +10,13 @@ import GitHubRibbon from './components/GitHubRibbon'
10
10
import PageTitle from './components/PageTitle'
11
11
import './gh-fork-ribbon.css' ;
12
12
import './styles/github-ribbon-fix.css' ;
13
- import BaiduAnalytics from './components/BaiduAnalytics'
14
13
15
14
const App = ( ) => {
16
15
return (
17
16
< Router >
18
17
< div className = "App" >
19
18
< PageTitle />
20
19
< GitHubRibbon repositoryUrl = "https://github.com/JSREP/crawler-leetcode" />
21
- < BaiduAnalytics siteId = "b4fcc22834ded2c9864e661e6a5a634d" />
22
20
< NavBar />
23
21
< div className = "content-wrapper" style = { { padding : '20px 0' } } >
24
22
< Routes >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments