✏️ 添加圣遗物 icon

This commit is contained in:
BTMuli
2023-06-17 20:12:05 +08:00
parent 631a195ea2
commit 0833ceba38
7 changed files with 3 additions and 0 deletions

BIN
public/icon/relic/1.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 834 B

BIN
public/icon/relic/2.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 B

BIN
public/icon/relic/3.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 776 B

BIN
public/icon/relic/4.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B

BIN
public/icon/relic/5.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 652 B

View File

@@ -117,6 +117,7 @@ function transReliquary (data: TGApp.Game.Character.LIRelic[]): string {
posName: item.pos_name,
star: item.rarity,
level: item.level,
icon: item.icon,
set: {
id: item.set.id,
name: item.set.name,

View File

@@ -107,6 +107,7 @@ declare namespace TGApp.Sqlite.Character {
* @property {string} posName - 圣遗物部位名称
* @property {number} star - 圣遗物星级
* @property {number} level - 圣遗物等级
* @property {string} icon - 圣遗物图标
* @property {number} set.id - 圣遗物套装 ID
* @property {string} set.name - 圣遗物套装名称
* @property {number} set.effect[].active - 圣遗物套装效果激活数量
@@ -120,6 +121,7 @@ declare namespace TGApp.Sqlite.Character {
posName: string
star: number
level: number
icon: string
set: {
id: number
name: string