티니핑에베벱
This commit is contained in:
parent
4cecfc7ce7
commit
f0b0f88b64
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ function Root() {
|
|||
useEffect(() => {
|
||||
const queryParams = new URLSearchParams(location.search);
|
||||
if (queryParams.has('kawaii')) {
|
||||
setImageSrc('https://f.imnyang.xyz/profile/magic_imnyang.webp');
|
||||
setImageSrc('https://f.imnyang.xyz/profile/hatchu_imnyang.webp');
|
||||
setGotoHref('/');
|
||||
} else {
|
||||
setImageSrc('https://f.imnyang.xyz/profile/imnyang.webp');
|
||||
|
|
@ -77,4 +77,4 @@ function Root() {
|
|||
);
|
||||
}
|
||||
|
||||
export default Root;
|
||||
export default Root;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue