2025年4月28日

This commit is contained in:
枫谷剑仙 2025-04-28 20:15:42 +08:00
parent 756139bbe9
commit b5a1900866
12 changed files with 15 additions and 14 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 372 KiB

After

Width:  |  Height:  |  Size: 386 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 KiB

After

Width:  |  Height:  |  Size: 462 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 849 KiB

After

Width:  |  Height:  |  Size: 881 KiB

View File

@ -2,10 +2,10 @@
{ {
"code": "ja", "code": "ja",
"ckey": { "ckey": {
"card": "65b029cebcc277ed32eaa550ac28fd21", "card": "635dd3233ce0302cbc0344229ecc132c",
"skill": "b2d28d853ee42ebd4587fbb8d3eff917" "skill": "32739681a82abdd47fa9d899b0a17ad2"
}, },
"updateTime": 1745592195012 "updateTime": 1745842320521
}, },
{ {
"code": "en", "code": "en",

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

@ -570,7 +570,7 @@ const official_badge_sorting = [ //20是没有启用的全属性徽章现在
45, 46, 47, 48, 24, 25, 26, 53, 27, 45, 46, 47, 48, 24, 25, 26, 53, 27,
28, 29, 30, 31, 15, 16, 32, 33, 28, 29, 30, 31, 15, 16, 32, 33,
34, 35, 36, 37, 38, 39, 40, 49, 34, 35, 36, 37, 38, 39, 40, 49,
50, 51, 52, 54, 55, 56, 57, 58, 59, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61,
PAD_PASS_BADGE, PAD_PASS_BADGE,
] ]
//官方的觉醒排列顺序 //官方的觉醒排列顺序

View File

@ -7541,6 +7541,7 @@ function refreshTeamTotalHP(totalDom, team, teamIdx) {
case 54: case 55: return member.card.collabId === 117 ? 1.15 : 1; //排球少年 case 54: case 55: return member.card.collabId === 117 ? 1.15 : 1; //排球少年
case 56: case 57: return member.card.gachaIds.includes(3) ? 1.15 : 1; //新学期(学园) case 56: case 57: return member.card.gachaIds.includes(3) ? 1.15 : 1; //新学期(学园)
case 58: case 59: return member.card.collabId === 118 ? 1.15 : 1; //柯南 case 58: case 59: return member.card.collabId === 118 ? 1.15 : 1; //柯南
case 60: case 61: return member.card.gachaIds.includes(4) ? 1.15 : 1; //纺星精灵(花朵拟人)
default: return 1; default: return 1;
} }
} }

View File

@ -499,7 +499,7 @@ const cachesMap = new Map([
], ],
[ [
"images/cards_ja/CARDS_125.PNG", "images/cards_ja/CARDS_125.PNG",
"2d400fbf7a96910337ef1f126da0bc7e" "1957eae4a115db9865efbf35f595b947"
], ],
[ [
"sound/voice/ja/padv001.wav", "sound/voice/ja/padv001.wav",
@ -48267,7 +48267,7 @@ const cachesMap = new Map([
], ],
[ [
"script-json_data.js", "script-json_data.js",
"04fb6b9cadf3cd0244dbc53e2fcb9eb1" "a1a385afe56abaa1d09f2f56b015d6c4"
], ],
[ [
"script-skill-parser.js", "script-skill-parser.js",
@ -48279,7 +48279,7 @@ const cachesMap = new Map([
], ],
[ [
"script.js", "script.js",
"44605904002556d3758713b9ad8e658a" "307f7185f347c506e1301b2470e9058d"
], ],
[ [
"solo.html", "solo.html",
@ -48295,7 +48295,7 @@ const cachesMap = new Map([
], ],
[ [
"style.css", "style.css",
"14b1c8955211c0a5e4ce0dbf30c25ee3" "df773db29cb3d431cce9f4d3b87d27d5"
], ],
[ [
"temp.js", "temp.js",
@ -48371,7 +48371,7 @@ const cachesMap = new Map([
], ],
[ [
"images/badge.png", "images/badge.png",
"2602389f5bc3335722007d6cdbdcba41" "134c6a8204d392b5b232d1738adf7afb"
], ],
[ [
"images/brown-button.svg", "images/brown-button.svg",

View File

@ -3862,7 +3862,7 @@ table .orb-icon
border-width: calc(var(--box-height) / 2) calc(var(--box-width) / 2); border-width: calc(var(--box-height) / 2) calc(var(--box-width) / 2);
border-color: transparent; border-color: transparent;
} }
.team-flags.right-neighbor .team-member-icon:nth-of-type(3)::before { .team-flags.left-neighbor .team-member-icon:nth-of-type(3)::before {
border-right-color: #0009; border-right-color: #0009;
} }
.team-flags.right-neighbor .team-member-icon:nth-of-type(5)::before { .team-flags.right-neighbor .team-member-icon:nth-of-type(5)::before {