|
|
@@ -490,11 +490,11 @@ |
|
|
|
|
|
|
|
<script> |
|
|
|
// 调试和评分新开窗口 |
|
|
|
console.log({{.Tasks}}) |
|
|
|
const {AppSubUrl, StaticUrlPrefix, csrf} = window.config; |
|
|
|
let url={{.RepoLink}} |
|
|
|
let getParam=getQueryVariable('debugListType') |
|
|
|
let dropdownValue = getParam==='all'||getParam==='' ? '全部' : getParam |
|
|
|
|
|
|
|
let dropdownValue = ['all','',false].includes(getParam)? '全部' : getParam |
|
|
|
localStorage.setItem('all',location.href) |
|
|
|
function getQueryVariable(variable) |
|
|
|
{ |
|
|
|