review code.

This commit is contained in:
lijiahang
2023-12-01 17:29:42 +08:00
parent 351669a4f3
commit e8d99cb263
21 changed files with 235 additions and 132 deletions

View File

@@ -1,6 +1,7 @@
export interface TagProps {
title: string;
name: string;
path: string;
fullPath: string;
query?: any;
ignoreCache?: boolean;