From abe0e44635c7f6e3182b929806fd3fb28e836095 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 29 Nov 2023 12:08:13 +0800 Subject: [PATCH] fix typing --- src/api/types.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/api/types.ts b/src/api/types.ts index eac29aa0..242f1ac6 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -540,9 +540,6 @@ export interface Plugin { // 插件图标 plugin_icon?: string - // 主题色 - plugin_color?: string - // 插件版本 plugin_version?: string