This commit is contained in:
2026-01-03 18:22:59 +08:00
parent 80bd6112ad
commit f420125c78

View File

@@ -11,10 +11,10 @@ type RouteViewBase = {
/** /**
* _id 用于纯本地存储标识 * _id 用于纯本地存储标识
*/ */
_id: string; _id?: string;
id: string; id?: string;
title: string; title?: string;
description: string; description?: string;
enabled?: boolean; enabled?: boolean;
/** /**
* 响应数据 * 响应数据