Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/pages/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export const typeObj: Record<string, { enName: string; chName: string }[]> = {
{ enName: "Zero", chName: "神之子" },
{ enName: "Kinesis", chName: "超能力者" },
{ enName: "Mo Xuan", chName: "墨玄" },
{ enName: "Sia", chName: "施亚" },
],
};

Expand Down
42 changes: 42 additions & 0 deletions src/pages/data1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2280,5 +2280,47 @@
"pic": "https://grandislibrary.com/class-icons/jianghu/mo-xuan/soul-art-black-wind.png",
"name": "Soul Art: Black Wind Boost"
}
],
"Sia": [
{
"pic": "https://grandislibrary.com/class-icons/star-guardian/sia/ray.png",
"name": "Ray Boost"
},
{
"pic": "https://grandislibrary.com/class-icons/star-guardian/sia/enhanced-boom.png",
"name": "Boom Boost"
},
{
"pic": "https://grandislibrary.com/class-icons/star-guardian/sia/pole.png",
"name": "Pole Boost"
},
{
"pic": "https://grandislibrary.com/class-icons/star-guardian/sia/starlight.png",
"name": "Starlight Boost"
},
{
"pic": "https://grandislibrary.com/class-icons/star-guardian/sia/stellar-i-antares.png",
"name": "Stellar I - Antares Boost"
},
{
"pic": "https://grandislibrary.com/class-icons/star-guardian/sia/stellar-ii-algol.png",
"name": "Stellar II - Algol Boost"
},
{
"pic": "https://grandislibrary.com/class-icons/star-guardian/sia/stellar-v-fomalhaut.png",
"name": "Stellar V - Fomalhaut Boost"
},
{
"pic": "https://grandislibrary.com/class-icons/star-guardian/sia/stellar-vi-izar.png",
"name": "Stellar VI - Lzar Boost"
},
{
"pic": "https://grandislibrary.com/class-icons/star-guardian/sia/stellar-vii-vega.png",
"name": "Stellar VII - Vega Boost"
},
{
"pic": "https://grandislibrary.com/class-icons/star-guardian/sia/stellar-ix-canopus.png",
"name": "Stellar IX - Canopus Boost"
}
]
}