From bf42ef43fccdf3d3486eec84ad4073b0c7650aba Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 13 八月 2025 17:35:37 +0800
Subject: [PATCH] 新增场景信息文件导入功能

---
 src/components.d.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components.d.ts b/src/components.d.ts
index 2b04de3..19bc486 100644
--- a/src/components.d.ts
+++ b/src/components.d.ts
@@ -86,6 +86,7 @@
     FYBgTaskCard: typeof import('./components/bg-task/FYBgTaskCard.vue')['default']
     FYBgTaskDialog: typeof import('./components/bg-task/FYBgTaskDialog.vue')['default']
     FYBgTaskItem: typeof import('./components/bg-task/FYBgTaskItem.vue')['default']
+    FYDownloadTableButton: typeof import('./components/button/FYDownloadTableButton.vue')['default']
     FYForm: typeof import('./components/form/FYForm.vue')['default']
     FYImageSelectDialog: typeof import('./components/FYImageSelectDialog.vue')['default']
     FYInfoSearch: typeof import('./components/search-option/FYInfoSearch.vue')['default']
@@ -93,6 +94,7 @@
     FYOptionLocation: typeof import('./components/search-option/FYOptionLocation.vue')['default']
     FYOptionOnlineStatus: typeof import('./components/search-option/FYOptionOnlineStatus.vue')['default']
     FYOptionScene: typeof import('./components/search-option/FYOptionScene.vue')['default']
+    FYOptionSupervisionStatus: typeof import('./components/search-option/FYOptionSupervisionStatus.vue')['default']
     FYOptionText: typeof import('./components/search-option/base/FYOptionText.vue')['default']
     FYOptionTime: typeof import('./components/search-option/FYOptionTime.vue')['default']
     FYOptionUserType: typeof import('./components/search-option/FYOptionUserType.vue')['default']

--
Gitblit v1.9.3