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/v8.0
枫谷剑仙
6 years ago
parent
be3afe3971
commit
4e4a2cb57a
4 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
images/latent.png
BIN
images/project file/latent.fw.png
+2
-0
script.js
+1
-0
style-monsterimages.css
BIN
images/latent.png
View File
Before
After
Width:
328
| Height:
1216
| Size:
50 kB
Width:
504
| Height:
1216
| Size:
64 kB
BIN
images/project file/latent.fw.png
View File
Before
After
Width:
328
| Height:
1216
| Size:
148 kB
Width:
504
| Height:
1216
| Size:
255 kB
+ 2
- 0
script.js
View File
@@ -150,8 +150,10 @@ Formation.prototype.outObj= function(){
const obj = {};
if (this.title != undefined && this.title.length>0) obj.t = this.title;
if (this.detail != undefined && this.detail.length>0) obj.d = this.detail;
console.log(this.teams);
obj.f = this.teams.map(t=>
{
console.log(t);
const teamArr = [];
teamArr[0] = t[0].map(m=>
m.outObj()
+ 1
- 0
style-monsterimages.css
View File
@@ -645,6 +645,7 @@
.latent-icon{
background-image: url(images/latent.png);
background-position-x: 0;
background-repeat: no-repeat;
}
.latent-icon[data-latent-icon]{
width: 76px;
Write
Preview
Loading…
Cancel
Save