From f420125c78302b211d0c56872d2ca472cee1dfd3 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Sat, 3 Jan 2026 18:22:59 +0800 Subject: [PATCH] update --- query/query-proxy/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/query/query-proxy/index.ts b/query/query-proxy/index.ts index 0b81daa..363a677 100644 --- a/query/query-proxy/index.ts +++ b/query/query-proxy/index.ts @@ -11,10 +11,10 @@ type RouteViewBase = { /** * _id 用于纯本地存储标识 */ - _id: string; - id: string; - title: string; - description: string; + _id?: string; + id?: string; + title?: string; + description?: string; enabled?: boolean; /** * 响应数据