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: string;
id: string;
title: string;
description: string;
_id?: string;
id?: string;
title?: string;
description?: string;
enabled?: boolean;
/**
* 响应数据