mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-25 04:42:36 +08:00
chore: 备案
This commit is contained in:
parent
504fb9221a
commit
7e2990a2b6
|
@ -14,6 +14,7 @@ import { Icon, Theme } from './themes/interface';
|
||||||
import { fishermanTheme } from './themes/fisherman';
|
import { fishermanTheme } from './themes/fisherman';
|
||||||
import { jinlunTheme } from './themes/jinlun';
|
import { jinlunTheme } from './themes/jinlun';
|
||||||
import { ikunTheme } from './themes/ikun';
|
import { ikunTheme } from './themes/ikun';
|
||||||
|
import { BeiAn } from './themes/BeiAn';
|
||||||
|
|
||||||
// 主题
|
// 主题
|
||||||
const themes = [defaultTheme, fishermanTheme, jinlunTheme, ikunTheme];
|
const themes = [defaultTheme, fishermanTheme, jinlunTheme, ikunTheme];
|
||||||
|
@ -444,6 +445,8 @@ const App: FC = () => {
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<BeiAn />
|
||||||
|
|
||||||
{finished && (
|
{finished && (
|
||||||
<div className="modal">
|
<div className="modal">
|
||||||
<h1>{tipText}</h1>
|
<h1>{tipText}</h1>
|
||||||
|
|
15
src/themes/BeiAn.tsx
Normal file
15
src/themes/BeiAn.tsx
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
import React, { FC } from 'react';
|
||||||
|
|
||||||
|
export const BeiAn: FC = () => {
|
||||||
|
return (
|
||||||
|
<p style={{ textAlign: 'center' }}>
|
||||||
|
<a
|
||||||
|
href="https://beian.miit.gov.cn/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer nofollow"
|
||||||
|
>
|
||||||
|
浙ICP备17007857号-2
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
);
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user