Skip to content

Commit d583da1

Browse files
authored
Merge pull request #388 from MaaAssistantArknights/dev
Release to Production
2 parents c0ea5ee + d7a7042 commit d583da1

File tree

7 files changed

+47
-2
lines changed

7 files changed

+47
-2
lines changed
61.8 KB
Loading
53.1 KB
Loading
56.6 KB
Loading
26.8 KB
Loading
13.2 KB
Loading

src/models/generated/operators.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,15 @@
360360
"rarity": 5,
361361
"alt_name": "Bena"
362362
},
363+
{
364+
"id": "token_10043_necras_skeltn",
365+
"prof": "TOKEN",
366+
"subProf": "notchar1",
367+
"name": "悲叹的仆役",
368+
"alias": "beitandepuyi beitandipuyi btdpy 悲歎的仆役",
369+
"rarity": 0,
370+
"alt_name": "The Servant of Lament"
371+
},
363372
{
364373
"id": "char_265_sophia",
365374
"prof": "WARRIOR",
@@ -1557,6 +1566,15 @@
15571566
"rarity": 5,
15581567
"alt_name": "Absinthe"
15591568
},
1569+
{
1570+
"id": "token_10044_wulfen_mine",
1571+
"prof": "TOKEN",
1572+
"subProf": "notchar1",
1573+
"name": "矿石“杀手”",
1574+
"alias": "kuangshishashou kuangdanshashou ksss kdss 礦石“殺手” 礦石殺手",
1575+
"rarity": 0,
1576+
"alt_name": "Rocky Chomper"
1577+
},
15601578
{
15611579
"id": "char_250_phatom",
15621580
"prof": "SPECIAL",
@@ -2115,6 +2133,15 @@
21152133
"rarity": 0,
21162134
"alt_name": "Puppet Dancer"
21172135
},
2136+
{
2137+
"id": "char_4171_wulfen",
2138+
"prof": "SPECIAL",
2139+
"subProf": "traper",
2140+
"name": "钼铅",
2141+
"alias": "muqian muyan mq my 鉬鉛",
2142+
"rarity": 5,
2143+
"alt_name": "Wulfenite"
2144+
},
21182145
{
21192146
"id": "char_185_frncat",
21202147
"prof": "WARRIOR",
@@ -2646,6 +2673,15 @@
26462673
"rarity": 5,
26472674
"alt_name": "Iana"
26482675
},
2676+
{
2677+
"id": "char_4177_brigid",
2678+
"prof": "SNIPER",
2679+
"subProf": "loopshooter",
2680+
"name": "水灯心",
2681+
"alias": "shuidengxin sdx 水燈心",
2682+
"rarity": 5,
2683+
"alt_name": "Brigid"
2684+
},
26492685
{
26502686
"id": "char_437_mizuki",
26512687
"prof": "SPECIAL",
@@ -2673,6 +2709,15 @@
26732709
"rarity": 0,
26742710
"alt_name": "Skadi's seaborn"
26752711
},
2712+
{
2713+
"id": "char_450_necras",
2714+
"prof": "CASTER",
2715+
"subProf": "soulcaster",
2716+
"name": "死芒",
2717+
"alias": "simang sm 死芒",
2718+
"rarity": 6,
2719+
"alt_name": "Necrass"
2720+
},
26762721
{
26772722
"id": "char_427_vigil",
26782723
"prof": "PIONEER",

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ const Ads =
7474
? () => (
7575
// eslint-disable-next-line react/jsx-no-target-blank
7676
<a
77-
className="block relative"
77+
className="block relative dark:brightness-[85%]"
7878
href="https://gad.netease.com/gad/access?project_id=201005304&s=SppRGFTnJ1VxfSFEZWE6hY3pO4gn&code_type=1"
7979
target="_blank"
8080
>
8181
<img src="/ads_mumu.jpg" alt="MuMu模拟器" />
82-
<div className="absolute bottom-2 right-2 border border-current rounded text-[10px] text-zinc-300 px-1">
82+
<div className="absolute bottom-2 right-2 border border-current rounded text-[10px] text-zinc-300 px-1 ">
8383
广告
8484
</div>
8585
</a>

0 commit comments

Comments
 (0)