fix: build

This commit is contained in:
Hk-Gosuto
2025-01-04 16:26:56 +08:00
parent 21bf685d12
commit c1d1cafd10
4 changed files with 7 additions and 8 deletions

View File

@@ -18,9 +18,9 @@ export type Plugin = {
enable: boolean;
onlyNodeRuntime: boolean;
title: string;
version: string;
content: string;
title?: string;
version?: string;
content?: string;
authType?: string;
authLocation?: string;
authHeader?: string;