From 094afeae44391ec730b9620cd33529d7ce62524c Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 28 十一月 2025 13:28:53 +0800
Subject: [PATCH] fix: s

---
 src/constants/enum.ts |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/constants/enum.ts b/src/constants/enum.ts
index c1ba104..7a9fcd1 100644
--- a/src/constants/enum.ts
+++ b/src/constants/enum.ts
@@ -19,3 +19,8 @@
    */
   Town,
 }
+
+export const BooleanOptions = [
+  { label: '鏄�', value: true },
+  { label: '鍚�', value: false },
+];

--
Gitblit v1.9.1