2024年8月22日

This commit is contained in:
枫谷剑仙 2024-08-22 21:26:48 +08:00
parent d312edf69d
commit b1d574f8c6
18 changed files with 41 additions and 25 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 401 KiB

After

Width:  |  Height:  |  Size: 427 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 KiB

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 401 KiB

After

Width:  |  Height:  |  Size: 427 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 272 KiB

View File

@ -2,25 +2,25 @@
{
"code": "ja",
"ckey": {
"card": "eac576e10a1674611c034f6751b24dbd",
"card": "bc3b9844fd870c2792592fb28d24c66a",
"skill": "1771b77801979a344f1375a2b8b20123"
},
"updateTime": 1723808469153
"updateTime": 1724332461196
},
{
"code": "en",
"ckey": {
"card": "d61990d7bea9939106ba91e63c65207c",
"skill": "b6b2980efa3abc6cae2acafc1871b6fa"
"card": "c8a0e3de28fc292352805a7c4faf667e",
"skill": "1395628bf56b4be02f6759cb1d1a87be"
},
"updateTime": 1723808469153
"updateTime": 1724332461196
},
{
"code": "ko",
"ckey": {
"card": "b196b4f1f0cb439aee654fdac26f5e0b",
"skill": "6f0afb5cea5fb619438e5c612fc4812a"
"card": "dafa593650398cda3aa67b071b487661",
"skill": "6e2145d0c6c4a9e0eee5c0613bc7e65a"
},
"updateTime": 1723808469153
"updateTime": 1724332461196
}
]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -12983,7 +12983,7 @@ const cachesMap = new Map([
],
[
"images/cards_en/CARDS_108.PNG",
"635cf0904649bb78865b532c89cc4f42"
"54bc46967aa1c227e5fc3ff24d087daa"
],
[
"images/cards_en/CARDS_109.PNG",
@ -13007,7 +13007,7 @@ const cachesMap = new Map([
],
[
"images/cards_en/CARDS_114.PNG",
"cf79f7db832a39f713e1113eeb9f034a"
"1ad2b89ed017c673319819e5de98274f"
],
[
"sound/voice/en/padv001.wav",
@ -20145,6 +20145,10 @@ const cachesMap = new Map([
"sound/voice/en/padv2864.wav",
"e0e8f0477763947aa39745a10147b2ad"
],
[
"sound/voice/en/padv2865.wav",
"aa8ed376c00cc969d26e5d9d81f024df"
],
[
"sound/voice/en/padv287.wav",
"fdc2303934025742806ff3fecfdf2dd2"
@ -22571,7 +22575,7 @@ const cachesMap = new Map([
],
[
"images/cards_ko/CARDS_108.PNG",
"635cf0904649bb78865b532c89cc4f42"
"54bc46967aa1c227e5fc3ff24d087daa"
],
[
"images/cards_ko/CARDS_109.PNG",
@ -22595,7 +22599,7 @@ const cachesMap = new Map([
],
[
"images/cards_ko/CARDS_114.PNG",
"1e4e3eedbe2699d716797df025a97c24"
"e6f0ccc7cbd15deb69072fc321f881e6"
],
[
"sound/voice/ko/padv001.wav",
@ -30781,6 +30785,10 @@ const cachesMap = new Map([
"sound/voice/ko/padv2864.wav",
"e0e8f0477763947aa39745a10147b2ad"
],
[
"sound/voice/ko/padv2865.wav",
"aa8ed376c00cc969d26e5d9d81f024df"
],
[
"sound/voice/ko/padv287.wav",
"fdc2303934025742806ff3fecfdf2dd2"
@ -33523,7 +33531,7 @@ const cachesMap = new Map([
],
[
"style.css",
"cb543c6ee65c68e363bc01cfbaa6185a"
"fdfda02ae663324139844846459df489"
],
[
"temp.js",

BIN
sound/voice/en/padv2865.wav Normal file

Binary file not shown.

BIN
sound/voice/ko/padv2865.wav Normal file

Binary file not shown.

View File

@ -3366,24 +3366,32 @@ a.series-search::before {
border-width: 2px;
border-radius: 5px;
box-shadow: 0 1px 3px black, 0 0 2px #ddd inset;
background-color: #222;
outline-color: rgba(0,0,0,0.8);
outline-style: solid;
outline-width: 1px;
display: flex;
align-items: center;
padding: 1px 2px;
background-color: #222;
background-image: none;
}
.team-awoken-effect .meter[data-icon-type="breaking-shield"]::before {
.team-awoken-effect .meter[data-icon-type="breaking-shield"]::before,
.team-awoken-effect .meter[data-icon-type="breaking-shield"]::after
{
box-sizing: border-box;
content: "";
display: block;
width: calc(100% - var(--percent));
height: 100%;
border: none;
}
.team-awoken-effect .meter[data-icon-type="breaking-shield"]::before {
width: calc(100% - var(--percent));
background-image: linear-gradient(#BDF, white);
}
.team-awoken-effect .meter[data-icon-type="breaking-shield"]::after {
width: var(--percent);
background-color: darkred;
}
/*.team-awoken-effect .latent-icon::before{
opacity: 0.99;
}*/