diff --git a/src/App.vue b/src/App.vue
index 7942912..34f2c33 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -341,7 +341,7 @@ const confirmAlarmDetail = async () => {
}
};
-void connectAlarmReminder(() => {});
+// void connectAlarmReminder(() => {});
onAlarmReminderOvertime((device) => {
const monitorId = String(device?.monitorId ?? '');
if (!monitorId) {
diff --git a/src/assets/board/index/bg.jpg b/src/assets/board/index/bg.jpg
new file mode 100644
index 0000000..2cf8f09
Binary files /dev/null and b/src/assets/board/index/bg.jpg differ
diff --git a/src/assets/board/index/device.png b/src/assets/board/index/device.png
new file mode 100644
index 0000000..f73b6f0
Binary files /dev/null and b/src/assets/board/index/device.png differ
diff --git a/src/types/env.d.ts b/src/types/env.d.ts
index 2e51078..9b684a8 100644
--- a/src/types/env.d.ts
+++ b/src/types/env.d.ts
@@ -15,6 +15,7 @@ interface ImportMetaEnv {
VITE_APP_SNAILJOB_ADMIN: string;
VITE_APP_ENV: string;
VITE_APP_ELECTRON: string;
+ VITE_APP_PAKEPLUS: string;
VITE_APP_ENCRYPT: string;
VITE_APP_RSA_PUBLIC_KEY: string;
VITE_APP_RSA_PRIVATE_KEY: string;
diff --git a/src/views/board/index.vue b/src/views/board/index.vue
new file mode 100644
index 0000000..0d4e05a
--- /dev/null
+++ b/src/views/board/index.vue
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+