mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
a
This commit is contained in:
parent
bf971455f2
commit
6470cc4aae
1 changed files with 2 additions and 2 deletions
|
@ -388,7 +388,7 @@ const placeholder = $computed((): string => {
|
||||||
i18n.ts._postForm._placeholders.k,
|
i18n.ts._postForm._placeholders.k,
|
||||||
i18n.ts._postForm._placeholders.l,
|
i18n.ts._postForm._placeholders.l,
|
||||||
i18n.ts._postForm._placeholders.m,
|
i18n.ts._postForm._placeholders.m,
|
||||||
i18n.ts._postForm._placeholders.n,
|
i18n.ts._postForm._placeholders.n1,
|
||||||
i18n.ts._postForm._placeholders.o,
|
i18n.ts._postForm._placeholders.o,
|
||||||
i18n.ts._postForm._placeholders.p,
|
i18n.ts._postForm._placeholders.p,
|
||||||
i18n.ts._postForm._placeholders.q,
|
i18n.ts._postForm._placeholders.q,
|
||||||
|
@ -399,7 +399,7 @@ const placeholder = $computed((): string => {
|
||||||
i18n.ts._postForm._placeholders.v,
|
i18n.ts._postForm._placeholders.v,
|
||||||
i18n.ts._postForm._placeholders.w,
|
i18n.ts._postForm._placeholders.w,
|
||||||
i18n.ts._postForm._placeholders.x,
|
i18n.ts._postForm._placeholders.x,
|
||||||
i18n.ts._postForm._placeholders.y,
|
i18n.ts._postForm._placeholders.y1,
|
||||||
];
|
];
|
||||||
return xs[Math.floor(Math.random() * xs.length)];
|
return xs[Math.floor(Math.random() * xs.length)];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue