File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,11 @@ function Site(props) {
247247 async
248248 src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
249249 > </ script >
250+ < script
251+ type = "text/javascript"
252+ src = "https://cdn.wwads.cn/js/makemoney.js"
253+ async
254+ />
250255 </ Helmet >
251256 < div className = "site__header" >
252257 < Navigation
Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ const Sponsors = () => {
1515 < div className = "sponsors__content-cont" >
1616 翻译/文档内容有任何问题,请联系我们
1717 </ div >
18+ < div
19+ className = "wwads-cn wwads-horizontal wwads-sticky"
20+ data-id = "306"
21+ style = { { maxWidth : '350px' } }
22+ > </ div >
1823 </ Link >
1924 </ div >
2025 ) ;
Original file line number Diff line number Diff line change @@ -24,7 +24,10 @@ export default (env) =>
2424 index : './index.jsx' ,
2525 } ,
2626 plugins : [
27- new ReactRefreshWebpackPlugin ( ) ,
27+ new ReactRefreshWebpackPlugin ( {
28+ esModule : false ,
29+ exclude : [ / n o d e _ m o d u l e s / , / u t i l i t i e s / ] ,
30+ } ) ,
2831 new HTMLPlugin ( {
2932 template : 'index.html' ,
3033 favicon : 'favicon.ico' ,
@@ -44,5 +47,6 @@ export default (env) =>
4447 hot : true ,
4548 compress : true ,
4649 historyApiFallback : true ,
50+ allowedHosts : 'all' ,
4751 } ,
4852 } ) ;
You can’t perform that action at this time.
0 commit comments