Browse Source

分离潜觉真不好搞

tags/v8.0
枫谷剑仙 6 years ago
parent
commit
4e4a2cb57a
4 changed files with 3 additions and 0 deletions
  1. BIN
      images/latent.png
  2. BIN
      images/project file/latent.fw.png
  3. +2
    -0
      script.js
  4. +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;


Loading…
Cancel
Save