File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 < script async src ="https://www.googletagmanager.com/gtag/js?id=G-9SCXT645JD "> </ script >
1010 < script > window . dataLayer = window . dataLayer || [ ] ; function gtag ( ) { dataLayer . push ( arguments ) ; } gtag ( 'js' , new Date ( ) ) ; gtag ( 'config' , 'G-9SCXT645JD' ) ; </ script >
1111 < link rel ="stylesheet " href ="css/style.css ">
12- < script src ="https://llmdev.sipeed.com/js /marked.min.js "> </ script >
12+ < script src ="https://cdn.jsdelivr.net/npm/marked /marked.min.js "> </ script >
1313 < style >
1414 .device-detail {
1515 max-width : 900px ;
Original file line number Diff line number Diff line change @@ -220,8 +220,8 @@ <h1><span>AI Agent</span> <span data-i18n="site_title">本地LLM推理设备部
220220
221221 </ div >
222222
223- < script src ="https://llmdev.sipeed.com/js /plotly-2.35.0.min.js "> </ script >
224- < script src ="https://llmdev.sipeed.com/js /marked.min.js "> </ script >
223+ < script src ="https://cdn.plot.ly /plotly-2.35.0.min.js "> </ script >
224+ < script src ="https://cdn.jsdelivr.net/npm/marked /marked.min.js "> </ script >
225225 < script src ="js/i18n.js "> </ script >
226226 < script src ="js/app.js "> </ script >
227227</ body >
You can’t perform that action at this time.
0 commit comments