We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419f844 commit 9740e66Copy full SHA for 9740e66
1 file changed
src/types/market.ts
@@ -82,11 +82,18 @@ export interface Meta {
82
* @descCN 插件的头像
83
*/
84
avatar: string;
85
+ /**
86
+ * description
87
+ * @desc Description of the plugin
88
+ * @nameCN 描述
89
+ * @descCN 插件的描述
90
+ */
91
+ description?: string;
92
/**
93
* tags
94
* @desc Tags of the plugin
95
* @nameCN 标签
96
* @descCN 插件的标签
97
- tags: string[];
98
+ tags?: string[];
99
}
0 commit comments