Browse Source

增加中文cost徽章

tags/v2.5
枫谷剑仙 6 years ago
parent
commit
c02c90e63f
4 changed files with 10 additions and 0 deletions
  1. BIN
      images/badge.png
  2. BIN
      images/project file/badge.fw.png
  3. +5
    -0
      languages/zh-TW.css
  4. +5
    -0
      languages/zh.css

BIN
images/badge.png View File

Before After
Width: 72  |  Height: 420  |  Size: 14 kB Width: 108  |  Height: 420  |  Size: 16 kB

BIN
images/project file/badge.fw.png View File

Before After
Width: 72  |  Height: 420  |  Size: 73 kB Width: 108  |  Height: 420  |  Size: 77 kB

+ 5
- 0
languages/zh-TW.css View File

@@ -142,4 +142,9 @@
}
.not-show-mon-id .control-box .btn-show-mon-id::before{
content: "顯示怪物ID";
}
.badge-0
{
background-position-x: -72px;
}

+ 5
- 0
languages/zh.css View File

@@ -142,4 +142,9 @@
}
.not-show-mon-id .control-box .btn-show-mon-id::before{
content: "显示怪物ID";
}

.badge-0
{
background-position-x: -72px;
}

Loading…
Cancel
Save