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
低于100mp
tags/v8.0
枫谷剑仙
6 years ago
parent
5889a3b26b
commit
0f3f4a4736
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
languages/zh-CN.js
+ 3
- 0
languages/zh-CN.js
View File
@@ -1781,6 +1781,9 @@ function parseBigNumber(number)
{name:"全部珠子皮肤",function:()=>Cards.filter(card=>{
return card.blockSkinId>0;
})},
{name:"全部低于100mp",function:()=>Cards.filter(card=>{
return card.sellMP<100;
})},
];
Write
Preview
Loading…
Cancel
Save