File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,43 @@ export default defineAdditionalConfig({
24
24
text : 'Edit this page on GitHub'
25
25
} ,
26
26
27
+ head : [
28
+ [
29
+ 'script' ,
30
+ { async : '' , src : 'https://www.googletagmanager.com/gtag/js?id=G-TWW7WMTWL9' }
31
+ ] ,
32
+
33
+ [
34
+ 'script' ,
35
+ { } ,
36
+ `window.dataLayer = window.dataLayer || [];
37
+ function gtag(){dataLayer.push(arguments);}
38
+ gtag('js', new Date());
39
+ gtag('config', 'G-TWW7WMTWL9');`
40
+ ] ,
41
+
42
+ [ 'script' , { } , `
43
+ var _hmt = _hmt || [];
44
+ (function() {
45
+ var hm = document.createElement("script");
46
+ hm.src = "https://hm.baidu.com/hm.js?968e7103a8e28fb30f7d69e42b7c82bc";
47
+ var s = document.getElementsByTagName("script")[0];
48
+ s.parentNode.insertBefore(hm, s);
49
+ })();
50
+ ` ]
51
+ ] ,
52
+
53
+
54
+
55
+
56
+
27
57
footer : {
28
58
message : 'Released under the Apache License 2.0.' ,
29
59
copyright : 'Copyright © 2025 RustFS'
30
60
}
31
61
}
32
62
} )
63
+
64
+
65
+
66
+
You can’t perform that action at this time.
0 commit comments