Skip to content

Commit 9740e66

Browse files
committed
🐛 fix: 补充 description 字段
1 parent 419f844 commit 9740e66

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/types/market.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,18 @@ export interface Meta {
8282
* @descCN 插件的头像
8383
*/
8484
avatar: string;
85+
/**
86+
* description
87+
* @desc Description of the plugin
88+
* @nameCN 描述
89+
* @descCN 插件的描述
90+
*/
91+
description?: string;
8592
/**
8693
* tags
8794
* @desc Tags of the plugin
8895
* @nameCN 标签
8996
* @descCN 插件的标签
9097
*/
91-
tags: string[];
98+
tags?: string[];
9299
}

0 commit comments

Comments
 (0)