This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
mapaler
/
PADDashFormation
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
163
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
解决月卡队伍不能自动选择的问题
tags/v21.3
枫谷剑仙
4 years ago
parent
78752e02ff
commit
e18dfb01c1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
script.js
+ 1
- 1
script.js
View File
@@ -1916,7 +1916,7 @@ function initialize(event) {
ipt.onclick = changeDeck;
ipt.deck = deck;
});
radioList.querySelectorAll(".deck-choose")[data.curDeck
?? 0
]?.click();
radioList.querySelectorAll(".deck-choose")[data.curDeck
< 100 ? (data.curDeck || 0) : (data.curDeck - 100 + data.decksb.decks.length)
]?.click();
function changeDeck(e)
{
Write
Preview
Loading…
Cancel
Save