final prerelease
Some checks failed
/ get-version (push) Successful in 3s
/ astro-check (push) Successful in 15s
/ check-tag (push) Successful in 3s
/ checking (push) Successful in 13s
/ auto-deploy-dockge (push) Successful in 6s
/ create-release (push) Failing after 1m53s
/ build-site (push) Successful in 56s
Some checks failed
/ get-version (push) Successful in 3s
/ astro-check (push) Successful in 15s
/ check-tag (push) Successful in 3s
/ checking (push) Successful in 13s
/ auto-deploy-dockge (push) Successful in 6s
/ create-release (push) Failing after 1m53s
/ build-site (push) Successful in 56s
This commit is contained in:
parent
d75fd91634
commit
6b1b3ab6f3
10 changed files with 1254 additions and 1102 deletions
2300
package-lock.json
generated
2300
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"type": "module",
|
||||
"version": "0.2.0-pre.9",
|
||||
"version": "0.2.0-pre.10",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
@ -12,11 +12,11 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astro-community/astro-embed-youtube": "^0.5.2",
|
||||
"@astrojs/check": "^0.9.1",
|
||||
"@astrojs/mdx": "^3.1.3",
|
||||
"@astrojs/check": "^0.9.3",
|
||||
"@astrojs/mdx": "^3.1.7",
|
||||
"@astrojs/sitemap": "^3.1.6",
|
||||
"@fontsource/work-sans": "^5.0.18",
|
||||
"astro": "^4.13.0",
|
||||
"astro": "^4.15.10",
|
||||
"astro-meta-tags": "^0.3.0",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"iconoir": "^7.7.0",
|
||||
|
|
BIN
src/assets/servant/koyanlight_02.png
Normal file
BIN
src/assets/servant/koyanlight_02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 122 KiB |
BIN
src/assets/servant/liz_02.png
Normal file
BIN
src/assets/servant/liz_02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
BIN
src/assets/servant/summerskadi_02.png
Normal file
BIN
src/assets/servant/summerskadi_02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
|
@ -53,7 +53,7 @@ const loadedImage = plsLoadImage(images, imagePath)
|
|||
background-color: var(--c-darkergray);
|
||||
border-color: var(--c-darkgray);
|
||||
padding: 0em 0.75em;
|
||||
width: 40%;
|
||||
width: max(40%, 200px);
|
||||
height: auto;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
@ -67,7 +67,7 @@ const loadedImage = plsLoadImage(images, imagePath)
|
|||
|
||||
img {
|
||||
padding: 0px 0.25em;
|
||||
width: 90%;
|
||||
width: min(90%, 200px);
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -74,7 +74,7 @@ if (bond10 === false) {
|
|||
background-color: var(--c-darkergray);
|
||||
border-color: var(--c-darkgray);
|
||||
padding: 0em 0.75em 0.5rem 0.75em;
|
||||
width: 40%;
|
||||
width: max(40%, 100px);
|
||||
height: auto;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
@ -84,8 +84,8 @@ if (bond10 === false) {
|
|||
}
|
||||
|
||||
article > img {
|
||||
width: 7.5rem;
|
||||
height: 7.5rem;
|
||||
width: 90%;
|
||||
height: auto;
|
||||
border-radius: 2.5rem;
|
||||
margin-top: 0.75rem;
|
||||
}
|
||||
|
|
|
@ -68,6 +68,8 @@ const mapped_navdata = navdata.map((item) => ({
|
|||
name="google-site-verification"
|
||||
content="SmcWcewh7DCANcLeTe3ntU0R-LESbo_bsolICJnmulE"
|
||||
/>
|
||||
<!-- Disable DarkReader, as site is already in dark mode -->
|
||||
<meta name="darkreader-lock" content="this site only has darkmode">
|
||||
<!-- Links -->
|
||||
<link rel="icon" type="image/ico" href="/favicon.ico" />
|
||||
<link rel="sitemap" href="/sitemap-index.xml" />
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
{
|
||||
"name": "Vessel of the Saint",
|
||||
"imageFile": "vessel.png",
|
||||
"mlb": false
|
||||
"mlb": true
|
||||
},
|
||||
{
|
||||
"name": "Devilish Bodhisattva",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"ml": "10",
|
||||
"servantImageFile": "summerskadi_03.png",
|
||||
"bondceImageFile": "summerskadi.png",
|
||||
"bond10": false
|
||||
"bond10": true
|
||||
},
|
||||
{
|
||||
"name": "Skadi",
|
||||
|
@ -29,6 +29,16 @@
|
|||
"bondceImageFile": "skadi.png",
|
||||
"bond10": true
|
||||
},
|
||||
{
|
||||
"name": "Summer Skadi",
|
||||
"level": "70",
|
||||
"np": "1",
|
||||
"skills": "10 / 10 / 10",
|
||||
"ml": "1",
|
||||
"servantImageFile": "summerskadi_02.png",
|
||||
"bondceImageFile": "summerskadi.png",
|
||||
"bond10": true
|
||||
},
|
||||
{
|
||||
"name": "Skadi",
|
||||
"level": "70",
|
||||
|
@ -59,6 +69,16 @@
|
|||
"bondceImageFile": "koyanlight.png",
|
||||
"bond10": true
|
||||
},
|
||||
{
|
||||
"name": "Koyanskaya of Light",
|
||||
"level": "70",
|
||||
"np": "1",
|
||||
"skills": "10 / 10 / 10",
|
||||
"ml": "Not Unlocked",
|
||||
"servantImageFile": "koyanlight_02.png",
|
||||
"bondceImageFile": "koyanlight.png",
|
||||
"bond10": true
|
||||
},
|
||||
{
|
||||
"name": "Castoria",
|
||||
"level": "90",
|
||||
|
@ -167,7 +187,7 @@
|
|||
"ml": "10",
|
||||
"servantImageFile": "douman_01.png",
|
||||
"bondceImageFile": "douman.png",
|
||||
"bond10": false
|
||||
"bond10": true
|
||||
},
|
||||
{
|
||||
"name": "Himiko",
|
||||
|
@ -235,6 +255,16 @@
|
|||
"np": "1",
|
||||
"skills": "9 / 9 / X",
|
||||
"ml": "Not Unlocked",
|
||||
"servantImageFile": "liz_02.png",
|
||||
"bondceImageFile": "liz.png",
|
||||
"bond10": false
|
||||
},
|
||||
{
|
||||
"name": "Elisabeth Báthory",
|
||||
"level": "1",
|
||||
"np": "1",
|
||||
"skills": "9 / X / X",
|
||||
"ml": "Not Unlocked",
|
||||
"servantImageFile": "liz_01.png",
|
||||
"bondceImageFile": "liz.png",
|
||||
"bond10": false
|
||||
|
|
Loading…
Reference in a new issue