From cbce0a20ef2935c8d9ebd8e3afa38a046c7917c2 Mon Sep 17 00:00:00 2001 From: inter Date: Mon, 8 Sep 2025 16:36:35 +0800 Subject: [PATCH] Add File --- frontend/src/components/about/index.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 frontend/src/components/about/index.ts diff --git a/frontend/src/components/about/index.ts b/frontend/src/components/about/index.ts new file mode 100644 index 0000000..b4d8891 --- /dev/null +++ b/frontend/src/components/about/index.ts @@ -0,0 +1,11 @@ +export interface F2CLicense { + isv: string + status: string + corporation: string + expired: string + count: number + version: string + edition: string + serialNo: string + remark: string +}