Merge pull request #1174 from lieren2023/lieren2023-patch-12
补充双性剪影原画(自绘),代码修改
This commit is contained in:
commit
abd940661d
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
|
@ -199,8 +199,7 @@ Reflect.defineProperty(HTMLDivElement.prototype, 'setBackground', {
|
|||
const sex = nameinfo ? nameinfo[0] : 'male';
|
||||
this.setBackgroundImage([
|
||||
src,
|
||||
`${lib.characterDefaultPicturePath}${sex}${ext}`,
|
||||
`${lib.characterDefaultPicturePath}male${ext}`
|
||||
`${lib.characterDefaultPicturePath}${sex}${ext}`
|
||||
]);
|
||||
} else {
|
||||
this.setBackgroundImage(src);
|
||||
|
|
Loading…
Reference in New Issue