mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-06 08:32:51 +08:00
✏️ 添加圣遗物 icon
This commit is contained in:
BIN
public/icon/relic/1.webp
Normal file
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
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
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
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
BIN
public/icon/relic/5.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 652 B |
@@ -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,
|
||||
|
||||
2
src/types/Sqlite/Character.d.ts
vendored
2
src/types/Sqlite/Character.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user