补充芙宁娜、夏洛蒂的资源与配置

This commit is contained in:
Kokomi 2023-09-27 04:38:28 +08:00
parent 280c3d5af1
commit 786512f297
5 changed files with 11 additions and 4 deletions

View File

@ -84,6 +84,9 @@ export const characters = {
10000085: ['菲米尼', 'Freminet', '非米尼', '潜水员'],
10000086: ['莱欧斯利', 'Wriothesley', '莱欧', '枫丹桑博'],
10000087: ['那维莱特', 'Neuvillette', '那维', '水龙王', '水龙', '审判官', '海獭'],
10000088: ['夏洛蒂', 'Charlotte', '夏洛', '夏洛帝', '记者', '小记者'],
10000089: ['芙宁娜', 'Furina', '水神', '芙芙'],
// 自定义角色
paimon: ['派蒙', '应急食物', '应急食品', '吉祥物', '宠物', '外置器官', '会说话的动物', '矮堇瓜', '飞行矮堇瓜', '最好的伙伴'],

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View File

@ -447,4 +447,7 @@ body {
.daily-talent .card .banner.city-4 .line {
background: #54b640;
}
.daily-talent .card .banner.city-5 .line {
background: #557dd6;
}
/*# sourceMappingURL=calendar.css.map */

View File

@ -568,6 +568,7 @@ body {
.city(2, #bca244);
.city(3, #ac60c9);
.city(4, #54b640);
.city(5, #557dd6)
}
}
}