From 7e2990a2b661f7604eaac0ae6389804cc58840df Mon Sep 17 00:00:00 2001
From: streakingman
Date: Thu, 22 Sep 2022 02:34:18 +0800
Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A4=87=E6=A1=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.tsx | 3 +++
src/themes/BeiAn.tsx | 15 +++++++++++++++
2 files changed, 18 insertions(+)
create mode 100644 src/themes/BeiAn.tsx
diff --git a/src/App.tsx b/src/App.tsx
index c99002c..c31e3d8 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -14,6 +14,7 @@ import { Icon, Theme } from './themes/interface';
import { fishermanTheme } from './themes/fisherman';
import { jinlunTheme } from './themes/jinlun';
import { ikunTheme } from './themes/ikun';
+import { BeiAn } from './themes/BeiAn';
// 主题
const themes = [defaultTheme, fishermanTheme, jinlunTheme, ikunTheme];
@@ -444,6 +445,8 @@ const App: FC = () => {
+
+
{finished && (
{tipText}
diff --git a/src/themes/BeiAn.tsx b/src/themes/BeiAn.tsx
new file mode 100644
index 0000000..43f9309
--- /dev/null
+++ b/src/themes/BeiAn.tsx
@@ -0,0 +1,15 @@
+import React, { FC } from 'react';
+
+export const BeiAn: FC = () => {
+ return (
+
+
+ 浙ICP备17007857号-2
+
+
+ );
+};