File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed
Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change 1717 window . $docsify = {
1818 name : '🤖 AI Manus' ,
1919 repo : 'https://github.com/simpleyyt/ai-manus' ,
20- ga : 'G-9GBMY0CD5J' ,
2120 loadSidebar : true ,
2221 subMaxLevel : 2 ,
2322 auto2top : true ,
3736 } ,
3837 }
3938 </ script >
40- < script type ="module ">
41- import mermaid from "https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs" ;
42- mermaid . initialize ( { startOnLoad : true } ) ;
43- window . mermaid = mermaid ;
44- </ script >
45- < script src ="//unpkg.com/docsify-mermaid@2.0.1/dist/docsify-mermaid.js "> </ script >
39+ < script type ="module ">
40+ import mermaid from "https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs" ;
41+ mermaid . initialize ( { startOnLoad : true } ) ;
42+ window . mermaid = mermaid ;
43+ </ script >
44+ <!-- Google tag (gtag.js) -->
45+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-9GBMY0CD5J "> </ script >
46+ < script >
47+ window . dataLayer = window . dataLayer || [ ] ;
48+ function gtag ( ) { dataLayer . push ( arguments ) ; }
49+ gtag ( 'js' , new Date ( ) ) ;
50+
51+ gtag ( 'config' , 'G-9GBMY0CD5J' ) ;
52+ </ script >
53+ < script src ="//unpkg.com/docsify-mermaid@2.0.1/dist/docsify-mermaid.js "> </ script >
4654 <!-- Docsify v4 -->
4755 < script src ="//cdn.jsdelivr.net/npm/docsify@4 "> </ script >
4856 < script src ="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js "> </ script >
4957 < script src ="//cdn.jsdelivr.net/npm/docsify/lib/plugins/emoji.min.js "> </ script >
5058 < script src ="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js "> </ script >
51- < script src ="//cdn.jsdelivr.net/npm/docsify/lib/plugins/ga.min.js "> </ script >
5259</ body >
5360
5461</ html >
You can’t perform that action at this time.
0 commit comments