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/v7.5
枫谷剑仙
5 years ago
parent
4fe4a7b0d4
commit
c6da0ebabc
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
script.js
+ 3
- 3
script.js
View File
@@ -1385,10 +1385,10 @@ function initialize() {
s_types.forEach(t => {
t.checked = false;
});
s_rare.forEach(t => {
t.checked = false;
});
s_rareLows[0].checked = true;
s_rareHighs[9].checked = true;
s_typeAndOr.onchange();
s_awokensCounts.forEach(t => {
t.value = 0;
});
Write
Preview
Loading…
Cancel
Save