Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions src/models/generated/operators.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,15 @@
"rarity": 5,
"alt_name": "Bena"
},
{
"id": "token_10043_necras_skeltn",
"prof": "TOKEN",
"subProf": "notchar1",
"name": "悲叹的仆役",
"alias": "beitandepuyi beitandipuyi btdpy 悲歎的仆役",
"rarity": 0,
"alt_name": "The Servant of Lament"
},
{
"id": "char_265_sophia",
"prof": "WARRIOR",
Expand Down Expand Up @@ -1557,6 +1566,15 @@
"rarity": 5,
"alt_name": "Absinthe"
},
{
"id": "token_10044_wulfen_mine",
"prof": "TOKEN",
"subProf": "notchar1",
"name": "矿石“杀手”",
"alias": "kuangshishashou kuangdanshashou ksss kdss 礦石“殺手” 礦石殺手",
"rarity": 0,
"alt_name": "Rocky Chomper"
},
{
"id": "char_250_phatom",
"prof": "SPECIAL",
Expand Down Expand Up @@ -2115,6 +2133,15 @@
"rarity": 0,
"alt_name": "Puppet Dancer"
},
{
"id": "char_4171_wulfen",
"prof": "SPECIAL",
"subProf": "traper",
"name": "钼铅",
"alias": "muqian muyan mq my 鉬鉛",
"rarity": 5,
"alt_name": "Wulfenite"
},
{
"id": "char_185_frncat",
"prof": "WARRIOR",
Expand Down Expand Up @@ -2646,6 +2673,15 @@
"rarity": 5,
"alt_name": "Iana"
},
{
"id": "char_4177_brigid",
"prof": "SNIPER",
"subProf": "loopshooter",
"name": "水灯心",
"alias": "shuidengxin sdx 水燈心",
"rarity": 5,
"alt_name": "Brigid"
},
{
"id": "char_437_mizuki",
"prof": "SPECIAL",
Expand Down Expand Up @@ -2673,6 +2709,15 @@
"rarity": 0,
"alt_name": "Skadi's seaborn"
},
{
"id": "char_450_necras",
"prof": "CASTER",
"subProf": "soulcaster",
"name": "死芒",
"alias": "simang sm 死芒",
"rarity": 6,
"alt_name": "Necrass"
},
{
"id": "char_427_vigil",
"prof": "PIONEER",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ const Ads =
? () => (
// eslint-disable-next-line react/jsx-no-target-blank
<a
className="block relative"
className="block relative dark:brightness-[85%]"
href="https://gad.netease.com/gad/access?project_id=201005304&s=SppRGFTnJ1VxfSFEZWE6hY3pO4gn&code_type=1"
target="_blank"
>
<img src="/ads_mumu.jpg" alt="MuMu模拟器" />
<div className="absolute bottom-2 right-2 border border-current rounded text-[10px] text-zinc-300 px-1">
<div className="absolute bottom-2 right-2 border border-current rounded text-[10px] text-zinc-300 px-1 ">
广告
</div>
</a>
Expand Down