调整部分角色的图像资源

This commit is contained in:
yoimiya-kokomi 2022-09-04 05:46:27 +08:00
parent b5c1daf472
commit 612af7d267
10 changed files with 4 additions and 4 deletions

View File

@ -87,7 +87,7 @@ const CharId = {
ds = lodash.trim(ds || '').toLowerCase()
// 尝试使用元素起始匹配
let em = CharId.matchElem(ds)
if (em && aliasMap[em.name]) {
if (em && aliasMap[em.name] && CharId.isTraveler(aliasMap[em.name])) {
return ret(aliasMap[em.name], em.elem)
}
// 直接匹配

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -68,7 +68,7 @@ body {
}
.head-box .head-detail {
position: absolute;
left: 240px;
left: 225px;
top: 35px;
width: 540px;
font-size: 18px;

View File

@ -18,7 +18,7 @@
-->
<div class="head-detail">
<div class="name">{{title}} · {{name}}</div>
<div class="name">{{title}}·{{name}}</div>
<div class="desc">{{desc}}</div>
</div>
<div class="data-box">

View File

@ -78,7 +78,7 @@ body {
.head-detail {
position: absolute;
left: 240px;
left: 225px;
top: 35px;
width: 540px;
font-size: 18px;